User: admin@spiffworkflow.org clicked save for playground/dan/example/test2-schema.json

This commit is contained in:
sartography-automated-committer 2023-09-13 12:27:17 +00:00
parent b1c92c6d32
commit 76d3ba0c51

View File

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