mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 14:48:08 +00:00
17 lines
293 B
JSON
17 lines
293 B
JSON
{
|
|
"title": "Example Dropdown list",
|
|
"properties": {
|
|
"favoriteFruit": {
|
|
"title": "Select your favorite fruit",
|
|
"type": "string",
|
|
"enum": [
|
|
"foo",
|
|
"bar",
|
|
"fuzz",
|
|
"qux"
|
|
]
|
|
}
|
|
},
|
|
"required": [],
|
|
"type": "object"
|
|
} |