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: Callable[[HttpRequest], Any]
cmd
Command to call the action
cmd: str
schema
Schema to validate action parameters
schema: Schema