swagger-api / validator-badge

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

update parser to latest release #215

Closed JohnRDOrazio closed 7 months ago

JohnRDOrazio commented 1 year ago

I'm seeing that the last update to the Swagger Parser was back in October, nine months ago, when the parser was updated to version 2.1.7.

There have been a few releases of the parser since then, we are now at v2.1.16. Version 2.1.13 fixed an annoying bug, where the license field was not correctly parsed, generating an error for schemas using license.url instead of license.identifier.

Might I solicit bumping the swagger parser to the latest version?

char0n commented 1 year ago

ping @frantuma

JohnRDOrazio commented 7 months ago

Fixed in commit c4dfd9d. I see the update is already online, I am finally getting a green "valid" badge on my 3.1 schema!