{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/InitializeVideoUploadRequest",
"title": "InitializeVideoUploadRequest",
"type": "string",
"example": "\"{ \\\"initializeUploadRequest\\\": {\\n \\\"owner\\\": \\\"organization_urn\\\",\\n \\\"fileSizeBytes\\\": 1055736 ,\\n \\\"uploadCaptions\\\": false, //set to true to upload video with caption\\n \\\"uploadThumbnail\\\": false //set to true to upload video with thumbnail\\n}}\\n\""
}