Mews · Schema

Reservation purpose

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-reservationpurpose-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReservationPurpose",
  "title": "Reservation purpose",
  "enum": [
    "Leisure",
    "Business",
    "Student"
  ],
  "type": "string"
}