{ "lexicon": 1, "id": "sh.tangled.string", "needsCbor": true, "needsType": true, "defs": { "main": { "type": "record", "key": "tid", "record": { "type": "object", "required": [ "filename", "description", "createdAt", "contents" ], "properties": { "filename": { "type": "string", "maxGraphemes": 140, "minGraphemes": 1 }, "description": { "type": "string", "maxGraphemes": 280 }, "createdAt": { "type": "string", "format": "datetime" }, "contents": { "type": "string", "minGraphemes": 1 } } } } } }