{
  "$schema": "https://eudiplo.dev/schemas/v1/WebhookEndpointConfigFile.schema.json",
  "metadata": {
    "generation": 1
  },
  "spec": {
    "id": "notification",
    "name": "Notification Webhook",
    "description": "Receives credential issuance lifecycle events",
    "url": "${WEBHOOK_NOTIFICATION_URL:http://localhost:8787}",
    "auth": {
      "type": "none"
    }
  }
}
