com.getorbyt.video.defs

getorbyt.com

Documentation

loopView object

No description available.

Properties

loopCount integer Required

No description available.

minimum: 0
post string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "required": [
    "post",
    "loopCount"
  ],
  "properties": {
    "post": {
      "type": "string",
      "format": "at-uri"
    },
    "loopCount": {
      "type": "integer",
      "minimum": 0
    }
  }
}

Lexicon Garden

@