{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-monitors-monitor-mute-settings-structure.json", "name": "MonitorMuteSettings", "description": "Settings for muting a monitor including scope and expiration", "type": "object", "properties": { "scope": { "type": "string", "description": "The scope expression specifying which monitor groups to mute (e.g., env:prod, host:web-01)", "example": "example_value" }, "end": { "type": "int64", "description": "Unix timestamp in seconds when the mute expires; omit for indefinite mute", "example": 42 } } }