mattpolzin / OpenAPIKit

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

Support Path Item references from the `OpenAPI.PathItem.Map` #200

Closed mattpolzin closed 3 years ago

mattpolzin commented 3 years ago

See https://github.com/mattpolzin/OpenAPIKit/issues/183 as related work.

See the release notes, new spec.

Work off of the release/3_0 branch and work on types in the OpenAPIKit (not OpenAPIKit_3_0) module.

mattpolzin commented 3 years ago

I think this ticket might be inaccurate. Upon closer inspection, for whatever reason, you cannot use references to PathItem from the paths property of a document (whereas you can use references to PathItem from the webhooks property of a document or from within the pathItems dictionary of the Components Object itself).