2022-10-19 12:37:26 +00:00
|
|
|
{
|
|
|
|
"definitions": {
|
|
|
|
"enumList": {
|
|
|
|
"title": "Enumeration List",
|
|
|
|
"type": "string",
|
|
|
|
"anyOf": [
|
|
|
|
"options_from_task_data_var:enumerations_list"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"title": "Select Enum",
|
2022-11-04 20:01:40 +00:00
|
|
|
"description": "Manage your enumeration groups or add a new one.",
|
2022-10-19 12:37:26 +00:00
|
|
|
"type": "object",
|
|
|
|
"required": [
|
2022-10-19 12:42:25 +00:00
|
|
|
"whichEnum"
|
2022-10-19 12:37:26 +00:00
|
|
|
],
|
|
|
|
"properties": {
|
2022-10-19 12:42:25 +00:00
|
|
|
"whichEnum": {
|
|
|
|
"$ref": "#/definitions/enumList",
|
2022-11-04 20:01:40 +00:00
|
|
|
"title": "Select Which Enumeration to manage or 'Add new' to add a new enumeration group"
|
2022-10-19 12:37:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|