# com.getorbyt.video.defs

> Published by [getorbyt.com](https://lexicon.garden/identity/did:plc:2xrqztnmzlckb3xfuuukupso)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:2xrqztnmzlckb3xfuuukupso/com.getorbyt.video.defs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:2xrqztnmzlckb3xfuuukupso/com.getorbyt.video.defs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:2xrqztnmzlckb3xfuuukupso/com.getorbyt.video.defs/examples)

## Definitions

### `com.getorbyt.video.defs#loopView`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `post` | `string` (at-uri) | Yes |  |
| `loopCount` | `integer` | Yes |  |

## Raw Schema

```json
{
  "id": "com.getorbyt.video.defs",
  "defs": {
    "loopView": {
      "type": "object",
      "required": [
        "post",
        "loopCount"
      ],
      "properties": {
        "post": {
          "type": "string",
          "format": "at-uri"
        },
        "loopCount": {
          "type": "integer",
          "minimum": 0
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
