{"ok": true, "version": "2.7.0", "generatedAt": "2026-06-15T01:29:40Z", "status": "read_only_poc", "errors": [], "requestId": "dbdf53c4-5ee5-40e8-a0c0-bb1d1c585c4e", "schemaId": "persona-packet.schema.json", "schema": {"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://neuralwikis.com/schemas/persona-packet.schema.json", "title": "Persona Packet", "description": "Reference schema for voice, tone, values, refusal boundaries, and provenance.", "type": "object", "required": ["packetId", "voice", "tone", "behavioralConstraints", "values", "refusalBoundaries", "provenance", "reviewState"], "properties": {"packetId": {"type": "string"}, "voice": {"type": "string"}, "tone": {"type": "array", "items": {"type": "string"}}, "behavioralConstraints": {"type": "array", "items": {"type": "string"}}, "values": {"type": "array", "items": {"type": "string"}}, "refusalBoundaries": {"type": "array", "items": {"type": "string"}}, "provenance": {"type": "object"}, "reviewState": {"type": "string"}}, "additionalProperties": false}}