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
In larger projects the openapi schema file is usually divided to more parts, but currently it's not handled in this package, which casues an ajv compilation error if there is any external $ref.
In larger projects the openapi schema file is usually divided to more parts, but currently it's not handled in this package, which casues an ajv compilation error if there is any external $ref.
main.yml
user.yml
Currently the external refs are not handled in
@openapi-contrib/openapi-schema-to-json-schema
https://github.com/openapi-contrib/openapi-schema-to-json-schema#featuresI've created a pull request which uses
@apidevtools/json-schema-ref-parser
to process external $refs.The text was updated successfully, but these errors were encountered: