net.atview.account.role

atview.net

Documentation

Account Role experiment

main record

Account Role 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.

role string at-uri Required

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

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt",
      "role",
      "account"
    ],
    "properties": {
      "role": {
        "type": "string",
        "format": "at-uri"
      },
      "account": {
        "type": "string",
        "format": "at-uri"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Account Role experiment"
}

Lexicon Garden

@