swagger-parser icon indicating copy to clipboard operation
swagger-parser copied to clipboard

Bundled schemas are not valid

Open murat11 opened this issue 9 years ago • 0 comments

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

murat11 avatar Nov 10 '16 09:11 murat11