Node ReferenceAPI NodeSchema Validation

Schema Validation

The API Node can validate request and response payloads against a predefined JSON Schema. This is a powerful way to ensure your API conforms to its contract and to catch structural issues in the data it returns.

More detailed documentation on configuring and using Schema Validation is coming soon.