mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 04:15:16 +00:00
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"title": "Text Area",
|
|
"description": "A larger resizable area to enter longer text. (field name will be 'bio')",
|
|
"properties": {
|
|
"done": {
|
|
"type": "boolean",
|
|
"title": "Done?",
|
|
"default": false
|
|
},
|
|
"bio": {
|
|
"type": "string",
|
|
"title": "Bio"
|
|
}
|
|
},
|
|
"type": "object"
|
|
} |