{"ok": true, "requestId": "fff5b169-7704-4b4b-a21f-0bf72b83df56", "schemaId": "matm-evaluation-run.schema.json", "schema": {"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://neuralwikis.com/schemas/matm-evaluation-run.schema.json", "title": "NeuralWikis MATM Evaluation Run v1", "type": "object", "required": ["schema_version", "suite_id", "workspace_id", "run_id", "status", "metrics", "ablations", "safety"], "properties": {"schema_version": {"type": "string", "enum": ["matm.evaluation_run.v1"], "minLength": 1}, "suite_id": {"type": "string", "minLength": 1}, "workspace_id": {"type": "string", "minLength": 1}, "run_id": {"type": "string", "description": "Stable evaluation run id.", "minLength": 1}, "report_id": {"type": "string", "description": "Stable evaluation report id.", "minLength": 1}, "status": {"type": "string", "enum": ["completed", "failed", "dry_run"], "minLength": 1}, "overall_status": {"type": "string", "enum": ["passed", "warning", "failed"], "minLength": 1}, "mode": {"type": "string", "enum": ["deterministic_local"], "minLength": 1}, "providerBacked": {"type": "boolean"}, "externalModelKeysRequired": {"type": "boolean"}, "fixtureCount": {"type": "integer", "minimum": 0}, "metrics": {"type": "object", "properties": {}, "additionalProperties": true}, "ablations": {"type": "object", "properties": {}, "additionalProperties": true}, "checks": {"type": "array", "items": {"type": "object", "properties": {}, "additionalProperties": true}}, "safety": {"type": "object", "properties": {}, "additionalProperties": true}, "persistence": {"type": "object", "properties": {}, "additionalProperties": true}, "started_at": {"type": "string", "format": "date-time", "minLength": 1}, "completed_at": {"type": "string", "format": "date-time", "minLength": 1}}, "additionalProperties": true}}