{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-cloud/refs/heads/main/json-structure/adobe-stock-api-license-response-structure.json", "name": "LicenseResponse", "description": "LicenseResponse from Adobe API", "type": "object", "properties": { "contents": { "type": "object", "additionalProperties": { "type": "object", "properties": { "content_id": { "type": "integer" }, "purchase_details": { "type": "object", "properties": { "state": { "type": "string" }, "license": { "type": "string" }, "date": { "type": "string", "format": "date-time" }, "url": { "type": "string", "format": "uri", "description": "Download URL for the licensed asset." } } }, "size": { "type": "string" } } } } } }