changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "checklist": {
+ "additionalProperties": false,
+ "properties": {
+ "guidanceBoundary": {
+ "type": "string"
+ },
+ "items": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "canonicalUrl": {
+ "type": "string"
+ },
+ "check": {
+ "type": "string"
+ },
+ "guideSlug": {
+ "type": "string"
+ },
+ "guideTitle": {
+ "type": "string"
+ },
+ "section": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "check",
+ "section",
+ "guideSlug",
+ "guideTitle",
+ "canonicalUrl"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "matchedGuides": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "answer": {
+ "type": "string"
+ },
+ "canonicalUrl": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "title",
+ "canonicalUrl",
+ "answer"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "profile": {
+ "additionalProperties": false,
+ "properties": {
+ "buyingStage": {
+ "type": "string"
+ },
+ "concerns": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "era": {
+ "type": "string"
+ },
+ "jurisdiction": {
+ "type": "string"
+ },
+ "propertyType": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "profile",
+ "guidanceBoundary",
+ "matchedGuides",
+ "items"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "checklist"
+ ],
+ "type": "object"
+}