mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 13:18:21 +00:00
23 lines
432 B
JSON
23 lines
432 B
JSON
{
|
|
"definitions": {
|
|
"enumList": {
|
|
"title": "Enumeration List",
|
|
"type": "string",
|
|
"anyOf": [
|
|
"options_from_task_data_var:enumerations_list"
|
|
]
|
|
}
|
|
},
|
|
"title": "Select Enum",
|
|
"description": "Select which enumeration list to update.",
|
|
"type": "object",
|
|
"required": [
|
|
"whichEnum"
|
|
],
|
|
"properties": {
|
|
"whichEnum": {
|
|
"$ref": "#/definitions/enumList",
|
|
"title": "Select Which Enumeration to Manage"
|
|
}
|
|
}
|
|
} |