Mews · Schema

Account merge type

Customer Company

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-mergeaccounttypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MergeAccountTypeEnum",
  "title": "Account merge type",
  "enum": [
    "Customer",
    "Company"
  ],
  "type": "string",
  "description": "\n\nCustomer\n\nCompany",
  "x-enumNames": [
    "Customer",
    "Company"
  ],
  "x-enumDescriptions": [
    "",
    ""
  ]
}