26 lines
544 B
JSON

{
"title": "Initial Data Collection Form",
"description": "This is how we start creating a daemon",
"properties": {
"daemonName": {
"type": "string",
"title": "Daemon name",
"default": "Sensor Type 1"
},
"description": {
"type": "string",
"title": "Description"
},
"configuration_file_format": {
"type": "string",
"title": "Configuration File Format",
"enum": [
"JSON",
" XML",
" TOML",
" INI"
],
"default": "JSON"
}
}
}