WSO2 · Schema

Bot Detection Alert Subscription

BotDetectionAlertSubscription schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
uuid string UUID of the subscription
email string email
View JSON Schema on GitHub

JSON Schema

admin-api-bot-detection-alert-subscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/admin-api-bot-detection-alert-subscription-schema.json",
  "title": "Bot Detection Alert Subscription",
  "description": "BotDetectionAlertSubscription schema from WSO2 API Manager",
  "required": [
    "email"
  ],
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string",
      "description": "UUID of the subscription",
      "example": "urn:uuid:1ed6d2de-29df-4fed-a96a-46d2329dce65"
    },
    "email": {
      "type": "string",
      "description": "email",
      "example": "[email protected]"
    }
  }
}