Siemens · Schema

AcknowledgeAlarmRequest

AutomationElectrificationIndustryManufacturingBuilding AutomationIndustrial IoTSmart BuildingsDigital Twin

Properties

Name Type Description
comment string Optional comment about the acknowledgment action
View JSON Schema on GitHub

JSON Schema

siemens-acknowledgealarmrequest-schema.json Raw ↑
{
  "$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"
    }
  }
}