{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-prometheus/refs/heads/main/json-schema/amazon-managed-prometheus-rule-groups-namespace-summary-list-schema.json", "title": "RuleGroupsNamespaceSummaryList", "description": "A list of rule groups namespace summary.", "type": "array", "items": { "$ref": "#/components/schemas/RuleGroupsNamespaceSummary" } }