Skip to content

Commit 4e7450c

Browse files
committed
chore: update README
1 parent a72086b commit 4e7450c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ WebhookX is an open-source webhooks gateway for message receiving, processing, a
3333
- `webhookx-signature`: Sign outbound requests with HMAC(SHA-256) by adding `Webhookx-Signature` and `Webhookx-Timestamp` headers.
3434
- `wasm`: Transform outbound requests using high-level languages such as AssemblyScript, Rust or TinyGo. See [plugin/wasm](plugins/wasm).
3535
- `function`: Customize inbound behavior with JavaScript, e.g. signature verification or request body transformation.
36+
- `jsonschema-validator`: Validate event payloads against JSONSchema definitions. Up to Draft v6 is supported.
3637
- **Observability:** OpenTelemetry metrics and tracing for monitoring and troubleshooting.
3738

3839

0 commit comments

Comments
 (0)