{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SetAlarmStateInput", "type": "object", "properties": { "AlarmName": { "type": "string", "description": "The name of the alarm." }, "StateReason": { "type": "string", "description": "The reason that this alarm is set to this specific state, in text format." }, "StateReasonData": { "type": "string", "description": "The reason that this alarm is set to this specific state, in JSON format." } } }