mattpolzin / OpenAPIKit

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

Add support for JSON Schema `contentMediaType` and `contentEncoding` #331

Closed mattpolzin closed 8 months ago

mattpolzin commented 8 months ago

See https://json-schema.org/understanding-json-schema/reference/non_json_data.

These should be added to the OpenAPIKit module on the release/3_0 branch only; they are not supported by the OpenAPI 3.0.x specification.