atproto blogging
at main 18 lines 293 B view raw
1{ 2 "lexicon": 1, 3 "id": "pub.leaflet.blocks.poll", 4 "defs": { 5 "main": { 6 "type": "object", 7 "required": [ 8 "pollRef" 9 ], 10 "properties": { 11 "pollRef": { 12 "type": "ref", 13 "ref": "com.atproto.repo.strongRef" 14 } 15 } 16 } 17 } 18}