aaa_schemas-type

Determines type of delivery mechanism.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-aaa-schemas-type-schema.json Raw ↑
{
  "$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"
}