app.bivri.actor.getPreferences

lexicons.bivri.app

{
  "id": "app.bivri.actor.getPreferences",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "Nobody is authenticated, so there are no preferences to read."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "notifications"
          ],
          "properties": {
            "notifications": {
              "ref": "app.bivri.actor.defs#notificationPreferences",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Read the authenticated account's own preferences. Scoped to the caller and to nobody else: there is no parameter naming whose preferences to read, because one account's preferences are never another account's business. An account that has never set a preference reads the defaults rather than an absence, so a client has nothing to guess."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.bivri.actor.getPreferences

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

Metadata

DID
did:plc:uqat5a7hrbww3snbbinxgwah
CID
bafyreiexgt5luoba6vny7eor7lzrf5ssdkxutr6lmr33v55lizumys6vzi
Indexed At
2026-08-30 09:41 UTC
AT-URI
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.actor.getPreferences

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@