microservices-demo / user

The users microservice.
http://microservices-demo.github.io/
Apache License 2.0
91 stars 617 forks source link

Update user.json #50

Closed infoneershalin closed 7 years ago

infoneershalin commented 7 years ago

JSON is not properly formatted.

  1. "security": ["basicAuth":[]] - is not valid json Array and sagger parsers are not able to parse this json

  2. Arrays with last index should not have ','
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 23.465% when pulling 219a64b139b05acefbd17c9d4f2d5dbb071a8858 on infoneershalin:patch-1 into b5ec77ee831c0ae1c1411fce4bdd73e67a87c033 on microservices-demo:master.

etiennetremel commented 7 years ago

Thanks for catching that!