changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of indicators in the filtered result",
+ "type": "number"
+ },
+ "indicators": {
+ "items": {
+ "properties": {
+ "category": {
+ "description": "Category classification (energy, climate, health, etc.)",
+ "type": "string"
+ },
+ "slug": {
+ "description": "OWID chart slug identifier",
+ "type": "string"
+ },
+ "title": {
+ "description": "Human-readable indicator title",
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "title",
+ "category"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "note": {
+ "description": "Usage note directing users to the full OWID catalog",
+ "type": "string"
+ }
+ },
+ "required": [
+ "count",
+ "note",
+ "indicators"
+ ],
+ "type": "object"
+}