Mews · Schema

Restriction origin

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-restrictionorigin-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RestrictionOrigin",
  "title": "Restriction origin",
  "enum": [
    "User",
    "Integration"
  ],
  "type": "string",
  "x-enumDescriptions": [
    "Restriction was created by a user in Mews.",
    "Restriction was created by a 3rd-party integration."
  ]
}