changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "citation": {
+ "additionalProperties": true,
+ "properties": {
+ "citation_text": {
+ "type": "string"
+ },
+ "license": {
+ "type": "string"
+ },
+ "retrieved_at": {
+ "type": "string"
+ },
+ "series_id": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ },
+ "source_url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "source",
+ "series_id",
+ "source_url",
+ "license",
+ "retrieved_at",
+ "citation_text"
+ ],
+ "type": "object"
+ },
+ "country": {
+ "additionalProperties": true,
+ "properties": {
+ "iso3": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "iso3",
+ "name"
+ ],
+ "type": "object"
+ },
+ "fallback_reason": {
+ "enum": [
+ "transient",
+ "definitive"
+ ],
+ "type": "string"
+ },
+ "fallback_used": {
+ "type": "boolean"
+ },
+ "frequency": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "notes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "observations": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "note": {
+ "type": "string"
+ },
+ "period": {
+ "type": "string"
+ },
+ "value": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "period",
+ "value"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "series_id": {
+ "type": "string"
+ },
+ "unit": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "series_id",
+ "name",
+ "observations",
+ "citation",
+ "notes"
+ ],
+ "type": "object"
+}