swagger-parser
swagger-parser copied to clipboard
Bundled schemas are not valid
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
$ swagger validate http://localhost/specification/src/v1/schema/swagger.json
http://localhost/11/goalapi/specification/src/v1/schema/swagger.json is valid