changedOutput schema / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "data": {
- "additionalProperties": false,
- "properties": {
- "platform": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Platform"
- },
- "previous_user_agent": {
- "title": "Previous User Agent",
- "type": "string"
- },
- "set": {
- "const": true,
- "title": "Set",
- "type": "boolean"
- },
- "user_agent": {
- "title": "User Agent",
- "type": "string"
- }
- },
- "required": [
- "previous_user_agent",
- "user_agent",
- "platform",
- "set"
- ],
- "title": "BrowserUserAgentSetData",
- "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": {
+ "platform": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Platform"
+ },
+ "previous_user_agent": {
+ "title": "Previous User Agent",
+ "type": "string"
+ },
+ "set": {
+ "const": true,
+ "title": "Set",
+ "type": "boolean"
+ },
+ "tab_id": {
+ "description": "MCP tab id captured for this operation.",
+ "maxLength": 128,
+ "minLength": 1,
+ "type": "string"
+ },
+ "user_agent": {
+ "title": "User Agent",
+ "type": "string"
+ }
+ },
+ "required": [
+ "previous_user_agent",
+ "user_agent",
+ "platform",
+ "set",
+ "tab_id"
+ ],
+ "title": "BrowserUserAgentSetData",
+ "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"
+ }
+]