mattpolzin / OpenAPIKit

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

Remove deprecated contentType property #380

Closed mattpolzin closed 1 month ago

mattpolzin commented 1 month ago

The Content Encoding Object's contentType (singular) property was deprecated in v3.2.0 and has now been removed in favor of contentTypes (plural).

The default implementations of inferred, anchor, and dynamicAnchor in the JSONSchemaContext have been removed. They were only there to make any third party conformances to JSONSchemaContext non-breaking. 99% of code will not change as a result of this.