Mews · Schema

Guid update value

HospitalityHotelsPMSProperty Management

Properties

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

JSON Schema

mews-guidupdatevalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GuidUpdateValue",
  "title": "Guid update value",
  "type": "object",
  "properties": {
    "Value": {
      "type": "string",
      "description": "Value which is to be updated.",
      "format": "uuid"
    }
  },
  "additionalProperties": false,
  "x-schema-id": "GuidUpdateValue"
}