Mews · Schema

DeviceCommandAddResult

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
CommandId string Unique identifier of the created `Command`.
View JSON Schema on GitHub

JSON Schema

mews-devicecommandaddresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceCommandAddResult",
  "title": "DeviceCommandAddResult",
  "required": [
    "CommandId"
  ],
  "type": "object",
  "properties": {
    "CommandId": {
      "type": "string",
      "description": "Unique identifier of the created `Command`.",
      "format": "uuid"
    }
  },
  "additionalProperties": false,
  "x-schema-id": "DeviceCommandAddResult"
}