{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TestJSONataExpression", "title": "TestJSONataExpression", "type": "object", "required": [ "Expression", "Document" ], "properties": { "Expression": { "type": "string", "description": "JSONata expression to be tested." }, "Document": { "type": "string", "description": "JSON document to be evaluated by the expression." } } }