JSON Validation
Input
✳️ Any (JSON)
Ouptut
✳️ Any (JSON) (Passthrough)
Error Details (object) (Optional)
Summary
Validates that a JSON object (either the entire input object, or a sub-object) matches the specified JSON schema.
If the input object does not match the schema, this action will fail.
Properties
Name | Type | Templatable | Notes |
|---|---|---|---|
Schema | Text |
| Paste the JSON schema document that you’d like to use as a validator. JSON schema documents typically start like this:
JSON
|
🅾️ Error Property | Text |
| Optional. If specified, and if there are any schema validation errors, they will be listed inside this property and available for subsequent actions. |