Webhook Configuration

Configuration object of the webhook

APIs.ioEngineeringPlatform

Properties

Name Type Description
url object
content_type object
secret object
insecure_ssl object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhook-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhook-config",
  "title": "Webhook Configuration",
  "description": "Configuration object of the webhook",
  "type": "object",
  "properties": {
    "url": {
      "$ref": "#/components/schemas/webhook-config-url"
    },
    "content_type": {
      "$ref": "#/components/schemas/webhook-config-content-type"
    },
    "secret": {
      "$ref": "#/components/schemas/webhook-config-secret"
    },
    "insecure_ssl": {
      "$ref": "#/components/schemas/webhook-config-insecure-ssl"
    }
  }
}