changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "dataset_id": {
+ "description": "Dataset ID",
+ "type": "string"
+ },
+ "dimensions": {
+ "description": "Dimension definitions",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Dimension ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "label": {
+ "description": "Dimension label",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Dimension name",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "downloads": {
+ "description": "Download links for different formats",
+ "properties": {
+ "csv": {
+ "description": "CSV download link",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "csvw": {
+ "description": "CSVW download link",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "xls": {
+ "description": "XLS download link",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "xlsx": {
+ "description": "XLSX download link",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "edition": {
+ "description": "Edition label",
+ "type": "string"
+ },
+ "release_date": {
+ "description": "Release date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "description": "Version state",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "version": {
+ "description": "Version number",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "dataset_id",
+ "edition",
+ "version",
+ "state",
+ "release_date",
+ "dimensions",
+ "downloads"
+ ],
+ "type": "object"
+}