Mews · Schema

Source type

Type of the source.

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-sourcetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SourceType",
  "title": "Source type",
  "enum": [
    "OnlineTravelAgency",
    "CentralReservationSystem",
    "GlobalDistributionSystem",
    "AlternativeDistributionSystem",
    "SalesAndCateringSystem",
    "PropertyManagementSystem",
    "TourOperatorSystem",
    "OnlineBookingEngine",
    "Kiosk",
    "Agent"
  ],
  "type": "string",
  "description": "Type of the source."
}