Closed
Description
Currently the openapi spec is handwritten and updated. This is easy to mess up such that there is a discrepancy between the openapi spec and actual server.
Also, the server should come with swagger and redoc for looking at the openapi spec such that an external documentation vendor is not required for self-hosters.
express-openapi currently looks like the most viable solution.