changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "guide": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "answer": {
+ "type": "string"
+ },
+ "buyingStages": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "canonicalUrl": {
+ "type": "string"
+ },
+ "cluster": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "blurb": {
+ "type": "string"
+ },
+ "chip": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "label",
+ "chip",
+ "blurb"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "eras": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "jurisdiction": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "limitations": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "propertyTypes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "question": {
+ "type": "string"
+ },
+ "readingTimeMin": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "resourceUri": {
+ "type": "string"
+ },
+ "reviewDue": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "reviewedAt": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "slug": {
+ "type": "string"
+ },
+ "summary": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "topics": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "wordCount": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "slug",
+ "title",
+ "question",
+ "summary",
+ "answer",
+ "canonicalUrl",
+ "resourceUri",
+ "jurisdiction",
+ "cluster",
+ "topics",
+ "propertyTypes",
+ "eras",
+ "buyingStages",
+ "updatedAt",
+ "reviewedAt",
+ "reviewDue",
+ "wordCount",
+ "readingTimeMin",
+ "limitations"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "answer": {
+ "type": "string"
+ },
+ "buyingStages": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "canonicalUrl": {
+ "type": "string"
+ },
+ "cluster": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "blurb": {
+ "type": "string"
+ },
+ "chip": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "label",
+ "chip",
+ "blurb"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "eras": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "jurisdiction": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "limitations": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "propertyTypes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "question": {
+ "type": "string"
+ },
+ "readingTimeMin": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "resourceUri": {
+ "type": "string"
+ },
+ "reviewDue": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "reviewedAt": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "sections": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "heading": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "markdown": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "heading",
+ "markdown"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "summary": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "topics": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "wordCount": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "slug",
+ "title",
+ "question",
+ "summary",
+ "answer",
+ "canonicalUrl",
+ "resourceUri",
+ "jurisdiction",
+ "cluster",
+ "topics",
+ "propertyTypes",
+ "eras",
+ "buyingStages",
+ "updatedAt",
+ "reviewedAt",
+ "reviewDue",
+ "wordCount",
+ "readingTimeMin",
+ "limitations",
+ "sections"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "answer": {
+ "type": "string"
+ },
+ "buyingStages": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "canonicalUrl": {
+ "type": "string"
+ },
+ "checklistCandidates": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "section": {
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "text",
+ "section"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "cluster": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "blurb": {
+ "type": "string"
+ },
+ "chip": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "label",
+ "chip",
+ "blurb"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "contentMarkdown": {
+ "type": "string"
+ },
+ "eras": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "faqs": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "answer": {
+ "type": "string"
+ },
+ "question": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "question",
+ "answer"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "jurisdiction": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "limitations": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "methodology": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "pillar": {
+ "type": "boolean"
+ },
+ "propertyTypes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "publishedAt": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "question": {
+ "type": "string"
+ },
+ "readingTimeMin": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "related": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "researchNote": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "resourceUri": {
+ "type": "string"
+ },
+ "reviewDue": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "reviewedAt": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "reviewedBy": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "sections": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "heading": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "markdown": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "heading",
+ "markdown"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "sources": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "accessed": {
+ "type": "string"
+ },
+ "publisher": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "publisher",
+ "url",
+ "accessed"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "summary": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "topics": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "updated": {
+ "type": "string"
+ },
+ "updatedAt": {
+ "type": "string"
+ },
+ "wordCount": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "slug",
+ "pillar",
+ "resourceUri",
+ "canonicalUrl",
+ "question",
+ "title",
+ "summary",
+ "answer",
+ "updated",
+ "publishedAt",
+ "updatedAt",
+ "reviewedAt",
+ "reviewDue",
+ "jurisdiction",
+ "reviewedBy",
+ "methodology",
+ "limitations",
+ "researchNote",
+ "wordCount",
+ "readingTimeMin",
+ "cluster",
+ "topics",
+ "propertyTypes",
+ "eras",
+ "buyingStages",
+ "sections",
+ "faqs",
+ "checklistCandidates",
+ "sources",
+ "related",
+ "contentMarkdown"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "missingSectionIds": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "warning": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "guide"
+ ],
+ "type": "object"
+}