Mews · Schema

Resource block type

Type of the resource block.

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-resourceblocktype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceBlockType",
  "title": "Resource block type",
  "enum": [
    "OutOfOrder",
    "InternalUse"
  ],
  "type": "string",
  "description": "Type of the resource block."
}