atproto blogging
29
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 17 lines 378 B view raw
1{ 2 "lexicon": 1, 3 "id": "app.bsky.ageassurance.getConfig", 4 "defs": { 5 "main": { 6 "type": "query", 7 "description": "Returns Age Assurance configuration for use on the client.", 8 "output": { 9 "encoding": "application/json", 10 "schema": { 11 "type": "ref", 12 "ref": "app.bsky.ageassurance.defs#config" 13 } 14 } 15 } 16 } 17}