Adobe Creative Cloud · JSON Structure

Adobe Stock Api Search Response Structure

SearchResponse from Adobe API

Type: object Properties: 2
AI/MLCloudCreativeDesignDocumentsPhotographySaaSVideo

SearchResponse is a JSON Structure definition published by Adobe Creative Cloud, 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-cloud/refs/heads/main/json-structure/adobe-stock-api-search-response-structure.json",
  "name": "SearchResponse",
  "description": "SearchResponse from Adobe API",
  "type": "object",
  "properties": {
    "nb_results": {
      "type": "int32",
      "description": "Total number of matching results.",
      "example": 42
    },
    "files": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/StockAsset"
      }
    }
  }
}