Adobe Creative Suite · JSON Structure

Adobe Creative Suite Stock Stock File Response Structure

Response wrapper for a single stock file metadata request

Type: object Properties: 1
CreativeDesignGraphicsPhotographyVideo

StockFileResponse is a JSON Structure definition published by Adobe Creative Suite, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

files

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-suite/refs/heads/main/json-structure/adobe-creative-suite-stock-stock-file-response-structure.json",
  "name": "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"
      }
    }
  }
}