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

app.bsky.bookmark.defs

bsky-lexicons.bsky.social

{
  "id": "app.bsky.bookmark.defs",
  "defs": {
    "bookmark": {
      "type": "object",
      "required": [
        "subject"
      ],
      "properties": {
        "subject": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref",
          "description": "A strong ref to the record to be bookmarked. Currently, only `app.bsky.feed.post` records are supported."
        }
      },
      "description": "Object used to store bookmark data in stash."
    },
    "bookmarkView": {
      "type": "object",
      "required": [
        "subject",
        "item"
      ],
      "properties": {
        "item": {
          "refs": [
            "app.bsky.feed.defs#blockedPost",
            "app.bsky.feed.defs#notFoundPost",
            "app.bsky.feed.defs#postView"
          ],
          "type": "union"
        },
        "subject": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref",
          "description": "A strong ref to the bookmarked record."
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.bsky.bookmark.defs

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreifi3xao6wlbsnrzt36xnrfcvl5pil7jw7owrgqpmppfzy52dpy7e4
Indexed At
2026-01-04 19:38 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.bookmark.defs

Referenced Schemas (3)

Lexicon Garden

@