mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 21:28:13 +00:00
26 lines
544 B
JSON
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"
|
|
}
|
|
}
|
|
} |