mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 17:55:15 +00:00
58 lines
988 B
JSON
58 lines
988 B
JSON
{
|
|
"gator_select": [
|
|
{
|
|
"label": "Glacier Freeze",
|
|
"value": "Glacier Freeze"
|
|
},
|
|
{
|
|
"label": "Fierce Grape",
|
|
"value": "Fierce Grape"
|
|
},
|
|
{
|
|
"label": "Fruit Punch",
|
|
"value": "Fruit Punch"
|
|
},
|
|
{
|
|
"label": "Lemon-Lime",
|
|
"value": "Lemon-Lime"
|
|
},
|
|
{
|
|
"label": "Orange",
|
|
"value": "Orange"
|
|
},
|
|
{
|
|
"label": "Riptide Rush",
|
|
"value": "Riptide Rush"
|
|
},
|
|
{
|
|
"label": "Strawberry Lemonade",
|
|
"value": "Strawberry Lemonade"
|
|
},
|
|
{
|
|
"label": "Sweat Strawberry",
|
|
"value": "Sweat Strawberry"
|
|
},
|
|
{
|
|
"label": "Tropical Punch",
|
|
"value": "Tropical Punch"
|
|
},
|
|
{
|
|
"key": "X-Fruit Fusion",
|
|
"value": "X-Fruit Fusion"
|
|
}
|
|
],
|
|
"fruits": [
|
|
{
|
|
"value": "apples",
|
|
"label": "Apples"
|
|
},
|
|
{
|
|
"value": "oranges",
|
|
"label": "Oranges"
|
|
},
|
|
{
|
|
"value": "bananas",
|
|
"label": "Bananas"
|
|
}
|
|
]
|
|
} |