1{
2 "lexicon": 1,
3 "id": "sh.tangled.ci.workflow.status",
4 "defs": {
5 "main": {
6 "type": "string",
7 "description": "status of the workflow run",
8 "enum": [
9 "pending",
10 "running",
11 "failed",
12 "timeout",
13 "cancelled",
14 "success"
15 ]
16 }
17 }
18}