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
Did you try using the --skip-validate-spec as described in the error message? It looks like the generator is imposing some regex on the names of schemas, which is new to me...
The errors mainly seem to be circular or missing references - which, I assume, should be easily fixed?
...plus a heap of warnings which, I assume, aren't that critical?
I've been trying to generate an OpenAPI client using
openapi-generator
located at: https://openapi-generator.tech.First tried:
However, got errors indicating that the generator was expecting a YAML file.
Therefore, generated YAML file (see attached) by using converter at: https://www.json2yaml.com.
YAML file:
openapi-accord.yaml
Tried this command:
and got below errors.
errors.txt
Tried a few different generators (e.g. typescript-node) just in case it was something to do with the
rust
generator but same errors occurred.The text was updated successfully, but these errors were encountered: