For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check JSON Schema

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.

Check JSON Schema Test Step

When to use it

  • 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.

Configure

Basics

Field
What to set

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

Advanced

Field
What to set

Status on fail

When should screenshots be taken?

Always or On Failures (default)

Value Standardization

Tags: check, json, value, test, expect, assert

Last updated