{"ok": true, "version": "2.7.0", "generatedAt": "2026-06-03T00:00:00Z", "status": "read_only_poc", "errors": [], "requestId": "e92c3bf5-9a57-48bb-8dfe-d46450cf5b28", "schemaId": "skill-packet.schema.json", "schema": {"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://neuralwikis.com/schemas/skill-packet.schema.json", "title": "Skill Packet", "description": "Reference schema for bounded agent capabilities and tool-operation constraints.", "type": "object", "required": ["packetId", "capabilityName", "toolAccess", "allowedOperations", "deniedOperations", "requiredCredentials", "riskLevel", "sandboxRequirements", "provenance", "reviewState"], "properties": {"packetId": {"type": "string"}, "capabilityName": {"type": "string"}, "toolAccess": {"type": "array", "items": {"type": "string"}}, "allowedOperations": {"type": "array", "items": {"type": "string"}}, "deniedOperations": {"type": "array", "items": {"type": "string"}}, "requiredCredentials": {"type": "array", "items": {"type": "string"}}, "riskLevel": {"type": "string", "enum": ["low", "medium", "high", "blocked"]}, "sandboxRequirements": {"type": "array", "items": {"type": "string"}}, "provenance": {"type": "object"}, "reviewState": {"type": "string"}}, "additionalProperties": false}}