forked from
nonbinary.computer/weaver
atproto blogging
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": ["createdAt"],
12 "properties": {
13 "createdAt": {
14 "type": "string",
15 "format": "datetime"
16 }
17 }
18 }
19 }
20 }
21}