mattpolzin / OpenAPIKit

Codable Swift OpenAPI implementation.
MIT License
284 stars 36 forks source link

Add `pathItems` to the Components Object #183

Closed mattpolzin closed 3 years ago

mattpolzin commented 3 years ago

See the release notes, new spec, and specifically the Components Object.

As far as "good first issues" go, this one is a bit more involved, but everything that needs to be done here has been done for numerous other types that have entries in the Components Object -- feel free to reach out for help by commenting on this ticket if you want to work on it but are getting stuck with the details.

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

mihaelamj commented 3 years ago

@mattpolzin Here's a PR for this: https://github.com/mattpolzin/OpenAPIKit/pull/207 Cheers

mattpolzin commented 3 years ago

Merged!