{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SetAlarmStateInput", "type": "object", "properties": { "AlarmName": { "type": "string" }, "StateReason": { "type": "string" }, "StateReasonData": { "type": "string" } } }