You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments