typescript-rest
typescript-rest copied to clipboard
Decorator of custom extensions?
Like:
@Path("status")
@Tags("status")
@Response
-> x-customext: { test: "test"})
See: https://swagger.io/docs/specification/openapi-extensions/
cool idea!