Open AyWa opened 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
x.y.z.yaml
_.set
.
@RomanHotsiy Let me know if I need to do something else
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