mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-20 19:48:12 +00:00
User: dan@sartography.com clicked save for examples/0-2-basic-example/norris-schema.json
This commit is contained in:
parent
6c2b0c9b98
commit
e792a6972f
@ -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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user