atproto blogging
at main 23 lines 405 B view raw
1{ 2 "lexicon": 1, 3 "id": "blog.pckt.content", 4 "defs": { 5 "main": { 6 "type": "object", 7 "required": [ 8 "items" 9 ], 10 "properties": { 11 "items": { 12 "type": "array", 13 "description": "Array of content blocks", 14 "items": { 15 "type": "union", 16 "refs": [], 17 "closed": false 18 } 19 } 20 } 21 } 22 } 23}