mattpolzin / OpenAPIKit

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

Support vendor extensions on JSONSchema #292

Closed mattpolzin closed 1 year ago

mattpolzin commented 1 year ago

This is missing per the spec. Shouldn't be too difficult to add but possibly a bit fiddly and probably a breaking change (hopefully get this in before the 3.0.0 release).

Also mentioned as a request in https://github.com/mattpolzin/OpenAPIKit/issues/258.

This should be based off of the release/3_0 branch.