mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 18:58:14 +00:00
User: admin@spiffworkflow.org clicked save for playground/dan/example/test2-schema.json
This commit is contained in:
parent
b1c92c6d32
commit
76d3ba0c51
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user