{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AcknowledgeAlarmRequest", "title": "AcknowledgeAlarmRequest", "type": "object", "properties": { "comment": { "type": "string", "description": "Optional comment about the acknowledgment action" } } }