1{
2 "lexicon": 1,
3 "id": "sh.tangled.feed.star",
4 "needsCbor": true,
5 "needsType": true,
6 "defs": {
7 "main": {
8 "type": "record",
9 "key": "tid",
10 "record": {
11 "type": "object",
12 "required": [
13 "createdAt",
14 "subject"
15 ],
16 "properties": {
17 "createdAt": {
18 "type": "string",
19 "format": "datetime"
20 },
21 "subject": {
22 "type": "string",
23 "format": "at-uri"
24 }
25 }
26 }
27 }
28 }
29}
30
31