Mews · Schema

Companionship extent

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Reservations boolean Whether the response should contain reservations.
ReservationGroups boolean Whether the response should contain reservation groups.
Customers boolean Whether the response should contain customers.
View JSON Schema on GitHub

JSON Schema

mews-companionshipextent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CompanionshipExtent",
  "title": "Companionship extent",
  "type": "object",
  "properties": {
    "Reservations": {
      "type": "boolean",
      "description": "Whether the response should contain reservations.",
      "nullable": true
    },
    "ReservationGroups": {
      "type": "boolean",
      "description": "Whether the response should contain reservation groups.",
      "nullable": true
    },
    "Customers": {
      "type": "boolean",
      "description": "Whether the response should contain customers.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "",
  "x-schema-id": "CompanionshipExtent"
}