Adobe Creative Suite · JSON Structure

Adobe Creative Suite Stock Search Result Structure

Paginated search results from the Adobe Stock library

Type: object Properties: 2
CreativeDesignGraphicsPhotographyVideo

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

Properties

nb_results 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-search-result-structure.json",
  "name": "SearchResult",
  "description": "Paginated search results from the Adobe Stock library",
  "type": "object",
  "properties": {
    "nb_results": {
      "type": "int32",
      "description": "Total number of files matching the search query",
      "example": 4521
    },
    "files": {
      "type": "array",
      "description": "List of matching stock files",
      "items": {
        "$ref": "#/components/schemas/StockFile"
      }
    }
  }
}