Open moroine opened 1 month ago
Hello,
We need to provide our swagger in 2 languages (French & English). This is something I could be able to work on if we agree on what can be done.
I'm thinking of few scenarios here:
OpenApiGeneratorV31
.openapi
.openapi({ description: { en: 'house', fr: 'maison' }})
Hello,
We need to provide our swagger in 2 languages (French & English). This is something I could be able to work on if we agree on what can be done.
I'm thinking of few scenarios here:
OpenApiGeneratorV31
which would replace metadata description when needed.openapi
like.openapi({ description: { en: 'house', fr: 'maison' }})