Mews · Schema

VoucherWriteResult

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Vouchers array Details about vouchers added to the system.
View JSON Schema on GitHub

JSON Schema

mews-voucherwriteresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VoucherWriteResult",
  "title": "VoucherWriteResult",
  "type": "object",
  "properties": {
    "Vouchers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Voucher"
      },
      "description": "Details about vouchers added to the system.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "VoucherWriteResult"
}