Skip to content

place.stream.vod.gate

Lexicon Version: 1

Type: record

Record defining a single gated VOD comment.

Record Key: tid

Record Properties:

NameTypeReq’dDescriptionConstraints
hiddenCommentstringURI of the hidden VOD comment.Format: at-uri

{
"lexicon": 1,
"id": "place.stream.vod.gate",
"defs": {
"main": {
"type": "record",
"key": "tid",
"description": "Record defining a single gated VOD comment.",
"record": {
"type": "object",
"required": ["hiddenComment"],
"properties": {
"hiddenComment": {
"type": "string",
"format": "at-uri",
"description": "URI of the hidden VOD comment."
}
}
}
}
}
}