{ "$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" ] }