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
@simplesmiler Denis, hello! i'm using you library for generating types&interfaces from OpenAPI Swagger v3.0.3.
But some things goes wrong, and i don't know what to do.
Steps for reproduce:
.yaml file
run taxios-generate -o ./types.ts -e LibX ./swagger.yaml --skip-validation, it falls with an exception:
Token "components" does not exist. MissingPointerError: Token "components" does not exist.
But as we can see, this field exist in .yaml file. I try to debug it with changing source code, with no success. Could you please help with it? Maybe it is because of OpenAPI version?
The text was updated successfully, but these errors were encountered:
Also strange is the fact that you see this error while running with --skip-validation, because I can only trigger it locally when running without it. Are you sure you are running with this flag?
taxios-generate v0.2.12
@simplesmiler Denis, hello! i'm using you library for generating types&interfaces from OpenAPI Swagger v3.0.3.
But some things goes wrong, and i don't know what to do.
Steps for reproduce:
.yaml file
taxios-generate -o ./types.ts -e LibX ./swagger.yaml --skip-validation
, it falls with an exception:Token "components" does not exist. MissingPointerError: Token "components" does not exist.
But as we can see, this field exist in
.yaml
file. I try to debug it with changing source code, with no success. Could you please help with it? Maybe it is because of OpenAPI version?The text was updated successfully, but these errors were encountered: