A list of input parameters for the workflow. These can be used as dynamic runtime values in your workflow.

Hierarchy

  • InputSchema

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
parameters?: InputSchemaParameters[]

The InputSchema parameters.

Generated using TypeDoc