{"ok": true, "version": "2.7.0", "generatedAt": "2026-06-15T01:29:40Z", "status": "read_only_poc", "errors": [], "requestId": "6228e2fb-4c40-44e5-ad52-6abb58e94e3d", "schemaId": "review-gate.schema.json", "schema": {"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://neuralwikis.com/schemas/review-gate.schema.json", "title": "Review Gate", "description": "Reference schema for one review decision gate in the cognitive-packet lifecycle.", "type": "object", "required": ["gateId", "gateName", "inputPacketRef", "reviewerType", "requiredEvidence", "decision", "confidence", "createdAt"], "properties": {"gateId": {"type": "string"}, "gateName": {"type": "string"}, "inputPacketRef": {"type": "string"}, "reviewerType": {"type": "string"}, "requiredEvidence": {"type": "array", "items": {"type": "string"}}, "decision": {"type": "string", "enum": ["pass", "defer", "bound", "restrict", "reject", "human_review"]}, "confidence": {"type": "number", "minimum": 0, "maximum": 1}, "dissent": {"type": "array", "items": {"type": "string"}}, "createdAt": {"type": "string", "format": "date-time"}}, "additionalProperties": false}}