Mews · Schema

Time unit amount update value

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Value array
View JSON Schema on GitHub

JSON Schema

mews-reservationupdateperunitpriceparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReservationUpdatePerUnitPriceParameters",
  "title": "Time unit amount update value",
  "type": "object",
  "properties": {
    "Value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PerUnitPriceParameters"
      },
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "ReservationUpdatePerUnitPriceParameters"
}