link.latr.bookmarks.metadata

samclemente.me

{
  "id": "link.latr.bookmarks.metadata",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "bookmarkUri",
          "subject"
        ],
        "properties": {
          "note": {
            "type": "string",
            "maxLength": 10000,
            "maxGraphemes": 10000
          },
          "state": {
            "enum": [
              "unread",
              "archived"
            ],
            "type": "string"
          },
          "subject": {
            "type": "string",
            "format": "uri"
          },
          "bookmarkUri": {
            "type": "string",
            "format": "at-uri"
          },
          "lastOpenedAt": {
            "type": "string",
            "format": "datetime"
          },
          "legacyItemUris": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 100
          }
        }
      },
      "description": "Durable L@tr-owned state associated with a community bookmark."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against link.latr.bookmarks.metadata

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:qy5pluw2bsuq2x6albsgkvx3
CID
bafyreievxgwclw753dcrgcw6kigexxcghmhrd33xeyazmdqkgf3bzezujq
Indexed At
2026-08-15 20:21 UTC
AT-URI
at://did:plc:qy5pluw2bsuq2x6albsgkvx3/com.atproto.lexicon.schema/link.latr.bookmarks.metadata

Lexicon Garden

@