App Schemas
You can define a JSON schema that is available for reuse across an app. Creating an app-level schema saves you the time and effort of entering the same schema multiple times. An app-level schema can be used in any flow, Activity, or trigger configuration where a schema editor is provided. You can simply pick an existing schema from a list. For example, app-level schemas are available from the following locations:
- 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 Activity or trigger. For example, only JSON schemas are displayed in a REST trigger or Activity configuration.
Currently, Flogo Extension for Visual Studio Code only supports JSON type of schema.