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",
"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
}
}
}