{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-alarm-list-structure.json", "name": "AlarmList", "description": "AlarmList schema from Amazon CodeDeploy", "type": "array", "items": { "$ref": "#/components/schemas/Alarm" } }