User: dan@sartography.com clicked save for examples/0-2-basic-example/norris-schema.json
This commit is contained in:
parent
5efa4fd5aa
commit
84bf9a192e
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue