19 lines
393 B
JSON
Raw Normal View History

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