Mews · Schema

Counter type discriminator

Type of the counter.

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-enterprisescopecounterdiscriminator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnterpriseScopeCounterDiscriminator",
  "title": "Counter type discriminator",
  "enum": [
    "Counter",
    "AccountingCounter",
    "AvailabilityBlockCounter",
    "BillCounter",
    "BillPreviewCounter",
    "FiscalCounter",
    "ProformaCounter",
    "RegistrationCardCounter",
    "ServiceOrderCounter",
    "CorrectionBillCounter",
    "PaymentConfirmationBillCounter",
    "CreditNoteBillCounter"
  ],
  "type": "string",
  "description": "Type of the counter.",
  "x-enumDescriptions": [
    "Any type of counter.",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    ""
  ]
}