mattpolzin / OpenAPIKit

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

Feature/188/overriding #231

Closed mattpolzin closed 3 years ago

mattpolzin commented 3 years ago

Closes https://github.com/mattpolzin/OpenAPIKit/issues/188.

Introduce OpenAPI.Reference which supports taking a JSONReference and additionally specifying a summary or description to override the referenced object's summary or description. This overriding naturally only takes place if the referenced object normally would have a summary or description.