changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Dataset metadata response",
+ "properties": {
+ "data": {
+ "description": "Dataset metadata",
+ "properties": {
+ "authority": {
+ "description": "Authority (e.g., 10.7910)",
+ "type": "string"
+ },
+ "datasetVersion": {
+ "description": "Dataset version details",
+ "type": "object"
+ },
+ "id": {
+ "description": "Dataset ID",
+ "type": "integer"
+ },
+ "identifier": {
+ "description": "Dataset persistent identifier",
+ "type": "string"
+ },
+ "persistentUrl": {
+ "description": "Persistent URL to dataset",
+ "type": "string"
+ },
+ "protocol": {
+ "description": "Protocol (e.g., doi)",
+ "type": "string"
+ },
+ "publicationDate": {
+ "description": "Publication date",
+ "type": "string"
+ },
+ "publisher": {
+ "description": "Publisher name",
+ "type": "string"
+ },
+ "storageSize": {
+ "description": "Storage size in bytes",
+ "type": "integer"
+ },
+ "subjects": {
+ "description": "Subject tags",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "status": {
+ "description": "API response status",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}