addedOutput schema / $defs
Added value: +{
+ "ElementPresentationData": {
+ "additionalProperties": false,
+ "properties": {
+ "ancestor_3d": {
+ "title": "Ancestor 3D",
+ "type": "boolean"
+ },
+ "coordinate_actionability": {
+ "enum": [
+ "ready",
+ "hidden",
+ "off_viewport",
+ "covered",
+ "pointer_disabled",
+ "transformed_3d",
+ "target_document_only"
+ ],
+ "title": "Coordinate Actionability",
+ "type": "string"
+ },
+ "display": {
+ "title": "Display",
+ "type": "string"
+ },
+ "opacity": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Opacity"
+ },
+ "perspective": {
+ "title": "Perspective",
+ "type": "string"
+ },
+ "pointer_events": {
+ "title": "Pointer Events",
+ "type": "string"
+ },
+ "three_dimensional": {
+ "title": "Three Dimensional",
+ "type": "boolean"
+ },
+ "transform": {
+ "title": "Transform",
+ "type": "string"
+ },
+ "transform_style": {
+ "title": "Transform Style",
+ "type": "string"
+ },
+ "transformed": {
+ "title": "Transformed",
+ "type": "boolean"
+ },
+ "visibility": {
+ "title": "Visibility",
+ "type": "string"
+ }
+ },
+ "required": [
+ "display",
+ "visibility",
+ "opacity",
+ "pointer_events",
+ "transform",
+ "transform_style",
+ "perspective",
+ "transformed",
+ "ancestor_3d",
+ "three_dimensional",
+ "coordinate_actionability"
+ ],
+ "title": "ElementPresentationData",
+ "type": "object"
+ },
+ "ElementRectData": {
+ "additionalProperties": false,
+ "properties": {
+ "click_point": {
+ "$ref": "#/$defs/PointData"
+ },
+ "coordinate_space": {
+ "const": "target_document",
+ "title": "Coordinate Space",
+ "type": "string"
+ },
+ "location": {
+ "$ref": "#/$defs/PointData"
+ },
+ "midpoint": {
+ "$ref": "#/$defs/PointData"
+ },
+ "size": {
+ "$ref": "#/$defs/SizeData"
+ },
+ "viewport_click_point": {
+ "$ref": "#/$defs/PointData"
+ },
+ "viewport_coordinate_space": {
+ "enum": [
+ "top_level_viewport",
+ "target_document_viewport"
+ ],
+ "title": "Viewport Coordinate Space",
+ "type": "string"
+ },
+ "viewport_location": {
+ "$ref": "#/$defs/PointData"
+ },
+ "viewport_midpoint": {
+ "$ref": "#/$defs/PointData"
+ }
+ },
+ "required": [
+ "location",
+ "size",
+ "midpoint",
+ "click_point",
+ "viewport_location",
+ "viewport_midpoint",
+ "viewport_click_point",
+ "coordinate_space",
+ "viewport_coordinate_space"
+ ],
+ "title": "ElementRectData",
+ "type": "object"
+ },
+ "ElementViewportEvidenceData": {
+ "additionalProperties": false,
+ "properties": {
+ "alive": {
+ "title": "Alive",
+ "type": "boolean"
+ },
+ "checked": {
+ "title": "Checked",
+ "type": "boolean"
+ },
+ "clickable": {
+ "title": "Clickable",
+ "type": "boolean"
+ },
+ "covered": {
+ "title": "Covered",
+ "type": "boolean"
+ },
+ "covering_backend_node_id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Covering Backend Node Id"
+ },
+ "displayed": {
+ "title": "Displayed",
+ "type": "boolean"
+ },
+ "enabled": {
+ "title": "Enabled",
+ "type": "boolean"
+ },
+ "in_viewport": {
+ "title": "In Viewport",
+ "type": "boolean"
+ },
+ "presentation": {
+ "$ref": "#/$defs/ElementPresentationData"
+ },
+ "rect": {
+ "$ref": "#/$defs/ElementRectData"
+ },
+ "selected": {
+ "title": "Selected",
+ "type": "boolean"
+ },
+ "whole_in_viewport": {
+ "title": "Whole In Viewport",
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "displayed",
+ "enabled",
+ "alive",
+ "clickable",
+ "checked",
+ "selected",
+ "in_viewport",
+ "whole_in_viewport",
+ "covered",
+ "covering_backend_node_id",
+ "rect",
+ "presentation"
+ ],
+ "title": "ElementViewportEvidenceData",
+ "type": "object"
+ },
+ "PointData": {
+ "additionalProperties": false,
+ "properties": {
+ "x": {
+ "title": "X",
+ "type": "number"
+ },
+ "y": {
+ "title": "Y",
+ "type": "number"
+ }
+ },
+ "required": [
+ "x",
+ "y"
+ ],
+ "title": "PointData",
+ "type": "object"
+ },
+ "SizeData": {
+ "additionalProperties": false,
+ "properties": {
+ "height": {
+ "title": "Height",
+ "type": "number"
+ },
+ "width": {
+ "title": "Width",
+ "type": "number"
+ }
+ },
+ "required": [
+ "width",
+ "height"
+ ],
+ "title": "SizeData",
+ "type": "object"
+ }
+}
changedOutput schema / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "data": {
- "additionalProperties": false,
- "properties": {
- "center": {
- "title": "Center",
- "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"
- },
- "url": {
- "title": "Url",
- "type": "string"
- }
- },
- "required": [
- "selector",
- "locator",
- "selector_strategy",
- "selector_normalized",
- "center",
- "url"
- ],
- "title": "ElementScrollIntoViewData",
- "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": {
+ "after": {
+ "$ref": "#/$defs/ElementViewportEvidenceData"
+ },
+ "before": {
+ "$ref": "#/$defs/ElementViewportEvidenceData"
+ },
+ "center": {
+ "title": "Center",
+ "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"
+ },
+ "scroll_method": {
+ "enum": [
+ "element",
+ "page_fallback"
+ ],
+ "title": "Scroll Method",
+ "type": "string"
+ },
+ "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"
+ },
+ "url": {
+ "title": "Url",
+ "type": "string"
+ }
+ },
+ "required": [
+ "selector",
+ "locator",
+ "selector_strategy",
+ "selector_normalized",
+ "center",
+ "scroll_method",
+ "before",
+ "after",
+ "url",
+ "tab_id"
+ ],
+ "title": "ElementScrollIntoViewData",
+ "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"
+ }
+]