changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "theme": {
+ "additionalProperties": {},
+ "properties": {
+ "charts": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "data": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "label": {
+ "type": "string"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "label",
+ "value"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "headline": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "source": {},
+ "sub": {
+ "type": "string"
+ },
+ "unit": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "headline",
+ "sub",
+ "unit",
+ "data",
+ "source"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "dek": {
+ "type": "string"
+ },
+ "intro": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "number": {
+ "type": "number"
+ },
+ "shortAnswer": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "sources": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "detail": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "detail",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "takeaways": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "title": {
+ "type": "string"
+ },
+ "unconfirmed": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "number",
+ "title",
+ "dek",
+ "shortAnswer",
+ "intro",
+ "charts",
+ "takeaways",
+ "sources",
+ "unconfirmed",
+ "url"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "theme"
+ ],
+ "type": "object"
+}