Mews · Schema

SaltoMobileKeyDto

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Key string
InstallationId string
View JSON Schema on GitHub

JSON Schema

mews-saltomobilekeydto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SaltoMobileKeyDto",
  "title": "SaltoMobileKeyDto",
  "type": "object",
  "properties": {
    "Key": {
      "type": "string",
      "nullable": true
    },
    "InstallationId": {
      "type": "string",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "SaltoMobileKeyDto"
}