Alexios Kalpakidis

Results 5 comments of Alexios Kalpakidis

My use case was creating a JSON structure which contained a nested JSON object as one of the fields. In my use case I'm using the xo cli utility to...

As of OAS V3.x, `Host` and `BasePath` no longer exist because you can now create specs for multiple servers, instead of just one, by providing a `servers` array. An example...

Are you using the `v2` version of swag?

There is a PR that implements the exact requirement you're looking for in `master` which has not been merged to `v2`: https://github.com/swaggo/swag/pull/2055/files. This just needs to be merged into `v2`...