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