Alexander Gavazov
Results
1
comments of
Alexander Gavazov
I have the same issue, but I'm not able to solve it with `bundle`. Here my example: `oas-root.yaml` ```YAML paths: /example1: get: $ref: "./oas-example1.yaml" /example2: get: $ref: "#/components/schemas/Error" components: schemas:...