open_api_parser
open_api_parser copied to clipboard
Support $ref without a "file:" prefix
This PR adds support for $ref like 'Pet.yaml' and 'definitions.yaml#/Pet', as seen in OpenAPI 2.0's examples. Also fixes some edge cases in the pointer resolution logic.
This is quite a large PR and will take me some time to review. Thanks for opening it.