changedOutput schema / oneOf
Previous value: -[
- {
- "additionalProperties": true,
- "properties": {
- "daily": {
- "type": "array"
- },
- "delta_percent": {
- "type": [
- "number",
- "null"
- ]
- },
- "event_name": {
- "type": [
- "string",
- "null"
- ]
- },
- "evidence": {
- "additionalProperties": true,
- "properties": {
- "status": {
- "type": "string"
- }
- },
- "required": [
- "status"
- ],
- "type": "object"
- },
- "execution_receipt": {
- "additionalProperties": true,
- "properties": {
- "data_sha256": {
- "pattern": "^[0-9a-f]{64}$",
- "type": "string"
- },
- "font_sha256": {
- "type": "object"
- },
- "image_sha256": {
- "pattern": "^[0-9a-f]{64}$",
- "type": "string"
- },
- "query_sha256": {
- "pattern": "^[0-9a-f]{64}$",
- "type": "string"
- },
- "renderer_version": {
- "minLength": 1,
- "type": "string"
- },
- "version": {
- "const": 1
- }
- },
- "required": [
- "version",
- "renderer_version",
- "font_sha256",
- "query_sha256",
- "data_sha256",
- "image_sha256"
- ],
- "type": "object"
- },
- "height": {
- "minimum": 1,
- "type": "integer"
- },
- "image_sha256": {
- "pattern": "^[0-9a-f]{64}$",
- "type": "string"
- },
- "metric": {
- "enum": [
- "sessions",
- "eventCount"
- ]
- },
- "mime_type": {
- "const": "image/png"
- },
- "prior_total": {
- "minimum": 0,
- "type": "integer"
- },
- "property_id": {
- "pattern": "^properties/[0-9]+$",
- "type": "string"
- },
- "provider": {
- "const": "Google Analytics GA4"
- },
- "query_ranges": {
- "type": "object"
- },
- "reconciliation": {
- "type": "object"
- },
- "sources": {
- "type": "array"
- },
- "status": {
- "const": "ok"
- },
- "summary_text": {
- "minLength": 1,
- "type": "string"
- },
- "tool": {
- "const": "dashboard_render"
- },
- "total": {
- "minimum": 0,
- "type": "integer"
- },
- "width": {
- "minimum": 1,
- "type": "integer"
- }
- },
- "required": [
- "tool",
- "status",
- "summary_text",
- "mime_type",
- "width",
- "height",
- "image_sha256",
- "evidence",
- "execution_receipt",
- "provider",
- "property_id",
- "metric",
- "query_ranges",
- "total",
- "prior_total",
- "daily",
- "sources",
- "reconciliation"
- ],
- "type": "object"
- },
- {
- "additionalProperties": true,
- "properties": {
- "evidence": {
- "additionalProperties": true,
- "properties": {
- "status": {
- "type": "string"
- }
- },
- "required": [
- "status"
- ],
- "type": "object"
- },
- "metric": {
- "enum": [
- "sessions",
- "eventCount"
- ]
- },
- "query_ranges": {
- "type": "object"
- },
- "status": {
- "const": "no_data"
- },
- "summary_text": {
- "minLength": 1,
- "type": "string"
- },
- "tool": {
- "const": "dashboard_render"
- }
- },
- "required": [
- "tool",
- "status",
- "summary_text",
- "metric",
- "query_ranges",
- "evidence"
- ],
- "type": "object"
- },
- {
- "additionalProperties": true,
- "properties": {
- "error": {
- "minLength": 1,
- "type": "string"
- },
- "evidence": {
- "additionalProperties": true,
- "properties": {
- "status": {
- "type": "string"
- }
- },
- "required": [
- "status"
- ],
- "type": "object"
- },
- "message": {
- "minLength": 1,
- "type": "string"
- },
- "status": {
- "const": "error"
- },
- "summary_text": {
- "minLength": 1,
- "type": "string"
- },
- "tool": {
- "const": "dashboard_render"
- }
- },
- "required": [
- "tool",
- "status",
- "summary_text",
- "error",
- "message",
- "evidence"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": true,
+ "properties": {
+ "daily": {
+ "type": "array"
+ },
+ "delta_percent": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "event_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "evidence": {
+ "additionalProperties": true,
+ "properties": {
+ "status": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+ },
+ "execution_receipt": {
+ "additionalProperties": true,
+ "properties": {
+ "data_sha256": {
+ "pattern": "^[0-9a-f]{64}$",
+ "type": "string"
+ },
+ "font_sha256": {
+ "type": "object"
+ },
+ "image_sha256": {
+ "pattern": "^[0-9a-f]{64}$",
+ "type": "string"
+ },
+ "query_sha256": {
+ "pattern": "^[0-9a-f]{64}$",
+ "type": "string"
+ },
+ "renderer_version": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "version": {
+ "const": 1
+ }
+ },
+ "required": [
+ "version",
+ "renderer_version",
+ "font_sha256",
+ "query_sha256",
+ "data_sha256",
+ "image_sha256"
+ ],
+ "type": "object"
+ },
+ "height": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "image_sha256": {
+ "pattern": "^[0-9a-f]{64}$",
+ "type": "string"
+ },
+ "metric": {
+ "enum": [
+ "sessions",
+ "eventCount"
+ ]
+ },
+ "mime_type": {
+ "const": "image/png"
+ },
+ "prior_total": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "property_id": {
+ "pattern": "^properties/[0-9]+$",
+ "type": "string"
+ },
+ "provider": {
+ "const": "Google Analytics GA4"
+ },
+ "query_ranges": {
+ "type": "object"
+ },
+ "reconciliation": {
+ "additionalProperties": false,
+ "properties": {
+ "allowed_delta": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "attempts": {
+ "maximum": 2,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "canonical_total": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "daily_delta": {
+ "type": "integer"
+ },
+ "daily_returned_rows": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "daily_row_count": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "daily_total": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "difference": {
+ "type": "integer"
+ },
+ "reason_code": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "source_delta": {
+ "type": "integer"
+ },
+ "source_returned_rows": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "source_row_count": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "source_total": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "status": {
+ "enum": [
+ "matched",
+ "within_tolerance",
+ "unverified"
+ ]
+ }
+ },
+ "required": [
+ "status",
+ "reason_code",
+ "canonical_total",
+ "daily_total",
+ "source_total",
+ "daily_delta",
+ "source_delta",
+ "difference",
+ "allowed_delta",
+ "daily_row_count",
+ "daily_returned_rows",
+ "source_row_count",
+ "source_returned_rows",
+ "attempts"
+ ],
+ "type": "object"
+ },
+ "sources": {
+ "type": "array"
+ },
+ "status": {
+ "const": "ok"
+ },
+ "summary_text": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "tool": {
+ "const": "dashboard_render"
+ },
+ "total": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "watermarked": {
+ "type": "boolean"
+ },
+ "width": {
+ "minimum": 1,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "tool",
+ "status",
+ "summary_text",
+ "mime_type",
+ "width",
+ "height",
+ "image_sha256",
+ "evidence",
+ "execution_receipt",
+ "provider",
+ "property_id",
+ "metric",
+ "query_ranges",
+ "total",
+ "prior_total",
+ "daily",
+ "sources",
+ "reconciliation",
+ "watermarked"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": true,
+ "properties": {
+ "evidence": {
+ "additionalProperties": true,
+ "properties": {
+ "status": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+ },
+ "metric": {
+ "enum": [
+ "sessions",
+ "eventCount"
+ ]
+ },
+ "query_ranges": {
+ "type": "object"
+ },
+ "status": {
+ "const": "no_data"
+ },
+ "summary_text": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "tool": {
+ "const": "dashboard_render"
+ }
+ },
+ "required": [
+ "tool",
+ "status",
+ "summary_text",
+ "metric",
+ "query_ranges",
+ "evidence"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": true,
+ "properties": {
+ "error": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "evidence": {
+ "additionalProperties": true,
+ "properties": {
+ "status": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+ },
+ "message": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "status": {
+ "const": "error"
+ },
+ "summary_text": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "tool": {
+ "const": "dashboard_render"
+ }
+ },
+ "required": [
+ "tool",
+ "status",
+ "summary_text",
+ "error",
+ "message",
+ "evidence"
+ ],
+ "type": "object"
+ }
+]