sample-process-models/misc/shared/enumerations/what_next-JSONSchema.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"
]
}
}
}