changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "columns": {
+ "description": "Metadata for each data column",
+ "items": {
+ "properties": {
+ "citation": {
+ "description": "Citation information",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "description": "Description of the column",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "key": {
+ "description": "Column identifier",
+ "type": "string"
+ },
+ "last_updated": {
+ "description": "Last update date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "next_update": {
+ "description": "Expected next update date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "producer": {
+ "description": "Data producer or source organization",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Column title or name",
+ "type": "string"
+ },
+ "unit": {
+ "description": "Unit of measurement",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "key",
+ "title",
+ "unit",
+ "description",
+ "producer",
+ "citation",
+ "last_updated",
+ "next_update"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "note": {
+ "description": "Additional note about the chart",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "slug": {
+ "description": "OWID chart slug",
+ "type": "string"
+ },
+ "source_url": {
+ "description": "URL to the indicator on ourworldindata.org",
+ "type": "string"
+ },
+ "subtitle": {
+ "description": "Chart subtitle or description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Indicator chart title",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "slug",
+ "source_url",
+ "title",
+ "subtitle",
+ "note",
+ "columns"
+ ],
+ "type": "object"
+}