changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$defs": {
+ "QueryStats": {
+ "properties": {
+ "AvgClickPosition": {
+ "title": "Avgclickposition",
+ "type": "integer"
+ },
+ "AvgImpressionPosition": {
+ "title": "Avgimpressionposition",
+ "type": "integer"
+ },
+ "Clicks": {
+ "title": "Clicks",
+ "type": "integer"
+ },
+ "Date": {
+ "format": "date-time",
+ "title": "Date",
+ "type": "string"
+ },
+ "Impressions": {
+ "title": "Impressions",
+ "type": "integer"
+ },
+ "Query": {
+ "title": "Query",
+ "type": "string"
+ },
+ "__type": {
+ "title": "Type",
+ "type": "string"
+ }
+ },
+ "required": [
+ "__type",
+ "AvgClickPosition",
+ "AvgImpressionPosition",
+ "Clicks",
+ "Date",
+ "Impressions",
+ "Query"
+ ],
+ "title": "QueryStats",
+ "type": "object"
+ }
+ },
+ "properties": {
+ "result": {
+ "items": {
+ "$ref": "#/$defs/QueryStats"
+ },
+ "title": "Result",
+ "type": "array"
+ }
+ },
+ "required": [
+ "result"
+ ],
+ "title": "get_page_statsOutput",
+ "type": "object"
+}