Mews · Schema

Condition type

Type of condition.

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-ruleconditiontype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RuleConditionType",
  "title": "Condition type",
  "enum": [
    "Equals",
    "NotEquals"
  ],
  "type": "string",
  "description": "Type of condition."
}