aaa_components-schemas-type

Type of webhook endpoint.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-aaa-components-schemas-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/aaa_components-schemas-type",
  "title": "aaa_components-schemas-type",
  "description": "Type of webhook endpoint.",
  "enum": [
    "slack",
    "generic",
    "gchat"
  ],
  "example": "slack",
  "type": "string"
}