SlashID · Schema

Webhook

IdentityAuthenticationPasswordlessMFAPasskeysUser ManagementCIAMOAuth2OIDCSSORBACSecurity
View JSON Schema on GitHub

JSON Schema

webhook.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.slashid.dev/schemas/Webhook.json",
  "title": "Webhook",
  "type": "object",
  "allOf": [
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        }
      },
      "required": [
        "id"
      ]
    },
    {
      "$ref": "#/components/schemas/WebhookConfiguration"
    }
  ]
}