open_api_parser icon indicating copy to clipboard operation
open_api_parser copied to clipboard

A parser for Open API specifications

Results 2 open_api_parser issues
Sort by recently updated
recently updated
newest added

This PR adds support for `$ref` like `'Pet.yaml'` and `'definitions.yaml#/Pet'`, as seen in [OpenAPI 2.0's examples](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#relative-schema-file-example). Also fixes some edge cases in the pointer resolution logic.

Is there any plans to add support for Open API 3.x ?