blob: 1abc6291eaec431833c7b75a7fd74d9e6d8e356a [file] [log] [blame]
packages:
packageValidatingApplication:
actions:
hello:
function: actions/hello.js
runtime: nodejs:6
inputs:
name:
type: string
description: name of a person
place:
type: string
description: location of a person
outputs:
payload:
type: string
description: a simple greeting message, Hello World!