sample-process-models/misc/qa/forms/test-auto-complete-1/test-auto-complete-1-schema.json

12 lines
257 B
JSON
Raw Normal View History

2024-07-15 10:51:00 -04:00
{
"title": "Auto Complete",
"description": "Connect a field to a data store to auto-complete entered values.",
"type": "object",
"properties": {
"city": {
"type": "string",
"format": "text",
"title": "Select a city"
}
}
}