Mews · Schema

Reservation groups (ver 2017-04-12)

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Id string Unique identifier of the reservation group.
Name string Name of the reservation group.
View JSON Schema on GitHub

JSON Schema

mews-reservationgroupold-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReservationGroupOld",
  "title": "Reservation groups (ver 2017-04-12)",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string",
      "description": "Unique identifier of the reservation group.",
      "format": "uuid"
    },
    "Name": {
      "type": "string",
      "description": "Name of the reservation group.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "ReservationGroupOld"
}