Adobe Premiere Pro · JSON Structure

Creative Cloud Libraries Representation Structure

A format-specific representation or rendition of a library element.

Type: object Properties: 3
AdobeAutomationCreative CloudMediaPremiere ProVideo EditingVideo Production

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

Properties

id type content

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-representation-structure.json",
  "name": "Representation",
  "description": "A format-specific representation or rendition of a library element.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the representation.",
      "example": "rep-001"
    },
    "type": {
      "type": "string",
      "description": "Format type of the representation.",
      "example": "application/vnd.adobe.element.color+dcx"
    },
    "content": {
      "type": "object",
      "description": "Representation content payload (format depends on element type)."
    }
  }
}