waitingroom_patch_rule

APIs.ioEngineeringPlatform

Properties

Name Type Description
action object
description object
enabled object
expression object
position object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waitingroom-patch-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waitingroom_patch_rule",
  "title": "waitingroom_patch_rule",
  "properties": {
    "action": {
      "$ref": "#/components/schemas/waitingroom_rule_action"
    },
    "description": {
      "$ref": "#/components/schemas/waitingroom_rule_description"
    },
    "enabled": {
      "$ref": "#/components/schemas/waitingroom_rule_enabled"
    },
    "expression": {
      "$ref": "#/components/schemas/waitingroom_rule_expression"
    },
    "position": {
      "$ref": "#/components/schemas/waitingroom_rule_position"
    }
  },
  "required": [
    "action",
    "expression"
  ]
}