changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Search results from datos.gob.es catalog",
+ "properties": {
+ "page": {
+ "description": "Current page number",
+ "type": "number"
+ },
+ "pageSize": {
+ "description": "Results per page",
+ "type": "number"
+ },
+ "results": {
+ "description": "Array of dataset results",
+ "items": {
+ "properties": {
+ "description": {
+ "description": "Dataset description",
+ "type": "string"
+ },
+ "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"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}