Skip to content

Commit a913b5c

Browse files
note about webhooks
1 parent 6401e21 commit a913b5c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ This schema-first approach documents your system for humans or LLM coding agents
310310

311311
- **Schema validation & type coercion**. This package assumes that all data inputs have been validated and coerced to the expected types by the time they get to your route handlers. Use other middleware like [express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) to handle validation and coercion.
312312
- **Security & auth scopes**. This package does not handle any authentication nor authorization and ignores all security aspects of your OpenAPI schema.
313+
- **Webhooks**. For now, this project focuses on HTTP ingress. Webhook support is an opportunity for future enhancement.
313314

314315
### Inspiration & prior art
315316

packages/openapi-typescript-server/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ This schema-first approach documents your system for humans or LLM coding agents
310310

311311
- **Schema validation & type coercion**. This package assumes that all data inputs have been validated and coerced to the expected types by the time they get to your route handlers. Use other middleware like [express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) to handle validation and coercion.
312312
- **Security & auth scopes**. This package does not handle any authentication nor authorization and ignores all security aspects of your OpenAPI schema.
313+
- **Webhooks**. For now, this project focuses on HTTP ingress. Webhook support is an opportunity for future enhancement.
313314

314315
### Inspiration & prior art
315316

0 commit comments

Comments
 (0)