Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

swagger.json: duplicate keys on error/status codes #978

Closed
stoicflame opened this issue Aug 12, 2019 · 1 comment
Closed

swagger.json: duplicate keys on error/status codes #978

stoicflame opened this issue Aug 12, 2019 · 1 comment
Labels
Milestone

Comments

@stoicflame
Copy link
Owner

Enunciate generates swagger.json with potentially duplicate keys on the error status codes:

{
  "404" : {
    "description" : ""
  }
  ...
  "404" : {
    "description" : "other"
  }
}
@stoicflame stoicflame added this to the 2.13.0 milestone Aug 12, 2019
@stoicflame stoicflame added the bug label Aug 12, 2019
@stoicflame
Copy link
Owner Author

Fix has been included in Enunciate 2.12.1.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant