Adobe Premiere Pro · Schema

Links

Hypermedia links for a resource.

AdobeAutomationCreative CloudMediaPremiere ProVideo EditingVideo Production

Properties

Name Type Description
self string URL of the resource itself.
View JSON Schema on GitHub

JSON Schema

creative-cloud-libraries-links-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-premiere/refs/heads/main/json-schema/creative-cloud-libraries-links-schema.json",
  "title": "Links",
  "description": "Hypermedia links for a resource.",
  "type": "object",
  "properties": {
    "self": {
      "type": "string",
      "format": "uri",
      "description": "URL of the resource itself.",
      "example": "https://cc-libraries.adobe.io/api/v1/libraries/lib-abc123"
    }
  }
}