{"ok": true, "version": "2.7.0", "generatedAt": "2026-06-03T00:00:00Z", "status": "read_only_poc", "errors": [], "requestId": "216b377d-479d-49f0-81df-e2cf39bf34fe", "schemaId": "cognitive-packet.schema.json", "schema": {"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://neuralwikis.com/schemas/cognitive-packet.schema.json", "title": "Cognitive Packet", "description": "Reference schema for a reviewed NeuralWikis cognitive packet. Static schema, not a production-signed credential.", "type": "object", "required": ["packetId", "packetType", "source", "createdAt", "claims", "intendedScope", "prohibitedScopes", "provenance", "trustLabels", "quarantineStatus", "reviewState", "rollbackPolicy"], "properties": {"packetId": {"type": "string"}, "packetType": {"type": "string", "enum": ["persona", "memory", "skill", "protocol", "capability"]}, "source": {"type": "object", "required": ["sourceId", "origin"], "properties": {"sourceId": {"type": "string"}, "origin": {"type": "string"}, "evidenceUrl": {"type": "string"}}}, "createdAt": {"type": "string", "format": "date-time"}, "claims": {"type": "array", "items": {"type": "string"}}, "intendedScope": {"type": "array", "items": {"type": "string"}}, "prohibitedScopes": {"type": "array", "items": {"type": "string"}}, "provenance": {"type": "object"}, "trustLabels": {"type": "array", "items": {"type": "string"}}, "quarantineStatus": {"type": "string", "enum": ["raw", "deferred", "bounded", "promoted", "restricted", "rejected"]}, "reviewState": {"type": "string"}, "rollbackPolicy": {"type": "object", "required": ["required"], "properties": {"required": {"type": "boolean"}, "rollbackTokenRequired": {"type": "boolean"}}}}, "examples": [{"packetId": "packet-example", "packetType": "memory", "source": {"sourceId": "source-example", "origin": "operator-reviewed"}, "createdAt": "2026-06-07T23:02:56Z", "claims": ["bounded public claim"], "intendedScope": ["education"], "prohibitedScopes": ["credential handling"], "provenance": {"method": "public-reference"}, "trustLabels": ["quarantine-first"], "quarantineStatus": "raw", "reviewState": "pending_schema_gate", "rollbackPolicy": {"required": true, "rollbackTokenRequired": true}}], "additionalProperties": false}}