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:37 +00:00
parent 6dd9fc4d7f
commit 8852c4cbb1
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"title": "Text Area",
"description": "A larger resizable area to enter longer text. (field name will be 'bio')",
"title": "Checkbox",
"description": "A super simple checkbox",
"type": "object",
"required": [
"firstName"
@ -14,6 +14,11 @@
"bio": {
"type": "string",
"title": "Bio"
},
"done": {
"type": "boolean",
"title": "Done?",
"default": false
}
}
}