Mews · Schema

Resource block extent

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Inactive boolean Whether the response should contain inactive entities.
View JSON Schema on GitHub

JSON Schema

mews-resourceblockextent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceBlockExtent",
  "title": "Resource block extent",
  "type": "object",
  "properties": {
    "Inactive": {
      "type": "boolean",
      "description": "Whether the response should contain inactive entities."
    }
  },
  "additionalProperties": false,
  "description": "",
  "x-schema-id": "ResourceBlockExtent"
}