place.stream.vod.gate

did:web:stream.place

Documentation

Record defining a single gated VOD comment.

main record

Record defining a single gated VOD comment.

Record Key tid Timestamp-based ID

Properties

hiddenComment string at-uri Required

URI of the hidden VOD comment.

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."
}

Lexicon Garden

@