email_rule_enabled

Routing rule status.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-rule-enabled-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email_rule_enabled",
  "title": "email_rule_enabled",
  "default": true,
  "description": "Routing rule status.",
  "enum": [
    true,
    false
  ],
  "example": true,
  "type": "boolean"
}