Adobe Premiere Pro · JSON Structure

Creative Cloud Libraries Library Structure

A Creative Cloud Library containing design elements.

Type: object Properties: 6
AdobeAutomationCreative CloudMediaPremiere ProVideo EditingVideo Production

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

Properties

id name created_date modified_date total_elements links

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-premiere/refs/heads/main/json-structure/creative-cloud-libraries-library-structure.json",
  "name": "Library",
  "description": "A Creative Cloud Library containing design elements.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the library.",
      "example": "lib-abc123"
    },
    "name": {
      "type": "string",
      "description": "Human-readable name of the library.",
      "example": "Premiere Pro Brand Assets"
    },
    "created_date": {
      "type": "datetime",
      "description": "ISO 8601 timestamp when the library was created.",
      "example": "2025-03-15T14:30:00Z"
    },
    "modified_date": {
      "type": "datetime",
      "description": "ISO 8601 timestamp when the library was last modified.",
      "example": "2025-03-15T14:30:00Z"
    },
    "total_elements": {
      "type": "int32",
      "description": "Total number of elements in the library.",
      "example": 42
    },
    "links": {
      "$ref": "#/components/schemas/Links"
    }
  }
}