changedOutput schema / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "cleanup_warnings": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "deadline_seconds": {
- "type": "integer"
- },
- "detail": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "elapsed_ms": {
- "type": "integer"
- },
- "event_age_ms": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "events_seen": {
- "type": "integer"
- },
- "expires_at": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "fingerprint": {
- "type": "string"
- },
- "job_id": {
- "type": "string"
- },
- "kind": {
- "type": "string"
- },
- "last_event_at": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "ok": {
- "const": true,
- "type": "boolean"
- },
- "poll_after_ms": {
- "type": "integer"
- },
- "result_available": {
- "type": "boolean"
- },
- "server_version": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "started_at": {
- "type": "string"
- },
- "status": {
- "enum": [
- "running",
- "done",
- "failed",
- "cancelled",
- "timeout"
- ],
- "type": "string"
- },
- "ttl_seconds": {
- "type": "integer"
- },
- "workspace": {
- "additionalProperties": false,
- "properties": {
- "cwd": {
- "type": "string"
- },
- "workspace_source": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "workspace_warning": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "cwd"
- ],
- "type": "object"
- }
- },
- "required": [
- "job_id",
- "kind",
- "status",
- "started_at",
- "elapsed_ms",
- "deadline_seconds",
- "ttl_seconds",
- "workspace"
- ],
- "type": "object"
- },
- {
- "properties": {
- "error": {
- "description": "Populated error envelope; full schema at resource codex://error-envelope",
- "type": "object"
- },
- "meta": {
- "type": "object"
- },
- "ok": {
- "const": false
- }
- },
- "required": [
- "ok",
- "error",
- "meta"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "cleanup_warnings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "deadline_seconds": {
+ "type": "integer"
+ },
+ "detail": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "elapsed_ms": {
+ "type": "integer"
+ },
+ "event_age_ms": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "events_seen": {
+ "type": "integer"
+ },
+ "expires_at": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "fingerprint": {
+ "type": "string"
+ },
+ "job_id": {
+ "type": "string"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "last_event_at": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "ok": {
+ "const": true,
+ "type": "boolean"
+ },
+ "poll_after_ms": {
+ "type": "integer"
+ },
+ "result_available": {
+ "type": "boolean"
+ },
+ "result_ok": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "server_version": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "started_at": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "running",
+ "done",
+ "failed",
+ "cancelled",
+ "timeout"
+ ],
+ "type": "string"
+ },
+ "ttl_seconds": {
+ "type": "integer"
+ },
+ "workspace": {
+ "additionalProperties": false,
+ "properties": {
+ "cwd": {
+ "type": "string"
+ },
+ "workspace_source": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "workspace_warning": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "cwd"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "job_id",
+ "kind",
+ "status",
+ "started_at",
+ "elapsed_ms",
+ "deadline_seconds",
+ "ttl_seconds",
+ "result_ok",
+ "workspace"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "error": {
+ "description": "Populated error envelope; full schema at resource codex://error-envelope",
+ "type": "object"
+ },
+ "meta": {
+ "type": "object"
+ },
+ "ok": {
+ "const": false
+ }
+ },
+ "required": [
+ "ok",
+ "error",
+ "meta"
+ ],
+ "type": "object"
+ }
+]