{ "lexicon": 1, "id": "sh.tangled.repo.pull", "needsCbor": true, "needsType": true, "defs": { "main": { "type": "record", "key": "tid", "record": { "type": "object", "required": ["targetRepo", "targetBranch", "pullId", "title", "patch"], "properties": { "targetRepo": { "type": "string", "format": "at-uri" }, "targetBranch": { "type": "string" }, "sourceRepo": { "type": "string", "format": "at-uri" }, "pullId": { "type": "integer" }, "title": { "type": "string" }, "body": { "type": "string" }, "createdAt": { "type": "string", "format": "datetime" }, "patch": { "type": "string" } } } } } }