Adobe Premiere Pro · JSON Structure

Creative Cloud Libraries Links Structure

Hypermedia links for a resource.

Type: object Properties: 1
AdobeAutomationCreative CloudMediaPremiere ProVideo EditingVideo Production

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

Properties

self

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-links-structure.json",
  "name": "Links",
  "description": "Hypermedia links for a resource.",
  "type": "object",
  "properties": {
    "self": {
      "type": "uri",
      "description": "URL of the resource itself.",
      "example": "https://cc-libraries.adobe.io/api/v1/libraries/lib-abc123"
    }
  }
}