mattpolzin / OpenAPIKit

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

Support description overrides for `$ref` inside schemas. #298

Closed mattpolzin closed 12 months ago

mattpolzin commented 12 months ago

Currently, OpenAPIKit supports OpenAPI's $ref overriding of description/summary but this does not yet extend into the JSON Schema support within OpenAPIKit. JSON Schema leaves it up to each application how to deal with description next to a $ref, but the right move for OpenAPIKit will be to carry forward the behavior found outside of schemas.