StockFileResponse

Response wrapper for a single stock file metadata request

CreativeDesignGraphicsPhotographyVideo

Properties

Name Type Description
files array Array containing the requested file (always contains one item)
View JSON Schema on GitHub

JSON Schema

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