{ "lexicon": 1, "id": "sh.tangled.ci.workflow.status", "defs": { "main": { "type": "string", "description": "status of the workflow run", "enum": [ "pending", "running", "failed", "timeout", "cancelled", "success" ] } } }