# place.stream.vod.gate

> Published by [did:web:stream.place](https://lexicon.garden/identity/did:web:stream.place)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:stream.place/place.stream.vod.gate)
- [Documentation](https://lexicon.garden/lexicon/did:web:stream.place/place.stream.vod.gate/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:stream.place/place.stream.vod.gate/examples)

## Definitions

### `place.stream.vod.gate`

**Type**: `record`

Record defining a single gated VOD comment.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `hiddenComment` | `string` (at-uri) | Yes | URI of the hidden VOD comment. |

## Raw Schema

```json
{
  "id": "place.stream.vod.gate",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
