changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "attribution": {
+ "type": "string"
+ },
+ "query": {
+ "type": "string"
+ },
+ "related_historical_fiction": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "amazon_url": {
+ "type": "string"
+ },
+ "author": {
+ "type": "string"
+ },
+ "historical_guide_url": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "relationship": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "author",
+ "relationship",
+ "amazon_url",
+ "historical_guide_url",
+ "note"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "result_count": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "results": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "author": {
+ "type": "string"
+ },
+ "book": {
+ "type": "string"
+ },
+ "guide": {
+ "type": "string"
+ },
+ "passage": {
+ "type": "string"
+ },
+ "section": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "source_type": {
+ "type": "string"
+ },
+ "source_url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "guide",
+ "book",
+ "passage",
+ "section",
+ "source_url",
+ "author",
+ "source_type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "query",
+ "result_count",
+ "results",
+ "related_historical_fiction",
+ "attribution"
+ ],
+ "type": "object"
+}