mattpolzin / OpenAPIKit

Codable Swift OpenAPI implementation.
MIT License
276 stars 35 forks source link

Support local dereferencing of `$ref` to `$anchor` #363

Open mattpolzin opened 3 months ago

mattpolzin commented 3 months ago

Currently, local dereferencing only supports looking up in the Components Object.

This depends on other upcoming work that will expand JSONReference.InternalReference to support anchors in addition to components and paths.