changedOutput schema / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "data": {
- "additionalProperties": false,
- "properties": {
- "active_element": {
- "anyOf": [
- {
- "additionalProperties": true,
- "properties": {
- "selector": {
- "type": "string"
- },
- "tag": {
- "type": "string"
- },
- "text": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "console": {
- "additionalProperties": false,
- "properties": {
- "available": {
- "type": "boolean"
- },
- "count": {
- "type": "integer"
- },
- "error_count": {
- "type": "integer"
- },
- "listening": {
- "type": "boolean"
- },
- "next_cursor": {
- "type": "integer"
- },
- "recent": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "column": {
- "type": "integer"
- },
- "index": {
- "type": "integer"
- },
- "level": {
- "type": "string"
- },
- "line": {
- "type": "integer"
- },
- "source": {
- "type": "string"
- },
- "text": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "index",
- "level",
- "text",
- "url",
- "line",
- "column",
- "source"
- ],
- "title": "ConsoleLog",
- "type": "object"
- },
- "type": "array"
- },
- "total": {
- "type": "integer"
- },
- "warning_count": {
- "type": "integer"
- }
- },
- "required": [
- "available",
- "listening",
- "count",
- "total",
- "next_cursor",
- "error_count",
- "warning_count",
- "recent"
- ],
- "title": "ConsoleSummary",
- "type": "object"
- },
- "counts": {
- "additionalProperties": {
- "type": "integer"
- },
- "type": "object"
- },
- "limits": {
- "additionalProperties": false,
- "properties": {
- "max_text_chars": {
- "type": "integer"
- },
- "max_texts": {
- "type": "integer"
- }
- },
- "required": [
- "max_texts",
- "max_text_chars"
- ],
- "title": "ObservationLimits",
- "type": "object"
- },
- "ready_state": {
- "type": "string"
- },
- "text_samples": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "title": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "url",
- "title",
- "ready_state",
- "counts",
- "text_samples",
- "active_element",
- "console",
- "limits"
- ],
- "title": "PageObservation",
- "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": {
+ "active_element": {
+ "title": "Active Element"
+ },
+ "console": {
+ "additionalProperties": true,
+ "title": "Console",
+ "type": "object"
+ },
+ "counts": {
+ "additionalProperties": {
+ "type": "integer"
+ },
+ "title": "Counts",
+ "type": "object"
+ },
+ "limits": {
+ "additionalProperties": true,
+ "title": "Limits",
+ "type": "object"
+ },
+ "ready_state": {
+ "title": "Ready State",
+ "type": "string"
+ },
+ "text_samples": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Text Samples",
+ "type": "array"
+ },
+ "title": {
+ "title": "Title",
+ "type": "string"
+ },
+ "url": {
+ "title": "Url",
+ "type": "string"
+ }
+ },
+ "required": [
+ "url",
+ "title",
+ "ready_state",
+ "counts",
+ "text_samples",
+ "active_element",
+ "console",
+ "limits"
+ ],
+ "title": "PageObservation",
+ "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"
+ }
+]