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