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