{ "id": "chat.bsky.notification.getPreferences", "defs": { "main": { "type": "query", "output": { "schema": { "type": "object", "required": [ "preferences" ], "properties": { "preferences": { "ref": "chat.bsky.notification.defs#preferences", "type": "ref" } } }, "encoding": "application/json" }, "description": "Get the requesting account's chat notification preferences. Defaults are returned for accounts that have not set any preferences. Requires auth." } }, "$type": "com.atproto.lexicon.schema", "lexicon": 1 }