mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-01 12:47:17 -04:00
31 lines
740 B
JSON
31 lines
740 B
JSON
{
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"osquery_config": {
|
|
"rules": {},
|
|
"type": "string",
|
|
"ui": {
|
|
"widget": "textarea",
|
|
"widgetConfig": {
|
|
"autoSize": {
|
|
"maxRows": 20,
|
|
"minRows": 10
|
|
},
|
|
"rows": 10
|
|
}
|
|
}
|
|
},
|
|
"replace_current_osquery_config": {
|
|
"rules": {},
|
|
"type": "boolean",
|
|
"ui": {
|
|
"widgetConfig": {}
|
|
}
|
|
}
|
|
},
|
|
"required": [
|
|
"osquery_config",
|
|
"replace_current_osquery_config"
|
|
],
|
|
"type": "object"
|
|
} |