{"description":"Validates a JSON value against a bounded, deterministic JSON Schema subset without external references.","endpoint":"https://schema.koc.so/v1/execute","inputSchema":{"additionalProperties":false,"properties":{"payload":{},"schema":{"description":"Schema object using only the keywords listed in supported_schema_keywords.","type":"object"}},"required":["payload","schema"],"type":"object"},"limits":{"max_body_bytes":1048576,"max_errors":64,"max_schema_depth":32,"max_schema_nodes":10000},"name":"enforce_json_schema","outputSchema":{"additionalProperties":false,"properties":{"error_count":{"minimum":0,"type":"integer"},"errors":{"items":{"additionalProperties":false,"properties":{"keyword":{"type":"string"},"message":{"type":"string"},"path":{"type":"string"},"schema_path":{"type":"string"}},"required":["keyword","message","path","schema_path"],"type":"object"},"type":"array"},"valid":{"type":"boolean"}},"required":["error_count","errors","valid"],"type":"object"},"schema_version":"2020-12-subset-v1","supported_schema_keywords":["$schema","additionalProperties","const","description","enum","exclusiveMaximum","exclusiveMinimum","items","maxItems","maxLength","maxProperties","maximum","minItems","minLength","minProperties","minimum","properties","required","title","type"],"version":"1.0.0"}