mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 13:18:21 +00:00
16 lines
296 B
JSON
16 lines
296 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",
|
|
"Add a new enum Subject",
|
|
"Exit"
|
|
]
|
|
}
|
|
}
|
|
} |