OpenAPIKit icon indicating copy to clipboard operation
OpenAPIKit copied to clipboard

build in helpers to resolve URIs against base URIs

Open mattpolzin opened this issue 6 months ago • 0 comments

There is logic worth coding into OpenAPIKit so downstream can just ask the relevant questions instead of doing the logic themselves.

See https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.2.0.md#establishing-the-base-uri and https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.2.0.md#appendix-f-examples-of-base-uri-determination-and-reference-resolution for details on what should be offered and note that there can be $id and $ref all over the place and $self on the root document.

mattpolzin avatar Oct 27 '25 00:10 mattpolzin