mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 19:48:11 +00:00
12 lines
257 B
JSON
12 lines
257 B
JSON
{
|
|
"title": "Auto Complete",
|
|
"description": "Connect a field to a data store to auto-complete entered values.",
|
|
"type": "object",
|
|
"properties": {
|
|
"city": {
|
|
"type": "string",
|
|
"format": "date",
|
|
"title": "Select a city"
|
|
}
|
|
}
|
|
} |