Defines some fields such as action, cmd and schema.
Description
The AzureFunctionAction defines some fields such as action, cmd and schema.
Fields
Action
Action to be executed
Action: http.HandlerFunc
Cmd
Command to call the action
Cmd: string
schema
Schema to validate action parameters
Schema: *Schema