app.bivri.bookmark.item

lexicons.bivri.app

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp of when the bookmark was created.

group string at-uri Required

bookmark.group AT-URI

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "group",
      "subject",
      "createdAt"
    ],
    "properties": {
      "group": {
        "type": "string",
        "format": "at-uri",
        "description": "bookmark.group AT-URI"
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Strong reference to the bookmarked artwork record."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp of when the bookmark was created."
      }
    }
  }
}

Lexicon Garden

@