swagger-api / swagger-parser

Swagger Spec to Java POJOs
http://swagger.io
Apache License 2.0
779 stars 525 forks source link

path-level vendor extensions not preserved during parse #225

Open fehguy opened 8 years ago

fehguy commented 8 years ago

Unfortunately this cannot be supported right now, since paths are held in a Map<String, Path> and there is no way to add vendor extensions without this:

https://github.com/swagger-api/swagger-core/issues/1729

gracekarina commented 5 years ago

related #719