changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "CKAN package details",
+ "properties": {
+ "author": {
+ "description": "Package author",
+ "type": "string"
+ },
+ "author_email": {
+ "description": "Author email",
+ "type": "string"
+ },
+ "groups": {
+ "description": "Array of group/theme objects",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "id": {
+ "description": "Package ID",
+ "type": "string"
+ },
+ "license_id": {
+ "description": "License ID",
+ "type": "string"
+ },
+ "maintainer": {
+ "description": "Package maintainer",
+ "type": "string"
+ },
+ "maintainer_email": {
+ "description": "Maintainer email",
+ "type": "string"
+ },
+ "metadata_created": {
+ "description": "Creation timestamp",
+ "type": "string"
+ },
+ "metadata_modified": {
+ "description": "Modification timestamp",
+ "type": "string"
+ },
+ "name": {
+ "description": "Package name/slug",
+ "type": "string"
+ },
+ "notes": {
+ "description": "Package description",
+ "type": "string"
+ },
+ "organization": {
+ "description": "Organization object",
+ "type": "object"
+ },
+ "owner_org": {
+ "description": "Owner organization ID",
+ "type": "string"
+ },
+ "private": {
+ "description": "Whether package is private",
+ "type": "boolean"
+ },
+ "resources": {
+ "description": "Array of resources",
+ "items": {
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "format": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "last_modified": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "tags": {
+ "description": "Array of tags",
+ "items": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "vocabulary_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "title": {
+ "description": "Package title",
+ "type": "string"
+ },
+ "url": {
+ "description": "Package URL",
+ "type": "string"
+ },
+ "version": {
+ "description": "Package version",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}