{ "id": "app.bsky.actor.putPreferences", "defs": { "main": { "type": "procedure", "input": { "schema": { "type": "object", "required": [ "preferences" ], "properties": { "preferences": { "ref": "app.bsky.actor.defs#preferences", "type": "ref" } } }, "encoding": "application/json" }, "description": "Set the private preferences attached to the account." } }, "$type": "com.atproto.lexicon.schema", "lexicon": 1 }