Skip to main content
JSON Schema can be used to define the Workflow Payload and Step Inputs. It provides a strongly-typed way to define the structure of the data that is expected by the Workflow or Step. And also as a contract for changing the Workflow behaviour using the Platform User Interface. Learn more about JSON Schema at json-schema.org.

Examples

Simple

Nested Array Structure

Reference and Reuse Blocks

Any Of Schemas

One Of Schema

If Then Else

Enum Objects

Regex Validation

The following example matches a simple North American telephone number with an optional area code:

Other Resources