changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Total number of packages matching query",
+ "type": "number"
+ },
+ "results": {
+ "description": "List of packages (datasets) matching search criteria",
+ "items": {
+ "properties": {
+ "author": {
+ "description": "Author name",
+ "type": "string"
+ },
+ "author_email": {
+ "description": "Author email",
+ "type": "string"
+ },
+ "groups": {
+ "description": "Theme groups (categories) for this package",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "id": {
+ "description": "Package UUID",
+ "type": "string"
+ },
+ "license_id": {
+ "description": "License identifier",
+ "type": "string"
+ },
+ "maintainer": {
+ "description": "Maintainer name",
+ "type": "string"
+ },
+ "maintainer_email": {
+ "description": "Maintainer email",
+ "type": "string"
+ },
+ "metadata_created": {
+ "description": "ISO 8601 creation timestamp",
+ "type": "string"
+ },
+ "metadata_modified": {
+ "description": "ISO 8601 modification timestamp",
+ "type": "string"
+ },
+ "name": {
+ "description": "Package name/slug",
+ "type": "string"
+ },
+ "notes": {
+ "description": "Package description",
+ "type": "string"
+ },
+ "organization": {
+ "properties": {
+ "id": {
+ "description": "Organization UUID",
+ "type": "string"
+ },
+ "name": {
+ "description": "Organization name/slug",
+ "type": "string"
+ },
+ "title": {
+ "description": "Organization display name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "resources": {
+ "description": "Downloadable resources (files) in package",
+ "items": {
+ "properties": {
+ "description": {
+ "description": "Resource description",
+ "type": "string"
+ },
+ "format": {
+ "description": "File format (e.g. CSV, JSON)",
+ "type": "string"
+ },
+ "id": {
+ "description": "Resource UUID",
+ "type": "string"
+ },
+ "last_modified": {
+ "description": "ISO 8601 timestamp",
+ "type": "string"
+ },
+ "name": {
+ "description": "Resource name",
+ "type": "string"
+ },
+ "size": {
+ "description": "File size in bytes",
+ "type": "number"
+ },
+ "url": {
+ "description": "Resource download URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "tags": {
+ "description": "Tags associated with package",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Tag UUID",
+ "type": "string"
+ },
+ "name": {
+ "description": "Tag name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "title": {
+ "description": "Package display title",
+ "type": "string"
+ },
+ "url": {
+ "description": "Package homepage URL",
+ "type": "string"
+ },
+ "version": {
+ "description": "Package version",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}