Backfill in-progress. Some lexicons and records may be missing or incomplete.

community.lexicon.bookmarks.bookmark

lexicon.community

{
  "id": "community.lexicon.bookmarks.bookmark",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Tags for content the bookmark may be related to, for example 'news' or 'funny videos'"
          },
          "subject": {
            "type": "string",
            "format": "uri"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Record bookmarking a link to come back to later."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against community.lexicon.bookmarks.bookmark

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2uwoih2htodskvgocarwv5eq
CID
bafyreiby3jhu3arnurt36v56qmcubzr365akbxemzhoymfxhm2hkjtihta
Indexed At
2026-01-04 12:16 UTC
AT-URI
at://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.bookmarks.bookmark

Lexicon Garden

@