Adobe Creative Cloud · JSON Structure

Adobe Cc Libraries Api Library Structure

Library from Adobe API

Type: object Properties: 6
AI/MLCloudCreativeDesignDocumentsPhotographySaaSVideo

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

Properties

id name created_date modified_date owner element_count

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-cc-libraries-api-library-structure.json",
  "name": "Library",
  "description": "Library from Adobe API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "abc123def456"
    },
    "name": {
      "type": "string",
      "example": "Example Asset"
    },
    "created_date": {
      "type": "datetime",
      "example": "2026-04-17T12:00:00Z"
    },
    "modified_date": {
      "type": "datetime",
      "example": "2026-04-17T12:00:00Z"
    },
    "owner": {
      "type": "object",
      "properties": {
        "user_id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      }
    },
    "element_count": {
      "type": "int32",
      "example": 42
    }
  }
}