User: dan@sartography.com clicked save for examples/0-2-basic-example/norris-schema.json

This commit is contained in:
sartography-automated-committer 2023-10-05 15:44:24 +00:00
parent 6c2b0c9b98
commit e792a6972f

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",
@ -58,6 +58,11 @@
"bio": {
"type": "string",
"title": "Bio"
},
"done": {
"type": "boolean",
"title": "Done?",
"default": false
}
}
}