demo-process-models/playground/nutech/issue2/manualchecking-schema.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."
}