User: dan@sartography.com clicked save for examples/0-2-basic-example/norris-schema.json

This commit is contained in:
sartography-automated-committer 2023-10-05 15:44:46 +00:00
parent 5efa4fd5aa
commit 84bf9a192e
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"title": "Password",
"description": "A password field, with a min length of 3 and a help tip",
"title": "Auto Complete",
"description": "Connect a field to a data store to auto-complete entered values.",
"type": "object",
"required": [
"firstName",
@ -75,6 +75,11 @@
"type": "string",
"title": "Password",
"minLength": 3
},
"city": {
"type": "string",
"format": "date",
"title": "Select a city"
}
}
}