Skip to main content
Skip table of contents

JSON Validation

Input

✳️ Any (JSON)

Ouptut

✳️ Any (JSON) (Passthrough)

(plus) 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

(tick)

Paste the JSON schema document that you’d like to use as a validator. JSON schema documents typically start like this:

JSON
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    /* Property definitions go here. */
  }
}

🅾️ Error Property

Text

(error)

Optional. If specified, and if there are any schema validation errors, they will be listed inside this property and available for subsequent actions.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.