{ "id": "app.bsky.graph.unmuteThread", "defs": { "main": { "type": "procedure", "input": { "schema": { "type": "object", "required": [ "root" ], "properties": { "root": { "type": "string", "format": "at-uri" } } }, "encoding": "application/json" }, "description": "Unmutes the specified thread. Requires auth." } }, "$type": "com.atproto.lexicon.schema", "lexicon": 1 }