Record defining a single gated VOD comment.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"hiddenComment"
],
"properties": {
"hiddenComment": {
"type": "string",
"format": "at-uri",
"description": "URI of the hidden VOD comment."
}
}
},
"description": "Record defining a single gated VOD comment."
}