Mews · Schema

Boolean update value

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Value boolean Value which is to be updated.
View JSON Schema on GitHub

JSON Schema

mews-booleannullableupdatevalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BooleanNullableUpdateValue",
  "title": "Boolean update value",
  "type": "object",
  "properties": {
    "Value": {
      "type": "boolean",
      "description": "Value which is to be updated.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "BooleanNullableUpdateValue"
}