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",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue