changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Single dataset details from datos.gob.es",
+ "properties": {
+ "description": {
+ "description": "Dataset description",
+ "type": "string"
+ },
+ "distributions": {
+ "description": "Available data distributions",
+ "items": {
+ "properties": {
+ "accessUrl": {
+ "description": "URL to access the distribution",
+ "type": "string"
+ },
+ "format": {
+ "description": "Data format (CSV, JSON, etc.)",
+ "type": "string"
+ },
+ "id": {
+ "description": "Distribution identifier",
+ "type": "string"
+ },
+ "title": {
+ "description": "Distribution title",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "id": {
+ "description": "Dataset identifier",
+ "type": "string"
+ },
+ "issued": {
+ "description": "Publication date",
+ "type": "string"
+ },
+ "modified": {
+ "description": "Last modification date",
+ "type": "string"
+ },
+ "publisher": {
+ "description": "Publisher name",
+ "type": "string"
+ },
+ "theme": {
+ "description": "Dataset theme category",
+ "type": "string"
+ },
+ "title": {
+ "description": "Dataset title",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}