{
"id": "sp-on-chain-band",
"type": "split",
"data": {
"label": "Route on on-chain band",
"splitVariable": "crystal_band",
"branches": [
{ "id": "b-severe", "label": "Severe", "condition": "crystal_band == 'severe'", "handleId": "severe" },
{ "id": "b-high", "label": "High", "condition": "crystal_band == 'high'", "handleId": "high" },
{ "id": "b-medium", "label": "Medium", "condition": "crystal_band == 'medium'", "handleId": "medium" },
{ "id": "b-low", "label": "Low (default)", "condition": "default", "handleId": "default" }
],
"hasDefaultBranch": true
}
}