net.atview.account.nested

atview.net

Documentation

Account Nested experiment

main record

Account Nested experiment

Record Key tid Timestamp-based ID

Properties

account string at-uri Required

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

createdAt string datetime Required

An RFC 3339 formatted timestamp.

note string Optional

No description available.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt",
      "account"
    ],
    "properties": {
      "note": {
        "type": "string",
        "maxLength": 2560,
        "maxGraphemes": 256
      },
      "account": {
        "type": "string",
        "format": "at-uri"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Account Nested experiment"
}

Lexicon Garden

@