mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 19:15:32 +00:00
12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"documents_collected": {
|
|
"title": "Documents Collected",
|
|
"type": "string",
|
|
"anyOf": [
|
|
"options_from_task_data_var:Options"
|
|
]
|
|
}
|
|
}
|
|
} |