changedOutput schema / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "data": {
- "additionalProperties": false,
- "properties": {
- "buttons": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "action": {
- "type": "string"
- },
- "attributes": {
- "additionalProperties": {
- "type": [
- "string",
- "null"
- ]
- },
- "type": "object"
- },
- "href": {
- "type": "string"
- },
- "html": {
- "type": "string"
- },
- "index": {
- "type": "integer"
- },
- "method": {
- "type": "string"
- },
- "selector": {
- "type": "string"
- },
- "tag": {
- "type": "string"
- },
- "text": {
- "type": "string"
- }
- },
- "required": [
- "index",
- "tag",
- "text",
- "selector",
- "attributes"
- ],
- "title": "OutlineElement",
- "type": "object"
- },
- "type": "array"
- },
- "counts": {
- "additionalProperties": {
- "type": "integer"
- },
- "type": "object"
- },
- "forms": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "action": {
- "type": "string"
- },
- "attributes": {
- "additionalProperties": {
- "type": [
- "string",
- "null"
- ]
- },
- "type": "object"
- },
- "href": {
- "type": "string"
- },
- "html": {
- "type": "string"
- },
- "index": {
- "type": "integer"
- },
- "method": {
- "type": "string"
- },
- "selector": {
- "type": "string"
- },
- "tag": {
- "type": "string"
- },
- "text": {
- "type": "string"
- }
- },
- "required": [
- "index",
- "tag",
- "text",
- "selector",
- "attributes"
- ],
- "title": "OutlineElement",
- "type": "object"
- },
- "type": "array"
- },
- "headings": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "action": {
- "type": "string"
- },
- "attributes": {
- "additionalProperties": {
- "type": [
- "string",
- "null"
- ]
- },
- "type": "object"
- },
- "href": {
- "type": "string"
- },
- "html": {
- "type": "string"
- },
- "index": {
- "type": "integer"
- },
- "method": {
- "type": "string"
- },
- "selector": {
- "type": "string"
- },
- "tag": {
- "type": "string"
- },
- "text": {
- "type": "string"
- }
- },
- "required": [
- "index",
- "tag",
- "text",
- "selector",
- "attributes"
- ],
- "title": "OutlineElement",
- "type": "object"
- },
- "type": "array"
- },
- "inputs": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "action": {
- "type": "string"
- },
- "attributes": {
- "additionalProperties": {
- "type": [
- "string",
- "null"
- ]
- },
- "type": "object"
- },
- "href": {
- "type": "string"
- },
- "html": {
- "type": "string"
- },
- "index": {
- "type": "integer"
- },
- "method": {
- "type": "string"
- },
- "selector": {
- "type": "string"
- },
- "tag": {
- "type": "string"
- },
- "text": {
- "type": "string"
- }
- },
- "required": [
- "index",
- "tag",
- "text",
- "selector",
- "attributes"
- ],
- "title": "OutlineElement",
- "type": "object"
- },
- "type": "array"
- },
- "limits": {
- "additionalProperties": false,
- "properties": {
- "max_elements": {
- "type": "integer"
- },
- "max_text_chars": {
- "type": "integer"
- }
- },
- "required": [
- "max_elements",
- "max_text_chars"
- ],
- "title": "PageSnapshotLimits",
- "type": "object"
- },
- "links": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "action": {
- "type": "string"
- },
- "attributes": {
- "additionalProperties": {
- "type": [
- "string",
- "null"
- ]
- },
- "type": "object"
- },
- "href": {
- "type": "string"
- },
- "html": {
- "type": "string"
- },
- "index": {
- "type": "integer"
- },
- "method": {
- "type": "string"
- },
- "selector": {
- "type": "string"
- },
- "tag": {
- "type": "string"
- },
- "text": {
- "type": "string"
- }
- },
- "required": [
- "index",
- "tag",
- "text",
- "selector",
- "attributes"
- ],
- "title": "OutlineElement",
- "type": "object"
- },
- "type": "array"
- },
- "text_excerpt": {
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "truncated": {
- "additionalProperties": false,
- "properties": {
- "elements": {
- "type": "boolean"
- },
- "returned_elements": {
- "type": "integer"
- },
- "text": {
- "type": "boolean"
- }
- },
- "required": [
- "text",
- "elements",
- "returned_elements"
- ],
- "title": "PageSnapshotTruncation",
- "type": "object"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "url",
- "title",
- "text_excerpt",
- "headings",
- "links",
- "buttons",
- "inputs",
- "forms",
- "counts",
- "truncated",
- "limits"
- ],
- "title": "PageSnapshotData",
- "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": {
+ "buttons": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "type": "string"
+ },
+ "attributes": {
+ "additionalProperties": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": "object"
+ },
+ "href": {
+ "type": "string"
+ },
+ "html": {
+ "type": "string"
+ },
+ "index": {
+ "type": "integer"
+ },
+ "method": {
+ "type": "string"
+ },
+ "selector": {
+ "type": "string"
+ },
+ "tag": {
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "index",
+ "tag",
+ "text",
+ "selector",
+ "attributes"
+ ],
+ "title": "OutlineElement",
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "counts": {
+ "additionalProperties": {
+ "type": "integer"
+ },
+ "type": "object"
+ },
+ "forms": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "type": "string"
+ },
+ "attributes": {
+ "additionalProperties": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": "object"
+ },
+ "href": {
+ "type": "string"
+ },
+ "html": {
+ "type": "string"
+ },
+ "index": {
+ "type": "integer"
+ },
+ "method": {
+ "type": "string"
+ },
+ "selector": {
+ "type": "string"
+ },
+ "tag": {
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "index",
+ "tag",
+ "text",
+ "selector",
+ "attributes"
+ ],
+ "title": "OutlineElement",
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "headings": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "type": "string"
+ },
+ "attributes": {
+ "additionalProperties": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": "object"
+ },
+ "href": {
+ "type": "string"
+ },
+ "html": {
+ "type": "string"
+ },
+ "index": {
+ "type": "integer"
+ },
+ "method": {
+ "type": "string"
+ },
+ "selector": {
+ "type": "string"
+ },
+ "tag": {
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "index",
+ "tag",
+ "text",
+ "selector",
+ "attributes"
+ ],
+ "title": "OutlineElement",
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "inputs": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "type": "string"
+ },
+ "attributes": {
+ "additionalProperties": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": "object"
+ },
+ "href": {
+ "type": "string"
+ },
+ "html": {
+ "type": "string"
+ },
+ "index": {
+ "type": "integer"
+ },
+ "method": {
+ "type": "string"
+ },
+ "selector": {
+ "type": "string"
+ },
+ "tag": {
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "index",
+ "tag",
+ "text",
+ "selector",
+ "attributes"
+ ],
+ "title": "OutlineElement",
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "limits": {
+ "additionalProperties": false,
+ "properties": {
+ "max_elements": {
+ "type": "integer"
+ },
+ "max_text_chars": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "max_elements",
+ "max_text_chars"
+ ],
+ "title": "PageSnapshotLimits",
+ "type": "object"
+ },
+ "links": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "type": "string"
+ },
+ "attributes": {
+ "additionalProperties": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": "object"
+ },
+ "href": {
+ "type": "string"
+ },
+ "html": {
+ "type": "string"
+ },
+ "index": {
+ "type": "integer"
+ },
+ "method": {
+ "type": "string"
+ },
+ "selector": {
+ "type": "string"
+ },
+ "tag": {
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "index",
+ "tag",
+ "text",
+ "selector",
+ "attributes"
+ ],
+ "title": "OutlineElement",
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "additionalProperties": false,
+ "properties": {
+ "approx_tokens": {
+ "type": "integer"
+ },
+ "json_chars": {
+ "type": "integer"
+ },
+ "truncated": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "approx_tokens",
+ "json_chars",
+ "truncated"
+ ],
+ "title": "ResponseMeta",
+ "type": "object"
+ },
+ "text_excerpt": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "truncated": {
+ "additionalProperties": false,
+ "properties": {
+ "elements": {
+ "type": "boolean"
+ },
+ "returned_elements": {
+ "type": "integer"
+ },
+ "text": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "text",
+ "elements",
+ "returned_elements"
+ ],
+ "title": "PageSnapshotTruncation",
+ "type": "object"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "url",
+ "title",
+ "text_excerpt",
+ "headings",
+ "links",
+ "buttons",
+ "inputs",
+ "forms",
+ "counts",
+ "truncated",
+ "limits",
+ "meta"
+ ],
+ "title": "PageSnapshotData",
+ "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"
+ }
+]