Mews · Schema

Product action type

Action of rule.

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-ruleactiontype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RuleActionType",
  "title": "Product action type",
  "enum": [
    "Add",
    "Delete"
  ],
  "type": "string",
  "description": "Action of rule.",
  "x-enumDescriptions": [
    "Adds specified item.",
    "Deletes specified item."
  ]
}