MetallFoX
Results
2
comments of
MetallFoX
According to swagger reference to openapi specification, the correct way to define [Dictionary or Map](https://swagger.io/docs/specification/data-models/dictionaries/) is to specify `additionalProperties` section. SpringDoc annotation processing generates something like this for the `Map`...
You made my day, thanx!