Adobe Premiere Pro · Schema

LibraryInput

Request body for creating or updating a library.

AdobeAutomationCreative CloudMediaPremiere ProVideo EditingVideo Production

Properties

Name Type Description
name string Name of the library.
View JSON Schema on GitHub

JSON Schema

creative-cloud-libraries-library-input-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-library-input-schema.json",
  "title": "LibraryInput",
  "description": "Request body for creating or updating a library.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the library.",
      "example": "New Video Assets Library"
    }
  },
  "required": [
    "name"
  ]
}