atproto blogging
at main 20 lines 472 B view raw
1{ 2 "lexicon": 1, 3 "id": "blog.pckt.block.blueskyEmbed", 4 "description": "Embedded Bluesky social media post. References a Bluesky post via AT Protocol strongRef.", 5 "defs": { 6 "main": { 7 "type": "object", 8 "required": [ 9 "postRef" 10 ], 11 "properties": { 12 "postRef": { 13 "type": "ref", 14 "description": "Strong reference to the Bluesky post", 15 "ref": "com.atproto.repo.strongRef" 16 } 17 } 18 } 19 } 20}