changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "ai_sources": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "assumptions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "basis": {
+ "type": "string"
+ },
+ "criteria": {
+ "additionalProperties": false,
+ "properties": {
+ "citation_max_bounce": {
+ "type": "number"
+ },
+ "content_namespaces": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "min_ai_sessions": {
+ "type": "number"
+ },
+ "min_pageviews": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "content_namespaces",
+ "min_pageviews",
+ "citation_max_bounce",
+ "min_ai_sessions"
+ ],
+ "type": "object"
+ },
+ "limitations": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "missed_citation_pages": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "ai_sessions": {
+ "type": "number"
+ },
+ "bounce_rate": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "gap_type": {
+ "const": "missed_citation",
+ "type": "string"
+ },
+ "impact_score": {
+ "type": "number"
+ },
+ "page": {
+ "type": "string"
+ },
+ "pageviews": {
+ "type": "number"
+ },
+ "reason": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "page",
+ "pageviews",
+ "bounce_rate",
+ "ai_sessions",
+ "gap_type",
+ "reason",
+ "impact_score"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "mode": {
+ "enum": [
+ "referred",
+ "gaps"
+ ],
+ "type": "string"
+ },
+ "notes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "period": {
+ "additionalProperties": false,
+ "properties": {
+ "days": {
+ "type": "number"
+ },
+ "end": {
+ "type": "string"
+ },
+ "start": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "start",
+ "end",
+ "days"
+ ],
+ "type": "object"
+ },
+ "rows": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "ai_source": {
+ "type": "string"
+ },
+ "bounce_rate": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "last_cited_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "page": {
+ "type": "string"
+ },
+ "revenue_jpy": {
+ "type": "number"
+ },
+ "sessions": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "page",
+ "ai_source",
+ "sessions",
+ "bounce_rate",
+ "revenue_jpy",
+ "last_cited_at"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "site_benchmark_engaged_rate": {
+ "type": "number"
+ },
+ "site_id": {
+ "type": "string"
+ },
+ "total_ai_sessions": {
+ "type": "number"
+ },
+ "under_monetized_ai_pages": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "ai_engaged": {
+ "type": "number"
+ },
+ "ai_revenue_jpy": {
+ "type": "number"
+ },
+ "ai_sessions": {
+ "type": "number"
+ },
+ "engaged_rate": {
+ "type": "number"
+ },
+ "gap_type": {
+ "const": "under_monetized",
+ "type": "string"
+ },
+ "impact_score": {
+ "type": "number"
+ },
+ "page": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ },
+ "site_benchmark_rate": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "page",
+ "ai_sessions",
+ "ai_engaged",
+ "engaged_rate",
+ "site_benchmark_rate",
+ "ai_revenue_jpy",
+ "gap_type",
+ "reason",
+ "impact_score"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "site_id",
+ "mode",
+ "period",
+ "basis"
+ ],
+ "type": "object"
+}