changedOutput schema / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "outcome": {
- "const": "results"
- },
- "outputs": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "label": {
- "maxLength": 100,
- "type": "string"
- },
- "value": {}
- },
- "required": [
- "label",
- "value"
- ],
- "type": "object"
- },
- "maxItems": 50,
- "type": "array"
- },
- "run_id": {
- "maxLength": 26,
- "minLength": 26,
- "pattern": "^[0-9A-Za-z]{26}$",
- "type": "string"
- }
- },
- "required": [
- "outcome",
- "run_id",
- "outputs"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "outcome": {
- "const": "not_ready"
- },
- "run_id": {
- "maxLength": 26,
- "minLength": 26,
- "pattern": "^[0-9A-Za-z]{26}$",
- "type": "string"
- },
- "status": {
- "enum": [
- "queued",
- "running",
- "blocked"
- ]
- }
- },
- "required": [
- "outcome",
- "run_id",
- "status"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "outcome": {
- "const": "no_results"
- },
- "run_id": {
- "maxLength": 26,
- "minLength": 26,
- "pattern": "^[0-9A-Za-z]{26}$",
- "type": "string"
- },
- "status": {
- "enum": [
- "failed",
- "cancelled"
- ]
- }
- },
- "required": [
- "outcome",
- "run_id",
- "status"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "outcome": {
- "const": "result_too_large"
- },
- "run_id": {
- "maxLength": 26,
- "minLength": 26,
- "pattern": "^[0-9A-Za-z]{26}$",
- "type": "string"
- }
- },
- "required": [
- "outcome",
- "run_id"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "next_cursor": {
- "oneOf": [
- {
- "maxLength": 8,
- "pattern": "^o:(?:0|[1-9][0-9]*)$",
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "outcome": {
- "const": "steps"
- },
- "run_id": {
- "maxLength": 26,
- "minLength": 26,
- "pattern": "^[0-9A-Za-z]{26}$",
- "type": "string"
- },
- "status": {
- "enum": [
- "queued",
- "running",
- "done",
- "failed",
- "cancelled",
- "blocked"
- ]
- },
- "steps": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "depends_on": {
- "items": {
- "maxLength": 128,
- "type": "string"
- },
- "maxItems": 1000,
- "type": "array"
- },
- "diagnostics": {
- "additionalProperties": false,
- "properties": {
- "duration_ms": {
- "minimum": 0,
- "type": [
- "integer",
- "null"
- ]
- },
- "input_tokens": {
- "minimum": 0,
- "type": [
- "integer",
- "null"
- ]
- },
- "output_tokens": {
- "minimum": 0,
- "type": [
- "integer",
- "null"
- ]
- }
- },
- "required": [
- "duration_ms",
- "input_tokens",
- "output_tokens"
- ],
- "type": "object"
- },
- "input_source": {
- "enum": [
- "rendered",
- "configured",
- "unavailable"
- ]
- },
- "kind": {
- "maxLength": 32,
- "type": "string"
- },
- "parameters": {
- "type": "object"
- },
- "redaction_reasons": {
- "items": {
- "enum": [
- "sensitive_input",
- "opaque_recipe"
- ]
- },
- "maxItems": 2,
- "type": "array",
- "uniqueItems": true
- },
- "rendered_input": {
- "oneOf": [
- {
- "maxLength": 1048576,
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "result": {
- "type": "object"
- },
- "status": {
- "maxLength": 32,
- "type": "string"
- },
- "step_id": {
- "maxLength": 128,
- "type": "string"
- },
- "title": {
- "maxLength": 500,
- "type": "string"
- }
- },
- "required": [
- "step_id",
- "title",
- "kind",
- "status",
- "depends_on",
- "parameters",
- "rendered_input",
- "input_source",
- "result",
- "redaction_reasons"
- ],
- "type": "object"
- },
- "maxItems": 20,
- "type": "array"
- },
- "trace_visibility": {
- "enum": [
- "full",
- "opaque"
- ]
- }
- },
- "required": [
- "outcome",
- "run_id",
- "status",
- "trace_visibility",
- "steps",
- "next_cursor"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "outcome": {
- "const": "step"
- },
- "run_id": {
- "maxLength": 26,
- "minLength": 26,
- "pattern": "^[0-9A-Za-z]{26}$",
- "type": "string"
- },
- "status": {
- "enum": [
- "queued",
- "running",
- "done",
- "failed",
- "cancelled",
- "blocked"
- ]
- },
- "step": {
- "additionalProperties": false,
- "properties": {
- "depends_on": {
- "items": {
- "maxLength": 128,
- "type": "string"
- },
- "maxItems": 1000,
- "type": "array"
- },
- "diagnostics": {
- "additionalProperties": false,
- "properties": {
- "duration_ms": {
- "minimum": 0,
- "type": [
- "integer",
- "null"
- ]
- },
- "input_tokens": {
- "minimum": 0,
- "type": [
- "integer",
- "null"
- ]
- },
- "output_tokens": {
- "minimum": 0,
- "type": [
- "integer",
- "null"
- ]
- }
- },
- "required": [
- "duration_ms",
- "input_tokens",
- "output_tokens"
- ],
- "type": "object"
- },
- "input_source": {
- "enum": [
- "rendered",
- "configured",
- "unavailable"
- ]
- },
- "kind": {
- "maxLength": 32,
- "type": "string"
- },
- "parameters": {
- "type": "object"
- },
- "redaction_reasons": {
- "items": {
- "enum": [
- "sensitive_input",
- "opaque_recipe"
- ]
- },
- "maxItems": 2,
- "type": "array",
- "uniqueItems": true
- },
- "rendered_input": {
- "oneOf": [
- {
- "maxLength": 1048576,
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "result": {
- "type": "object"
- },
- "status": {
- "maxLength": 32,
- "type": "string"
- },
- "step_id": {
- "maxLength": 128,
- "type": "string"
- },
- "title": {
- "maxLength": 500,
- "type": "string"
- }
- },
- "required": [
- "step_id",
- "title",
- "kind",
- "status",
- "depends_on",
- "parameters",
- "rendered_input",
- "input_source",
- "result",
- "redaction_reasons"
- ],
- "type": "object"
- },
- "trace_visibility": {
- "enum": [
- "full",
- "opaque"
- ]
- }
- },
- "required": [
- "outcome",
- "run_id",
- "status",
- "trace_visibility",
- "step"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "next_cursor": {
- "oneOf": [
- {
- "maxLength": 8,
- "pattern": "^o:(?:0|[1-9][0-9]*)$",
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "outcome": {
- "const": "step_too_large"
- },
- "run_id": {
- "maxLength": 26,
- "minLength": 26,
- "pattern": "^[0-9A-Za-z]{26}$",
- "type": "string"
- },
- "step_id": {
- "maxLength": 128,
- "type": "string"
- }
- },
- "required": [
- "outcome",
- "run_id",
- "step_id",
- "next_cursor"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "chunk_ref": {
- "maxLength": 2048,
- "minLength": 1,
- "type": "string"
- },
- "next_cursor": {
- "oneOf": [
- {
- "maxLength": 8,
- "pattern": "^o:(?:0|[1-9][0-9]*)$",
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "outcome": {
- "const": "step_too_large"
- },
- "run_id": {
- "maxLength": 26,
- "minLength": 26,
- "pattern": "^[0-9A-Za-z]{26}$",
- "type": "string"
- },
- "step_id": {
- "maxLength": 128,
- "type": "string"
- }
- },
- "required": [
- "outcome",
- "run_id",
- "step_id",
- "next_cursor",
- "chunk_ref"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "chunk": {
- "maxLength": 1048576,
- "type": "string"
- },
- "chunk_utf8_bytes": {
- "minimum": 1,
- "type": "integer"
- },
- "encoding": {
- "const": "json"
- },
- "next_chunk_ref": {
- "oneOf": [
- {
- "maxLength": 2048,
- "minLength": 1,
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "offset": {
- "minimum": 0,
- "type": "integer"
- },
- "outcome": {
- "const": "step_chunk"
- },
- "run_id": {
- "maxLength": 26,
- "minLength": 26,
- "pattern": "^[0-9A-Za-z]{26}$",
- "type": "string"
- },
- "step_id": {
- "maxLength": 128,
- "type": "string"
- },
- "total_utf8_bytes": {
- "minimum": 1,
- "type": "integer"
- }
- },
- "required": [
- "outcome",
- "run_id",
- "step_id",
- "encoding",
- "offset",
- "chunk",
- "chunk_utf8_bytes",
- "total_utf8_bytes",
- "next_chunk_ref"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "error": {
- "const": "run_not_found"
- }
- },
- "required": [
- "error"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "error": {
- "const": "invalid_params"
- },
- "field": {
- "maxLength": 64,
- "type": "string"
- },
- "hint": {
- "maxLength": 240,
- "type": "string"
- }
- },
- "required": [
- "error",
- "field",
- "hint"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "error": {
- "const": "step_not_found"
- }
- },
- "required": [
- "error"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "error": {
- "const": "result_unavailable"
- }
- },
- "required": [
- "error"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "outcome": {
+ "const": "results"
+ },
+ "outputs": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "label": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "value": {}
+ },
+ "required": [
+ "label",
+ "value"
+ ],
+ "type": "object"
+ },
+ "maxItems": 50,
+ "type": "array"
+ },
+ "run_id": {
+ "maxLength": 26,
+ "minLength": 26,
+ "pattern": "^[0-9A-Za-z]{26}$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "outcome",
+ "run_id",
+ "outputs"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "outcome": {
+ "const": "not_ready"
+ },
+ "run_id": {
+ "maxLength": 26,
+ "minLength": 26,
+ "pattern": "^[0-9A-Za-z]{26}$",
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "queued",
+ "running",
+ "blocked"
+ ]
+ }
+ },
+ "required": [
+ "outcome",
+ "run_id",
+ "status"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "outcome": {
+ "const": "no_results"
+ },
+ "run_id": {
+ "maxLength": 26,
+ "minLength": 26,
+ "pattern": "^[0-9A-Za-z]{26}$",
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "failed",
+ "cancelled"
+ ]
+ }
+ },
+ "required": [
+ "outcome",
+ "run_id",
+ "status"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "outcome": {
+ "const": "result_too_large"
+ },
+ "run_id": {
+ "maxLength": 26,
+ "minLength": 26,
+ "pattern": "^[0-9A-Za-z]{26}$",
+ "type": "string"
+ }
+ },
+ "required": [
+ "outcome",
+ "run_id"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "next_cursor": {
+ "oneOf": [
+ {
+ "maxLength": 8,
+ "pattern": "^o:(?:0|[1-9][0-9]*)$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "observed_at": {
+ "format": "date-time",
+ "maxLength": 64,
+ "type": "string"
+ },
+ "outcome": {
+ "const": "steps"
+ },
+ "provisional": {
+ "description": "True while the run is not finished: step statuses and results can still change. Unfinished steps show a pending result.",
+ "type": "boolean"
+ },
+ "run_id": {
+ "maxLength": 26,
+ "minLength": 26,
+ "pattern": "^[0-9A-Za-z]{26}$",
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "queued",
+ "running",
+ "done",
+ "failed",
+ "cancelled",
+ "blocked"
+ ]
+ },
+ "steps": {
+ "items": {
+ "oneOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "diagnostic_notes": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "maxLength": 64,
+ "type": "string"
+ },
+ "meaning": {
+ "maxLength": 200,
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "meaning"
+ ],
+ "type": "object"
+ },
+ "maxItems": 5,
+ "type": "array"
+ },
+ "finished_at": {
+ "maxLength": 40,
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "kind": {
+ "maxLength": 32,
+ "type": "string"
+ },
+ "redaction_reasons": {
+ "items": {
+ "enum": [
+ "sensitive_input",
+ "opaque_recipe"
+ ]
+ },
+ "maxItems": 2,
+ "type": "array",
+ "uniqueItems": true
+ },
+ "result_type": {
+ "maxLength": 32,
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "started_at": {
+ "maxLength": 40,
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "maxLength": 32,
+ "type": "string"
+ },
+ "step_id": {
+ "maxLength": 128,
+ "type": "string"
+ },
+ "title": {
+ "maxLength": 500,
+ "type": "string"
+ }
+ },
+ "required": [
+ "step_id",
+ "title",
+ "kind",
+ "status",
+ "started_at",
+ "finished_at",
+ "result_type",
+ "redaction_reasons"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "depends_on": {
+ "items": {
+ "maxLength": 128,
+ "type": "string"
+ },
+ "maxItems": 1000,
+ "type": "array"
+ },
+ "diagnostic_notes": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "maxLength": 64,
+ "type": "string"
+ },
+ "meaning": {
+ "maxLength": 200,
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "meaning"
+ ],
+ "type": "object"
+ },
+ "maxItems": 5,
+ "type": "array"
+ },
+ "diagnostics": {
+ "additionalProperties": false,
+ "properties": {
+ "duration_ms": {
+ "minimum": 0,
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "input_tokens": {
+ "minimum": 0,
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "output_tokens": {
+ "minimum": 0,
+ "type": [
+ "integer",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "duration_ms",
+ "input_tokens",
+ "output_tokens"
+ ],
+ "type": "object"
+ },
+ "input_source": {
+ "enum": [
+ "rendered",
+ "configured",
+ "unavailable"
+ ]
+ },
+ "kind": {
+ "maxLength": 32,
+ "type": "string"
+ },
+ "parameters": {
+ "type": "object"
+ },
+ "redaction_reasons": {
+ "items": {
+ "enum": [
+ "sensitive_input",
+ "opaque_recipe"
+ ]
+ },
+ "maxItems": 2,
+ "type": "array",
+ "uniqueItems": true
+ },
+ "rendered_input": {
+ "oneOf": [
+ {
+ "maxLength": 1048576,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "result": {
+ "type": "object"
+ },
+ "status": {
+ "maxLength": 32,
+ "type": "string"
+ },
+ "step_id": {
+ "maxLength": 128,
+ "type": "string"
+ },
+ "title": {
+ "maxLength": 500,
+ "type": "string"
+ }
+ },
+ "required": [
+ "step_id",
+ "title",
+ "kind",
+ "status",
+ "depends_on",
+ "parameters",
+ "rendered_input",
+ "input_source",
+ "result",
+ "redaction_reasons"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "maxItems": 20,
+ "type": "array"
+ },
+ "trace_visibility": {
+ "enum": [
+ "full",
+ "opaque"
+ ]
+ }
+ },
+ "required": [
+ "outcome",
+ "run_id",
+ "status",
+ "trace_visibility",
+ "steps",
+ "next_cursor"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "observed_at": {
+ "format": "date-time",
+ "maxLength": 64,
+ "type": "string"
+ },
+ "outcome": {
+ "const": "step"
+ },
+ "provisional": {
+ "description": "True while the run is not finished: step statuses and results can still change. Unfinished steps show a pending result.",
+ "type": "boolean"
+ },
+ "run_id": {
+ "maxLength": 26,
+ "minLength": 26,
+ "pattern": "^[0-9A-Za-z]{26}$",
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "queued",
+ "running",
+ "done",
+ "failed",
+ "cancelled",
+ "blocked"
+ ]
+ },
+ "step": {
+ "additionalProperties": false,
+ "properties": {
+ "depends_on": {
+ "items": {
+ "maxLength": 128,
+ "type": "string"
+ },
+ "maxItems": 1000,
+ "type": "array"
+ },
+ "diagnostic_notes": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "maxLength": 64,
+ "type": "string"
+ },
+ "meaning": {
+ "maxLength": 200,
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "meaning"
+ ],
+ "type": "object"
+ },
+ "maxItems": 5,
+ "type": "array"
+ },
+ "diagnostics": {
+ "additionalProperties": false,
+ "properties": {
+ "duration_ms": {
+ "minimum": 0,
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "input_tokens": {
+ "minimum": 0,
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "output_tokens": {
+ "minimum": 0,
+ "type": [
+ "integer",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "duration_ms",
+ "input_tokens",
+ "output_tokens"
+ ],
+ "type": "object"
+ },
+ "input_source": {
+ "enum": [
+ "rendered",
+ "configured",
+ "unavailable"
+ ]
+ },
+ "kind": {
+ "maxLength": 32,
+ "type": "string"
+ },
+ "parameters": {
+ "type": "object"
+ },
+ "redaction_reasons": {
+ "items": {
+ "enum": [
+ "sensitive_input",
+ "opaque_recipe"
+ ]
+ },
+ "maxItems": 2,
+ "type": "array",
+ "uniqueItems": true
+ },
+ "rendered_input": {
+ "oneOf": [
+ {
+ "maxLength": 1048576,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "result": {
+ "type": "object"
+ },
+ "status": {
+ "maxLength": 32,
+ "type": "string"
+ },
+ "step_id": {
+ "maxLength": 128,
+ "type": "string"
+ },
+ "title": {
+ "maxLength": 500,
+ "type": "string"
+ }
+ },
+ "required": [
+ "step_id",
+ "title",
+ "kind",
+ "status",
+ "depends_on",
+ "parameters",
+ "rendered_input",
+ "input_source",
+ "result",
+ "redaction_reasons"
+ ],
+ "type": "object"
+ },
+ "trace_visibility": {
+ "enum": [
+ "full",
+ "opaque"
+ ]
+ }
+ },
+ "required": [
+ "outcome",
+ "run_id",
+ "status",
+ "trace_visibility",
+ "step"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "next_cursor": {
+ "oneOf": [
+ {
+ "maxLength": 8,
+ "pattern": "^o:(?:0|[1-9][0-9]*)$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "outcome": {
+ "const": "step_too_large"
+ },
+ "run_id": {
+ "maxLength": 26,
+ "minLength": 26,
+ "pattern": "^[0-9A-Za-z]{26}$",
+ "type": "string"
+ },
+ "step_id": {
+ "maxLength": 128,
+ "type": "string"
+ }
+ },
+ "required": [
+ "outcome",
+ "run_id",
+ "step_id",
+ "next_cursor"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "chunk_ref": {
+ "maxLength": 2048,
+ "minLength": 1,
+ "type": "string"
+ },
+ "next_cursor": {
+ "oneOf": [
+ {
+ "maxLength": 8,
+ "pattern": "^o:(?:0|[1-9][0-9]*)$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "outcome": {
+ "const": "step_too_large"
+ },
+ "run_id": {
+ "maxLength": 26,
+ "minLength": 26,
+ "pattern": "^[0-9A-Za-z]{26}$",
+ "type": "string"
+ },
+ "step_id": {
+ "maxLength": 128,
+ "type": "string"
+ }
+ },
+ "required": [
+ "outcome",
+ "run_id",
+ "step_id",
+ "next_cursor",
+ "chunk_ref"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "chunk": {
+ "maxLength": 1048576,
+ "type": "string"
+ },
+ "chunk_utf8_bytes": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "encoding": {
+ "const": "json"
+ },
+ "next_chunk_ref": {
+ "oneOf": [
+ {
+ "maxLength": 2048,
+ "minLength": 1,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "offset": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "outcome": {
+ "const": "step_chunk"
+ },
+ "run_id": {
+ "maxLength": 26,
+ "minLength": 26,
+ "pattern": "^[0-9A-Za-z]{26}$",
+ "type": "string"
+ },
+ "step_id": {
+ "maxLength": 128,
+ "type": "string"
+ },
+ "total_utf8_bytes": {
+ "minimum": 1,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "outcome",
+ "run_id",
+ "step_id",
+ "encoding",
+ "offset",
+ "chunk",
+ "chunk_utf8_bytes",
+ "total_utf8_bytes",
+ "next_chunk_ref"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "error": {
+ "const": "run_not_found"
+ }
+ },
+ "required": [
+ "error"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "error": {
+ "const": "invalid_params"
+ },
+ "field": {
+ "maxLength": 64,
+ "type": "string"
+ },
+ "hint": {
+ "maxLength": 240,
+ "type": "string"
+ }
+ },
+ "required": [
+ "error",
+ "field",
+ "hint"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "error": {
+ "const": "step_not_found"
+ }
+ },
+ "required": [
+ "error"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "error": {
+ "const": "result_unavailable"
+ }
+ },
+ "required": [
+ "error"
+ ],
+ "type": "object"
+ }
+]