waitingroom_rule_result

APIs.ioEngineeringPlatform

Properties

Name Type Description
action object
description object
enabled object
expression object
id object
last_updated object
version object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waitingroom-rule-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waitingroom_rule_result",
  "title": "waitingroom_rule_result",
  "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"
    },
    "id": {
      "$ref": "#/components/schemas/waitingroom_rule_id"
    },
    "last_updated": {
      "$ref": "#/components/schemas/waitingroom_timestamp"
    },
    "version": {
      "$ref": "#/components/schemas/waitingroom_rule_version"
    }
  },
  "type": "object"
}