mattpolzin / OpenAPIKit

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

keep inferred when updating any other property of a core context using a helper function #352

Closed mattpolzin closed 7 months ago

mattpolzin commented 7 months ago

The inferred-ness of a schema was being lost when using helper functions to modify single properties of that schema's core context.

This PR fixes that bug.