atproto pastebin service: https://plonk.li
21
fork

Configure Feed

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

at b0d9687ed9513e2ceec4d77c621be0145b84acb7 15 lines 378 B view raw
1{ 2 "lexicon": 1, 3 "id": "com.atproto.repo.strongRef", 4 "description": "A URI with a content-hash fingerprint.", 5 "defs": { 6 "main": { 7 "type": "object", 8 "required": ["uri", "cid"], 9 "properties": { 10 "uri": { "type": "string", "format": "at-uri" }, 11 "cid": { "type": "string", "format": "cid" } 12 } 13 } 14 } 15 }