Response wrapper for a single stock file metadata request
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-suite/refs/heads/main/json-schema/adobe-creative-suite-stock-stock-file-response-schema.json", "title": "StockFileResponse", "description": "Response wrapper for a single stock file metadata request", "type": "object", "properties": { "files": { "type": "array", "description": "Array containing the requested file (always contains one item)", "items": { "$ref": "#/components/schemas/StockFile" } } } }