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've encountered a number of errors when trying to use the OpenAPI spec to create a client and then generate some requests. I think these errors are in the spec and also in the response sometimes not matching the spec. At the very least, I have identified this schema issue:
Error: One or more errors exist in the OpenApi definition
at: components > schemas > Tool > properties
at: contains
Missing required property: items
at: identifiers
Missing required property: items
I've made a simple validation script for Node, that uses openapi-enforcer (run npm install openapi-enforcer beforehand), which produces the above output. I'll run it again if the API spec gets fixed in order to check if the responses are valid, but currently it's getting stuck at the invalid spec.
I've encountered a number of errors when trying to use the OpenAPI spec to create a client and then generate some requests. I think these errors are in the spec and also in the response sometimes not matching the spec. At the very least, I have identified this schema issue:
I've made a simple validation script for Node, that uses
openapi-enforcer
(runnpm install openapi-enforcer
beforehand), which produces the above output. I'll run it again if the API spec gets fixed in order to check if the responses are valid, but currently it's getting stuck at the invalid spec.The text was updated successfully, but these errors were encountered: