Hi,
I'm using this plugin to generate a JSON from my jaxrs/jersey api source code.
At each new generation, some elements of my generated JSON switch places.
It's always properties from schemas that are directly defined inside a path and not in the components -> schemas section...
After debugging the plugin / reading the source code, it seems that we just sort the Paths with a TreeMap (so the first layer off data) but we don't go further...
Could we integrate the sortSchema method inside the sortPath method ?