mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 21:28:05 +00:00
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"type": "object",
|
|
"title": "What would you like to do next",
|
|
"properties": {
|
|
"whatNext": {
|
|
"type": "string",
|
|
"title": "Select one",
|
|
"enum": [
|
|
"Add another enum for the same subject",
|
|
"Add an enum for another subject",
|
|
"Exit"
|
|
]
|
|
}
|
|
}
|
|
} |