mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 06:55:21 +00:00
18 lines
265 B
JSON
18 lines
265 B
JSON
{
|
|
"multipleChoicesList": "foo",
|
|
"favoriteFruit": "apples",
|
|
"item_enum": [
|
|
{
|
|
"value": "none",
|
|
"label": "None"
|
|
},
|
|
{
|
|
"value": "item_1",
|
|
"label": "Item 1"
|
|
},
|
|
{
|
|
"value": "item_2",
|
|
"label": "Item "
|
|
}
|
|
]
|
|
} |