Mews · Schema

CompanyClassificationsParameters

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Corporate boolean
Internal boolean
Private boolean
OnlineTravelAgency boolean
GlobalDistributionSystem boolean
Marketing boolean
Inactive boolean
GovernmentEntity boolean
View JSON Schema on GitHub

JSON Schema

mews-companyclassificationsparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CompanyClassificationsParameters",
  "title": "CompanyClassificationsParameters",
  "type": "object",
  "properties": {
    "Corporate": {
      "type": "boolean"
    },
    "Internal": {
      "type": "boolean"
    },
    "Private": {
      "type": "boolean"
    },
    "OnlineTravelAgency": {
      "type": "boolean"
    },
    "GlobalDistributionSystem": {
      "type": "boolean"
    },
    "Marketing": {
      "type": "boolean"
    },
    "Inactive": {
      "type": "boolean"
    },
    "GovernmentEntity": {
      "type": "boolean"
    }
  },
  "additionalProperties": false,
  "x-schema-id": "CompanyClassificationsParameters"
}