User: mwilson1962@gmail.com clicked save for playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json

This commit is contained in:
sartography-automated-committer 2023-10-16 00:18:56 +00:00
parent c23bdfbb2e
commit 1a6110705d
1 changed files with 7 additions and 2 deletions

View File

@ -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
}
}
}