{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateVideoRequest", "type": "object", "description": "Creates a video.", "properties": { "objectId": { "type": "string", "description": "A user-supplied object ID." }, "source": { "type": "string", "description": "The video source." }, "id": { "type": "string", "description": "The video source's unique identifier for this video.\n" } } }