Mews · Schema

Product options

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
BillAsPackage boolean Product should be displayed as part of a package.
View JSON Schema on GitHub

JSON Schema

mews-productoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductOptions",
  "title": "Product options",
  "required": [
    "BillAsPackage"
  ],
  "type": "object",
  "properties": {
    "BillAsPackage": {
      "type": "boolean",
      "description": "Product should be displayed as part of a package."
    }
  },
  "additionalProperties": false,
  "description": "",
  "x-schema-id": "ProductOptions"
}