use string keys for HTTP status codes in YAML
File that corresponds to Swagger specification must be correct JSON
file.
JSON doesn't allow integer keys.
YAML allows integer keys and parses "200: test" as {200: "test"} object. V
Vladimir Rutsky committed
e05b7805d4a263ea7974102edb1334f2b7be150e
Parent: fb690bc