{ "title": "Text Area", "description": "A larger resizable area to enter longer text. (field name will be 'bio')", "type": "object", "required": [ "firstName" ], "properties": { "daName": { "type": "string", "title": "Daemon name", "default": "Sensor Type 1" }, "description": { "type": "string", "title": "Description" } } }