karenetheridge / OpenAPI-Modern

Validate HTTP requests and responses against an OpenAPI v3.1 document
https://metacpan.org/release/OpenAPI-Modern/
Other
5 stars 3 forks source link

supports $refs in path-item objects #53

Open karenetheridge opened 1 year ago

karenetheridge commented 1 year ago

As described in the spec at https://spec.openapis.org/oas/v3.1.0#path-item-object and requested in #50.

This just requires extending find_path to call _resolve_ref as needed, but we are blocked on the OpenAPI json schema allowing this -- see https://github.com/OAI/OpenAPI-Specification/issues/2635#issuecomment-1186016708.