{"ok": true, "version": "2.7.0", "generatedAt": "2026-06-03T00:00:00Z", "status": "read_only_poc", "errors": [], "requestId": "6c582d5e-87cc-4fb7-9a9c-e040c6c259c9", "schemaId": "protocol-packet.schema.json", "schema": {"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://neuralwikis.com/schemas/protocol-packet.schema.json", "title": "Protocol Packet", "description": "Reference schema for handoff rules, safety gates, negotiation criteria, and audit requirements.", "type": "object", "required": ["packetId", "protocolName", "handoffRules", "safetyGates", "negotiationCriteria", "auditRequirements", "provenance", "reviewState"], "properties": {"packetId": {"type": "string"}, "protocolName": {"type": "string"}, "handoffRules": {"type": "array", "items": {"type": "string"}}, "safetyGates": {"type": "array", "items": {"type": "string"}}, "negotiationCriteria": {"type": "array", "items": {"type": "string"}}, "auditRequirements": {"type": "array", "items": {"type": "string"}}, "provenance": {"type": "object"}, "reviewState": {"type": "string"}}, "additionalProperties": false}}