2023-11-02 18:51:44 +00:00
|
|
|
{
|
2023-11-02 18:56:51 +00:00
|
|
|
"title": "Initial Data Collection Form",
|
|
|
|
"description": "This is how we start creating a daemon",
|
2023-11-02 18:51:44 +00:00
|
|
|
"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:58:39 +00:00
|
|
|
},
|
|
|
|
"configuration_file_format": {
|
|
|
|
"type": "string",
|
|
|
|
"title": "Configuration File Format",
|
|
|
|
"enum": [
|
|
|
|
"JSON",
|
|
|
|
" XML",
|
|
|
|
" TOML",
|
|
|
|
" INI"
|
2023-11-02 18:59:12 +00:00
|
|
|
],
|
|
|
|
"default": "JSON"
|
2023-11-02 18:51:44 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|