mattpolzin / OpenAPIKit

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

Add JSONSchema support for anchors #360

Closed mattpolzin closed 3 months ago

mattpolzin commented 3 months ago

This PR adds backwards compatible support for parsing $anchor and $dynamicAnchor properties of JSONSchemas. It does not integrate those new properties with any additional functionality yet.

Related to https://github.com/mattpolzin/OpenAPIKit/issues/359.