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
My openapi.yaml refers other files such as components/schemas/definitions.yaml.
However, openapi-generator-bazel seems to support only all-in-one yaml.
Because only openapi.yaml is copied under bazel sandbox folder, code generation fails due to failure of loading RELATIVE ref: ./components/schemas/definitions.yaml.
How can I generate codes from openapi.yaml which consists of multiple yaml files?
The text was updated successfully, but these errors were encountered:
My openapi.yaml refers other files such as
components/schemas/definitions.yaml
.However,
openapi-generator-bazel
seems to support only all-in-one yaml.Because only openapi.yaml is copied under bazel sandbox folder, code generation fails due to failure of loading RELATIVE ref: ./components/schemas/definitions.yaml.
How can I generate codes from openapi.yaml which consists of multiple yaml files?
The text was updated successfully, but these errors were encountered: