Files
soldr-modules/osquery_linux/1.0.0/config/config_schema.json
T
2023-01-25 22:29:15 +03:00

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"
}