Determines type of delivery mechanism.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/aaa_schemas-type", "title": "aaa_schemas-type", "description": "Determines type of delivery mechanism.", "enum": [ "email", "pagerduty", "webhook" ], "example": "email", "type": "string" }