pgjones / quart-schema

Quart-Schema is a Quart extension that provides schema validation and auto-generated API documentation.
MIT License
76 stars 24 forks source link

Support AsyncAPI spec for websockets #69

Open septatrix opened 9 months ago

septatrix commented 9 months ago

The readme states that "there is currently no documentation standard for WebSockets." This is however not completely true as there is the AsyncAPI specification which complements OpenAPI for message-driven protocols such as Websockets. It would be fabulous if support were to be added for this in the future.