{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventThresholdBody", "title": "EventThresholdBody", "type": "object", "properties": { "eventName": { "type": "string", "enum": [ "clusterCallsRedirected", "orgCallsOverflowed" ], "description": "The name of the event corresponding to the `entitiyId`.\n * `clusterCallsRedirected` - Event name for cluster call redirects.\n * `orgCallsOverflowed` - Event name for organization call overflows.\n" } } }