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
I'm getting the error: Type 'BetaTestersResponse' does not conform to protocol 'Decodable' on the output from openapi-generator generate -i https://raw.githubusercontent.com/d-date/AppStoreConnectAPISpec/master/Swagger.yaml -g swift4 -o /tmp/test/.
I've gone ahead and copied the yaml file into swaggerhub's editor and it did a pretty decent job of identifying some issues in the markup. I did a bit of googling and I found this: OpenAPITools/openapi-generator#925 which indicates that using the object type may be the culprit for that specific error.
I'm wondering if this is something you're aware of or planning on addressing. If not, wondering if this is something that compiles for you in some way.