{"ok": true, "version": "2.7.0", "generatedAt": "2026-06-03T00:00:00Z", "status": "read_only_poc", "errors": [], "requestId": "f2d298b7-8d10-44e2-8a5a-ff5047062d6e", "schemaId": "rollback-token.schema.json", "schema": {"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://neuralwikis.com/schemas/rollback-token.schema.json", "title": "Rollback Token", "description": "Reference schema for rollback metadata. Digest fields may be placeholders unless generated by runtime infrastructure.", "type": "object", "required": ["tokenId", "issuedAt", "targetCommitId", "previousStateRef", "rollbackScope", "issuer", "reason", "auditTrailRef"], "properties": {"tokenId": {"type": "string"}, "issuedAt": {"type": "string", "format": "date-time"}, "targetCommitId": {"type": "string"}, "previousStateRef": {"type": "string"}, "rollbackScope": {"type": "string"}, "cryptographicDigest": {"type": "string"}, "digestPlaceholder": {"type": "string"}, "expiresAt": {"type": "string", "format": "date-time"}, "issuer": {"type": "string"}, "reason": {"type": "string"}, "auditTrailRef": {"type": "string"}}, "additionalProperties": false}}