Jislin
4 years agoOccasional Visitor
Sub Tags Option in OpenAPI 3.0
Hi All,
Is it possible to create sub tags and group methods into sub groups under each tag
example:
-> Pet
--->Dog
----> German Shepherd
----> Labrador
--->Cat
----> Persian
----> Calico
-> Store
Hi Jislin
I'm afraid there isn't any support for nested or sub-tags yet.
Are you mostly interested in the SwaggerUI rendering it into groups, or something more?
I ask because the codegen projects use tags to group operations into Controllers/Methods, which is a different concern.