Mews · Schema

DateTimeIntervalUtc

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
StartUtc string
EndUtc string
View JSON Schema on GitHub

JSON Schema

mews-datetimeintervalutc-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DateTimeIntervalUtc",
  "title": "DateTimeIntervalUtc",
  "type": "object",
  "properties": {
    "StartUtc": {
      "type": "string",
      "nullable": true
    },
    "EndUtc": {
      "type": "string",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "DateTimeIntervalUtc"
}