changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "created": {
+ "description": "ISO 8601 creation timestamp",
+ "type": "string"
+ },
+ "description": {
+ "description": "Resource description",
+ "type": "string"
+ },
+ "format": {
+ "description": "File format (e.g. CSV, JSON)",
+ "type": "string"
+ },
+ "hash": {
+ "description": "File hash value",
+ "type": "string"
+ },
+ "id": {
+ "description": "Resource UUID",
+ "type": "string"
+ },
+ "last_modified": {
+ "description": "ISO 8601 modification timestamp",
+ "type": "string"
+ },
+ "name": {
+ "description": "Resource name",
+ "type": "string"
+ },
+ "package_id": {
+ "description": "Parent package UUID",
+ "type": "string"
+ },
+ "size": {
+ "description": "File size in bytes",
+ "type": "number"
+ },
+ "url": {
+ "description": "Resource download URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}