mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 07:55:31 +00:00
12 lines
191 B
JSON
12 lines
191 B
JSON
{
|
|
"title": "Documents Collection",
|
|
"type": "object",
|
|
"properties": {
|
|
"D": {
|
|
"type": "string",
|
|
"anyOf": [
|
|
"options_from_task_data_var:options"
|
|
]
|
|
}
|
|
}
|
|
} |