Mews · Schema

Service options

Options of the service.

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
BillAsPackage boolean Products should be displayed as a single package instead of individual items.
View JSON Schema on GitHub

JSON Schema

mews-serviceoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceOptions",
  "title": "Service options",
  "required": [
    "BillAsPackage"
  ],
  "type": "object",
  "properties": {
    "BillAsPackage": {
      "type": "boolean",
      "description": "Products should be displayed as a single package instead of individual items."
    }
  },
  "additionalProperties": false,
  "description": "Options of the service.",
  "x-schema-id": "ServiceOptions"
}