mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 08:35:42 +00:00
18 lines
387 B
JSON
18 lines
387 B
JSON
{
|
|
"title": "Auto Complete",
|
|
"type": "object",
|
|
"properties": {
|
|
"documents_collected": {
|
|
"type": "string",
|
|
"anyOf": [
|
|
"options_from_task_data_var:options"
|
|
]
|
|
},
|
|
"city": {
|
|
"type": "string",
|
|
"format": "date",
|
|
"title": "Select a city"
|
|
}
|
|
},
|
|
"description": "Connect a field to a data store to auto-complete entered values."
|
|
} |