{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-monitors-monitor-unmute-settings-structure.json", "name": "MonitorUnmuteSettings", "description": "Settings for unmuting a monitor including optional scope", "type": "object", "properties": { "scope": { "type": "string", "description": "The scope expression specifying which monitor groups to unmute; omit to unmute all groups", "example": "example_value" }, "all_scopes": { "type": "boolean", "description": "When true, unmutes all scopes including those previously muted with different scope expressions", "example": true } } }