changedOutput schema / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "data": {
- "additionalProperties": false,
- "properties": {
- "artifact": {
- "$ref": "#/$defs/ArtifactRef"
- },
- "format": {
- "enum": [
- "pdf",
- "mhtml"
- ],
- "title": "Format",
- "type": "string"
- },
- "operation_key": {
- "title": "Operation Key",
- "type": "string"
- },
- "receipt": {
- "$ref": "#/$defs/PageExportArtifactReceipt"
- }
- },
- "required": [
- "operation_key",
- "format",
- "artifact",
- "receipt"
- ],
- "title": "PageExportArtifactData",
- "type": "object"
- },
- "message": {
- "type": "string"
- },
- "ok": {
- "const": true
- }
- },
- "required": [
- "ok",
- "message",
- "data"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "data": {
- "additionalProperties": true,
- "type": "object"
- },
- "error": {
- "additionalProperties": false,
- "properties": {
- "code": {
- "type": "string"
- },
- "details": {
- "additionalProperties": true,
- "type": "object"
- },
- "message": {
- "type": "string"
- }
- },
- "required": [
- "code",
- "message"
- ],
- "type": "object"
- },
- "message": {
- "type": "string"
- },
- "ok": {
- "const": false
- }
- },
- "required": [
- "ok",
- "message",
- "error"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "data": {
+ "additionalProperties": false,
+ "properties": {
+ "artifact": {
+ "$ref": "#/$defs/ArtifactRef"
+ },
+ "format": {
+ "enum": [
+ "pdf",
+ "mhtml"
+ ],
+ "title": "Format",
+ "type": "string"
+ },
+ "operation_key": {
+ "title": "Operation Key",
+ "type": "string"
+ },
+ "receipt": {
+ "$ref": "#/$defs/PageExportArtifactReceipt"
+ },
+ "tab_id": {
+ "description": "MCP tab id captured for this operation.",
+ "maxLength": 128,
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "operation_key",
+ "format",
+ "artifact",
+ "receipt",
+ "tab_id"
+ ],
+ "title": "PageExportArtifactData",
+ "type": "object"
+ },
+ "message": {
+ "type": "string"
+ },
+ "ok": {
+ "const": true
+ }
+ },
+ "required": [
+ "ok",
+ "message",
+ "data"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "data": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "error": {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "details": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "message": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "message"
+ ],
+ "type": "object"
+ },
+ "message": {
+ "type": "string"
+ },
+ "ok": {
+ "const": false
+ }
+ },
+ "required": [
+ "ok",
+ "message",
+ "error"
+ ],
+ "type": "object"
+ }
+]