mattpolzin / OpenAPIKit

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

Refactor vendor extensions on JSONSchema #312

Closed mattpolzin closed 11 months ago

mattpolzin commented 11 months ago

Move vendor extensions on JSONSchema type into the CoreContext. This gives DereferencedJSONSchema vendor extensions for free and it also removes the only non-warnings top level stored property from JSONSchema.

TODO: