{ "lexicon": 1, "id": "sh.tangled.repo.issue", "needsCbor": true, "needsType": true, "defs": { "main": { "type": "record", "key": "tid", "record": { "type": "object", "required": ["repo", "title", "createdAt"], "properties": { "repo": { "type": "string", "format": "at-uri" }, "title": { "type": "string" }, "body": { "type": "string" }, "createdAt": { "type": "string", "format": "datetime" }, "mentions": { "type": "array", "items": { "type": "string", "format": "did" } }, "references": { "type": "array", "items": { "type": "string", "format": "at-uri" } } } } } } }