This repository was archived by the owner on Mar 16, 2025. It is now read-only.
Remote references #69
rachel-singh
started this conversation in
General
Replies: 1 comment 2 replies
-
Theoretically it should work because the processor just passes the api location to the OpenAPI parser. But I never tried it. Your observation suggests that it is not so simple. Which parser did you try: SWAGGER, OPENAPI4J, or both? I will look at it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does this support parsing of remote references in the yaml specification?
When I tried it I get an error: Failed to get the schema name: ./components/schemas/Pet.yaml#/components/schemas/Pet
even though the file exists at the specified path and is defined correctly.
Beta Was this translation helpful? Give feedback.
All reactions