swagger-api / validator-badge

Validate your Swagger JSON/YAML today!
http://swagger.io
Apache License 2.0
210 stars 85 forks source link

Validation fails for ApiImplicitParam when name property has value of "format" #103

Open keith-murchison opened 7 years ago

keith-murchison commented 7 years ago

Assigned the name property of an @ApiImplictParam the value of "format". The generated swagger json and yaml could not be validated when imported into swagger editor. Current workaround is to surround "format" in quotes i.e. "\"format\""

version = 1.5.10

fehguy commented 7 years ago

Hi, please share the swagger json that you're trying to import.