OpenAPITools / openapi-diff

Utility for comparing two OpenAPI specifications.
Apache License 2.0
787 stars 152 forks source link

Resolve/include yaml file as ref? #443

Closed hardik-id closed 1 year ago

hardik-id commented 1 year ago

Hello, our openapi.yaml has a reference to other YAML files.

So now when I use diff on two openapi.yaml file. would it resolve (include YAML file?) and then check the difference?

image

image