I get InvalidPointerError in this setup:
- In my openapi.yaml I use $ref to another yaml
- In the other yaml, I use another $ref inside allOf
When I merge the two files, I get no errors. When in the other file, the $ref is not inside allOf, but a property, I get no errors either.
Node.js 24, Windows 11
command: openapi-generator-plus -c openapi-config.yml -o src/openapi/xxx test.yaml
openapi-config.yml
test.yaml
test2.yaml
I get InvalidPointerError in this setup:
When I merge the two files, I get no errors. When in the other file, the $ref is not inside allOf, but a property, I get no errors either.
Node.js 24, Windows 11
command:
openapi-generator-plus -c openapi-config.yml -o src/openapi/xxx test.yamlopenapi-config.yml
test.yaml
test2.yaml