{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "InstanceAgentPluginConfigDetails", "type": "object", "description": "Configuration details for an Oracle Cloud Agent plugin", "properties": { "name": { "type": "string", "description": "The plugin name (e.g., Vulnerability Scanning, Bastion)" }, "desiredState": { "type": "string", "description": "Whether the plugin should be enabled or disabled" } } }