{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-prometheus/refs/heads/main/json-structure/amazon-managed-prometheus-alert-manager-definition-status-structure.json", "name": "AlertManagerDefinitionStatus", "description": "Represents the status of a definition.", "type": "object", "properties": { "statusCode": { "allOf": [ { "$ref": "#/components/schemas/AlertManagerDefinitionStatusCode" }, { "description": "Status code of this definition." } ] }, "statusReason": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The reason for failure if any." } ] } }, "required": [ "statusCode" ] }