sendgrid-oai icon indicating copy to clipboard operation
sendgrid-oai copied to clipboard

OpenAPI interoperability issues

Open kevinchalet opened this issue 3 years ago • 3 comments

Hey,

I appreciate the effort put into providing OpenAPI documents, so thank you very much for that 👍 Sadly, client generation tools like AutoRest or Visual Studio are currently enable to process them due to interoperability issues:

image

image

As mentioned here by people way more comfortable with OpenAPI than I am, most of these issues seem to come from the fact the SendGrid OpenAPI document contains invalid "type": "null" nodes.

"default":[], while valid, also seems to cause issues with AutoRest.

Are you aware of these issues and do you plan to release an updated document at some point?

Thanks!

kevinchalet avatar Nov 04 '20 14:11 kevinchalet