Closed gdec31 closed 9 months ago
Hello,
Linked to the issue #220, this works well except for endpoint that returns an array.
Actual behavior : The space that should contains the schema name is empty
Expected behavior: I expect to have something like that
Below a part of my schema
"/projects" : { "get" : { "responses" : { "200" : { "description" : "Successful Operation", "content" : { "application/json" : { "schema" : { "type" : "array", "items" : { "$ref" : "#/components/schemas/DtoProject" } } } }
Thanks !
Hello,
Linked to the issue #220, this works well except for endpoint that returns an array.
Actual behavior : The space that should contains the schema name is empty
Expected behavior: I expect to have something like that
Below a part of my schema