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