{ "lexicon": 1, "id": "sh.tangled.ci.workflow.run", "defs": { "main": { "type": "record", "key": "tid", "record": { "type": "object", "required": [ "name", "adapter", "status" ], "properties": { "name": { "type": "string" }, "adapter": { "type": "string" }, "status": { "type": "ref", "ref": "sh.tangled.ci.workflow.status" } } } } } }