I'm working on a Go rest-api, generating the openapi-spec with this https://github.com/swaggo/swag.
the generated files are read properly by swagger UI, and a few other online tools I tried.
this might be an issue with swag, but here is the json file.
swagger.json
the error I get for this file is
paths: data did not match any variant of untagged enum ObjectOrRef at line 9 column 14
thank you for your time, and have a nice day.
I'm working on a Go rest-api, generating the openapi-spec with this https://github.com/swaggo/swag.
the generated files are read properly by swagger UI, and a few other online tools I tried.
this might be an issue with swag, but here is the json file.
swagger.json
the error I get for this file is
paths: data did not match any variant of untagged enum ObjectOrRef at line 9 column 14
thank you for your time, and have a nice day.