1{
2 "lexicon": 1,
3 "id": "pub.leaflet.blocks.bskyPost",
4 "defs": {
5 "main": {
6 "type": "object",
7 "required": [
8 "postRef"
9 ],
10 "properties": {
11 "postRef": {
12 "type": "ref",
13 "ref": "com.atproto.repo.strongRef"
14 }
15 }
16 }
17 }
18}