2023-11-02 18:51:44 +00:00
|
|
|
{
|
2023-11-02 18:52:44 +00:00
|
|
|
"title": "Text Area",
|
|
|
|
"description": "A larger resizable area to enter longer text. (field name will be 'bio')",
|
2023-11-02 18:51:44 +00:00
|
|
|
"type": "object",
|
|
|
|
"required": [
|
|
|
|
"firstName"
|
|
|
|
],
|
|
|
|
"properties": {
|
2023-11-02 18:53:31 +00:00
|
|
|
"daemonName": {
|
2023-11-02 18:51:44 +00:00
|
|
|
"type": "string",
|
2023-11-02 18:52:05 +00:00
|
|
|
"title": "Daemon name",
|
2023-11-02 18:52:10 +00:00
|
|
|
"default": "Sensor Type 1"
|
2023-11-02 18:52:44 +00:00
|
|
|
},
|
2023-11-02 18:53:23 +00:00
|
|
|
"description": {
|
2023-11-02 18:52:44 +00:00
|
|
|
"type": "string",
|
2023-11-02 18:53:00 +00:00
|
|
|
"title": "Description"
|
2023-11-02 18:51:44 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|