{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-events/refs/heads/main/json-structure/iot-events-alarm-rule-structure.json", "name": "AlarmRule", "description": "Defines when your alarm is invoked.", "type": "object", "properties": { "simpleRule": { "allOf": [ { "$ref": "#/components/schemas/SimpleRule" }, { "description": "A rule that compares an input property value to a threshold value with a comparison operator." } ] } } }