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

app.bsky.notification.declaration

bsky-lexicons.bsky.social

{
  "id": "app.bsky.notification.declaration",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "allowSubscriptions"
        ],
        "properties": {
          "allowSubscriptions": {
            "type": "string",
            "description": "A declaration of the user's preference for allowing activity subscriptions from other users. Absence of a record implies 'followers'.",
            "knownValues": [
              "followers",
              "mutuals",
              "none"
            ]
          }
        }
      },
      "description": "A declaration of the user's choices related to notifications that can be produced by them."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.bsky.notification.declaration

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@