{ "id": "app.bsky.actor.getPreferences", "defs": { "main": { "type": "query", "output": { "schema": { "type": "object", "required": [ "preferences" ], "properties": { "preferences": { "ref": "app.bsky.actor.defs#preferences", "type": "ref" } } }, "encoding": "application/json" }, "parameters": { "type": "params", "properties": {} }, "description": "Get private preferences attached to the current account. Expected use is synchronization between multiple devices, and import/export during account migration. Requires auth." } }, "$type": "com.atproto.lexicon.schema", "lexicon": 1 }