2022-10-21 02:10:40 +00:00
|
|
|
{
|
|
|
|
"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",
|
2022-10-21 02:39:48 +00:00
|
|
|
"Add a new enum subject",
|
2022-10-21 02:10:40 +00:00
|
|
|
"Exit"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|