Convoy · JSON Structure

Convoy Event Type Structure

A declared event type within a project.

Type: object Properties: 6
WebhooksWebhook GatewayEvent DeliveryEventingMessagingIntegrationAPI Infrastructure

Convoy Event Type Structure is a JSON Structure definition published by Convoy, describing 6 properties. It conforms to the https://json-structure.org/draft/2024-01/structure meta-schema.

Properties

category deprecated_at description json_schema name uid

Meta-schema: https://json-structure.org/draft/2024-01/structure

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2024-01/structure",
  "$id": "https://api-evangelist.github.io/convoy/json-structure/convoy-event-type-structure.json",
  "title": "Convoy EventType",
  "description": "A declared event type within a project.",
  "type": "object",
  "properties": {
    "category": {
      "description": "",
      "type": "string"
    },
    "deprecated_at": {
      "description": "",
      "type": "string"
    },
    "description": {
      "description": "",
      "type": "string"
    },
    "json_schema": {
      "description": "",
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "name": {
      "description": "",
      "type": "string"
    },
    "uid": {
      "description": "",
      "type": "string"
    }
  }
}