changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$defs": {
+ "_TaxonomyContentHit": {
+ "properties": {
+ "content_type": {
+ "title": "Content Type",
+ "type": "string"
+ },
+ "date_modified": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Date Modified"
+ },
+ "date_published": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Date Published"
+ },
+ "facets": {
+ "additionalProperties": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "title": "Facets",
+ "type": "object"
+ },
+ "id": {
+ "title": "Id",
+ "type": "string"
+ },
+ "title": {
+ "title": "Title",
+ "type": "string"
+ },
+ "url": {
+ "title": "Url",
+ "type": "string"
+ }
+ },
+ "title": "_TaxonomyContentHit",
+ "type": "object"
+ },
+ "_TaxonomyContentMeta": {
+ "properties": {
+ "filters": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "title": "Filters",
+ "type": "object"
+ },
+ "request_id": {
+ "title": "Request Id",
+ "type": "string"
+ },
+ "scope": {
+ "title": "Scope",
+ "type": "string"
+ },
+ "took_ms": {
+ "title": "Took Ms",
+ "type": "integer"
+ },
+ "total_available": {
+ "title": "Total Available",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "total_available",
+ "took_ms",
+ "request_id",
+ "scope",
+ "filters"
+ ],
+ "title": "_TaxonomyContentMeta",
+ "type": "object"
+ }
+ },
+ "properties": {
+ "meta": {
+ "$ref": "#/$defs/_TaxonomyContentMeta"
+ },
+ "results": {
+ "items": {
+ "$ref": "#/$defs/_TaxonomyContentHit"
+ },
+ "title": "Results",
+ "type": "array"
+ }
+ },
+ "required": [
+ "meta",
+ "results"
+ ],
+ "title": "TaxonomyContentResult",
+ "type": "object"
+}