Nexiz15
Results
1
comments of
Nexiz15
It is quiet hacky but you can simply duplicate your DTO: ```` components: schemas: Category: x-swagger-router-model: io.swagger.petstore.model.Category properties: id: type: string name: type: string example: Dogs subcategories: type: array, items:...