As a developer, I need my application endpoints definition (app.json) to be generated automatically.
Suggestion It could be done by using some sort of attribute on top of the actual implementation method, and based on these attributes, the endpoint point definition could be generated something like the TSOA framework, which automatically generate up-to-date OpenAPI Specifications from your TypeScript code .