App Schemas

You can define a JSON or Avro schema so that it is available for reuse across an app. Creating such an app-level schema saves you time and effort of entering the same schema multiple times; you can simply pick the schema from a list. An app-level schema can be used in any flow, activity, or trigger configuration where a schema editor is provided. For example:

  • Inputs or Outputs tab of a flow (including Error Handler flows and subflows)
  • Input or Output Settings tab of an activity
  • Output or Reply Settings tab of a trigger

App-level schemas are filtered based on the type of the activity or trigger. For example, only JSON schemas are displayed in a REST trigger or activity configuration.

Types of schemas supported are JSON and Avro.