changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "results": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "categoryPath": {
+ "items": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "string"
+ },
+ {
+ "type": "string"
+ }
+ ],
+ "type": "array"
+ },
+ "id": {
+ "type": "string"
+ },
+ "imageSource": {
+ "type": "string"
+ },
+ "imageUrl": {
+ "type": "string"
+ },
+ "lead": {
+ "type": "string"
+ },
+ "modifiedAt": {
+ "type": "string"
+ },
+ "publishedAt": {
+ "type": "string"
+ },
+ "shortHeadline": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "sourceCount": {
+ "type": "number"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "slug",
+ "title",
+ "shortHeadline",
+ "lead",
+ "imageUrl",
+ "imageSource",
+ "publishedAt",
+ "modifiedAt",
+ "categoryPath",
+ "sourceCount",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "results"
+ ],
+ "type": "object"
+}