Redocly / swagger-repo

CLI tool to help you manage your OpenAPI(fka Swagger) repo.
MIT License
18 stars 29 forks source link

fix #19 support path with dot #21

Open AyWa opened 5 years ago

AyWa commented 5 years ago

fix #19

When the filename was x.y.z.yaml the swagger validation was failing. It is coming from the lodash function _.set that serialize the . as a sub object, check https://github.com/lodash/lodash/issues/3529

AyWa commented 5 years ago

@RomanHotsiy Let me know if I need to do something else