Monorepo for Tangled
Something went wrong. Try again.
JSON
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152{ "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" }, "body": { "type": "string" }, "createdAt": { "type": "string", "format": "datetime" }, "replyTo": { "type": "string", "format": "at-uri" }, "mentions": { "type": "array", "items": { "type": "string", "format": "did" } }, "references": { "type": "array", "items": { "type": "string", "format": "at-uri" } } } } } }}