email-security_DeliveryMode

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-security-deliverymode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email-security_DeliveryMode",
  "title": "email-security_DeliveryMode",
  "enum": [
    "DIRECT",
    "BCC",
    "JOURNAL",
    "API",
    "RETRO_SCAN"
  ],
  "type": "string"
}