changedOutput schema / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "data": {
- "additionalProperties": false,
- "properties": {
- "changes": {
- "anyOf": [
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Changes"
- },
- "cleared": {
- "title": "Cleared",
- "type": "boolean"
- },
- "exact": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Exact"
- },
- "frame_selectors": {
- "items": {
- "type": "string"
- },
- "title": "Frame Selectors",
- "type": "array"
- },
- "locator": {
- "title": "Locator",
- "type": "string"
- },
- "name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Name"
- },
- "role": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Role"
- },
- "selector": {
- "title": "Selector",
- "type": "string"
- },
- "selector_normalized": {
- "title": "Selector Normalized",
- "type": "boolean"
- },
- "selector_strategy": {
- "title": "Selector Strategy",
- "type": "string"
- },
- "shadow_hosts": {
- "items": {
- "type": "string"
- },
- "title": "Shadow Hosts",
- "type": "array"
- },
- "target_kind": {
- "default": "selector",
- "enum": [
- "selector",
- "accessibility"
- ],
- "title": "Target Kind",
- "type": "string"
- },
- "typed": {
- "const": true,
- "title": "Typed",
- "type": "boolean"
- }
- },
- "required": [
- "selector",
- "locator",
- "selector_strategy",
- "selector_normalized",
- "typed",
- "cleared"
- ],
- "title": "ElementTypeData",
- "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": {
+ "changes": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Changes"
+ },
+ "cleared": {
+ "title": "Cleared",
+ "type": "boolean"
+ },
+ "exact": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Exact"
+ },
+ "frame_selectors": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Frame Selectors",
+ "type": "array"
+ },
+ "locator": {
+ "title": "Locator",
+ "type": "string"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Name"
+ },
+ "role": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Role"
+ },
+ "selector": {
+ "title": "Selector",
+ "type": "string"
+ },
+ "selector_normalized": {
+ "title": "Selector Normalized",
+ "type": "boolean"
+ },
+ "selector_strategy": {
+ "title": "Selector Strategy",
+ "type": "string"
+ },
+ "shadow_hosts": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Shadow Hosts",
+ "type": "array"
+ },
+ "tab_id": {
+ "description": "MCP tab id captured for this operation.",
+ "maxLength": 128,
+ "minLength": 1,
+ "type": "string"
+ },
+ "target_kind": {
+ "default": "selector",
+ "enum": [
+ "selector",
+ "accessibility"
+ ],
+ "title": "Target Kind",
+ "type": "string"
+ },
+ "typed": {
+ "const": true,
+ "title": "Typed",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "selector",
+ "locator",
+ "selector_strategy",
+ "selector_normalized",
+ "typed",
+ "cleared",
+ "tab_id"
+ ],
+ "title": "ElementTypeData",
+ "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"
+ }
+]