Murat Erkenov

Results 3 issues of Murat Erkenov

I did 2 simple things ``` $ swagger bundle http://localhost/specification/src/v1/schema/swagger.json > ~/api_schema.json $ swagger validate ~/api_schema.json ``` and got validation errors while validating initial source said that it's valid ```...

Found some behavior which differs from swagger.io validator. Here is my [swagger.json](https://github.com/goalapi/specification/blob/25fb045251cb5c68acc5c09fa0fe6db4f17d0125/v1/schema/swagger.json). [Your tool](http://bigstickcarpet.com/swagger-parser/www/index.html) validates it successfully, while [swagger.io does not](http://online.swagger.io/validator/debug?url=https://raw.githubusercontent.com/goalapi/specification/25fb045251cb5c68acc5c09fa0fe6db4f17d0125/v1/schema/swagger.json) May be the problem with [**header** in response](https://github.com/goalapi/specification/commit/25fb045251cb5c68acc5c09fa0fe6db4f17d0125#diff-aa3066403cb2ce81e969319b94c445dd). Because...

# Is your feature request related to a problem? Please describe. Jane can not process usages of `oneOf` which often used in OpenAPI schemas # Describe the solution you'd like...

enhancement