Does this support cross file references? I have a yaml file with that looks like: ``` definitions: Order: $ref: order.yml ``` But it seems to just literally link to that file, rather than importing it into the spec.
Does this support cross file references?
I have a yaml file with that looks like:
But it seems to just literally link to that file, rather than importing it into the spec.