User: mwilson1962@gmail.com clicked save for playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json
This commit is contained in:
parent
c23bdfbb2e
commit
1a6110705d
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"title": "Checkbox",
|
||||
"description": "A super simple checkbox",
|
||||
"title": "Password",
|
||||
"description": "A password field, with a min length of 3 and a help tip",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"firstName"
|
||||
|
@ -25,6 +25,11 @@
|
|||
"format": "date",
|
||||
"title": "Preferred Delivery Date",
|
||||
"validationErrorMessage": "Date must be today's date or later"
|
||||
},
|
||||
"password": {
|
||||
"type": "string",
|
||||
"title": "Password",
|
||||
"minLength": 3
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue