changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "boundary": {
+ "type": "string"
+ },
+ "count": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "matchStrength": {
+ "enum": [
+ "none",
+ "weak",
+ "strong"
+ ],
+ "type": "string"
+ },
+ "query": {
+ "type": "string"
+ },
+ "results": {
+ "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"
+ }
+ ]
+ },
+ "matchedSections": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "heading": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "score": {
+ "type": "number"
+ },
+ "snippet": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "heading",
+ "snippet",
+ "score"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "matchedTerms": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "propertyTypes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "question": {
+ "type": "string"
+ },
+ "resourceUri": {
+ "type": "string"
+ },
+ "reviewedAt": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "score": {
+ "type": "number"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "summary": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "topics": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "updatedAt": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "title",
+ "question",
+ "summary",
+ "answer",
+ "canonicalUrl",
+ "resourceUri",
+ "jurisdiction",
+ "cluster",
+ "topics",
+ "propertyTypes",
+ "eras",
+ "buyingStages",
+ "updatedAt",
+ "reviewedAt",
+ "limitations",
+ "score",
+ "matchedTerms",
+ "matchedSections"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "query",
+ "count",
+ "matchStrength",
+ "results",
+ "boundary"
+ ],
+ "type": "object"
+}