forked from tangled.org/core
Something went wrong. Try again.
12345678910111213141516171819202122232425262728293031323334{ "lexicon": 1, "id": "sh.tangled.repo.pull.comment", "needsCbor": true, "needsType": true, "defs": { "main": { "type": "record", "key": "tid", "record": { "type": "object", "required": [ "pull", "body", "createdAt" ], "properties": { "pull": { "type": "string", "format": "at-uri" }, "body": { "type": "string" }, "createdAt": { "type": "string", "format": "datetime" } } } } }}