Open nacardin opened 3 years ago
I've had a possibly related issue with the CircleCI v2 API spec located at the top of https://circleci.com/docs/api/v2/:
$ paperclip --api v3 swagger.json
error: Invalid value for '<spec>': JSON error: missing field `swagger` at line 9858 column 1
Currently the Sendgrid OpenAPI 2.0 specs provided at
https://github.com/sendgrid/sendgrid-oai
fail to parse.Yaml:
results in:
Json
results in:
These files validate with
swagger-cli
.Great work so far on this library!