{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "InstanceAgentConfig", "type": "object", "properties": { "isMonitoringDisabled": { "type": "boolean" }, "isManagementDisabled": { "type": "boolean" }, "areAllPluginsDisabled": { "type": "boolean" }, "pluginsConfig": { "type": "array" } } }