Is it possible to add descriptions to the nitro experimental openAPI/scalar autogenerated doc ?
The doc auto generation works well, but I can't find how to add descriptions to any given route ? I've read the docs but I don't find anything relevant
nitro: {
experimental: {
openAPI: true,
},
},