Mews · Schema

Rate set result

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Rates array Rates that were added or updated.
View JSON Schema on GitHub

JSON Schema

mews-ratesetresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RateSetResult",
  "title": "Rate set result",
  "type": "object",
  "properties": {
    "Rates": {
      "maxItems": 1000,
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Rate"
      },
      "description": "Rates that were added or updated.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "RateSetResult"
}