{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/datadog/refs/heads/main/json-structure/datadog-monitors-monitor-state-structure.json", "name": "MonitorState", "description": "The current evaluation state of the monitor across all groups", "type": "object", "properties": { "groups": { "type": "object", "description": "Map of monitor group names to their current state information", "additionalProperties": { "$ref": "#/components/schemas/MonitorGroupState" } } } }