changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "count": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "generatedAt": {
+ "type": "string"
+ },
+ "guides": {
+ "items": {
+ "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"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "count",
+ "generatedAt",
+ "guides"
+ ],
+ "type": "object"
+}