Check JSON Schema
Confirm stored JSON matches a JSON Schema.
Last updated
Confirm stored JSON matches a JSON Schema.
Check JSON Schema reads a Value that holds JSON and confirms it matches a JSON Schema you provide. Use it when the structure and required fields matter, not only one field value.

Confirm an API response includes the required properties and types.
Validate exported or generated JSON before a downstream step uses it.
Pair with Check JSON Value when you also need to assert one specific field.
Input Item
Value that holds the JSON to validate
Schema Type
Custom (default) or Value Store
Value Store Item
Value that holds the schema when Schema Type is Value Store
Custom JSON
JSON Schema when Schema Type is Custom
Status on fail
When should screenshots be taken?
Always or On Failures (default)
Value Standardization
Tags: check, json, value, test, expect, assert
Last updated