Monorepo for Tangled
at f1a22fdd9cb0d406ad72b2bdf9c9f48e9b9825ca 24 lines 410 B view raw
1{ 2 "lexicon": 1, 3 "id": "sh.tangled.knot", 4 "needsCbor": true, 5 "needsType": true, 6 "defs": { 7 "main": { 8 "type": "record", 9 "key": "any", 10 "record": { 11 "type": "object", 12 "required": [ 13 "createdAt" 14 ], 15 "properties": { 16 "createdAt": { 17 "type": "string", 18 "format": "datetime" 19 } 20 } 21 } 22 } 23 } 24}