chat.bsky.notification.defs

bsky-lexicons.bsky.social

{
  "id": "chat.bsky.notification.defs",
  "defs": {
    "preferences": {
      "type": "object",
      "required": [
        "chat",
        "chatRequest"
      ],
      "properties": {
        "chat": {
          "ref": "#chatPreference",
          "type": "ref"
        },
        "chatRequest": {
          "ref": "#chatPreference",
          "type": "ref"
        }
      }
    },
    "chatPreference": {
      "type": "object",
      "required": [
        "include",
        "push"
      ],
      "properties": {
        "push": {
          "type": "boolean"
        },
        "include": {
          "type": "string",
          "knownValues": [
            "all",
            "follows"
          ]
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.bsky.notification.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreifv3xy2nhjxvr4uqfheezyp3bo2eczvihqto4kp4mmkirnpkmmt4u
Indexed At
2026-07-16 14:58 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/chat.bsky.notification.defs

Lexicon Garden

@