changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties": {
+ "analyticsLinks": {
+ "$ref": "#/properties/chart"
+ },
+ "chart": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "comparison": {
+ "$ref": "#/properties/chart"
+ },
+ "reportSummary": {
+ "$ref": "#/properties/chart"
+ },
+ "rows": {
+ "items": {
+ "$ref": "#/properties/chart"
+ },
+ "type": "array"
+ },
+ "scope": {
+ "$ref": "#/properties/chart"
+ },
+ "sourceState": {
+ "additionalProperties": false,
+ "properties": {
+ "message": {
+ "type": "string"
+ },
+ "source": {
+ "enum": [
+ "ga4",
+ "search_console",
+ "bing_webmaster"
+ ],
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "ready",
+ "not_connected",
+ "missing_scope",
+ "unavailable"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "source",
+ "status",
+ "message"
+ ],
+ "type": "object"
+ },
+ "warnings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}