{ "lexicon": 1, "id": "sh.tangled.ci.pipeline", "defs": { "main": { "type": "record", "key": "tid", "record": { "type": "object", "required": [ "event", "workflowRuns" ], "properties": { "event": { "type": "ref", "ref": "sh.tangled.ci.event" }, "workflowRuns": { "type": "array", "items": { "type": "string", "format": "at-uri" } } } } } } }