Swagger formatting error - missed comma between flow collection entries

Hi,

weird.
this json:

{"swagger":"2.0","info":{"title":"NewProjectLibrary","version":"1.0.0"},"host":"localhost:8099","basePath":"\/api","schemes":["http"],"consumes":["application\/json"],"produces":["application\/json"],"paths":{"\/management\/findcustomers\/{searchname}":{"get":{"parameters":[{"name":"searchname","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"The method call completed successfully","schema":{"type":"array","items":{"$ref":"#\/definitions\/Customer"}}},"400":{"description":"Bad Request"},"500":{"description":"Internal Server Error"}}}}},"definitions":{"Customer":{"type":"object","properties":{}}}}

works as expected: