atproto blogging
at main 23 lines 522 B view raw
1{ 2 "lexicon": 1, 3 "id": "sh.weaver.edit.draft", 4 "defs": { 5 "main": { 6 "type": "record", 7 "description": "Stub record for unpublished drafts. Acts as an anchor for edit.root/diff records and enables draft discovery via listRecords.", 8 "key": "tid", 9 "record": { 10 "type": "object", 11 "required": [ 12 "createdAt" 13 ], 14 "properties": { 15 "createdAt": { 16 "type": "string", 17 "format": "datetime" 18 } 19 } 20 } 21 } 22 } 23}