Schema Creation and Validation
Engine allows you to define Schemas against which you can validate data. Schemas can be defined as an Engine resource or directly in the relevant field (e.g. "Input schema") of selected resources (e.g. flows).
Use Cases
Use Schemas to
- validate input data for flows or connections,
- validate output data to ensure you received all necessary data for further processing,
- coerce your data and ensure it is transformed to the correct data types for further processing.
- create a form for input values of wrappers