email_create_rule_properties

APIs.ioEngineeringPlatform

Properties

Name Type Description
actions object
enabled object
matchers object
name object
priority object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-create-rule-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email_create_rule_properties",
  "title": "email_create_rule_properties",
  "properties": {
    "actions": {
      "$ref": "#/components/schemas/email_rule_actions"
    },
    "enabled": {
      "$ref": "#/components/schemas/email_rule_enabled"
    },
    "matchers": {
      "$ref": "#/components/schemas/email_rule_matchers"
    },
    "name": {
      "$ref": "#/components/schemas/email_rule_name"
    },
    "priority": {
      "$ref": "#/components/schemas/email_rule_priority"
    }
  },
  "required": [
    "actions",
    "matchers"
  ],
  "type": "object"
}