{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "UpdateVideoPropertiesRequest",
"type": "object",
"description": "Update the properties of a Video.",
"properties": {
"objectId": {
"type": "string",
"description": "The object ID of the video."
},
"fields": {
"type": "string",
"description": "The fields that should be updated."
}
}
}