{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ValidatePathMeta", "type": "object", "properties": { "disabled": { "type": "boolean" }, "error_response_code": { "type": "integer" }, "method": { "type": "string" }, "path": { "type": "string" }, "schema": { "type": "object" }, "schema_b64": { "type": "string" } } }