Work off of the release/3_0 branch and work on types in the OpenAPIKit (not OpenAPIKit_3_0) module.
I am not entirely sure the degree to which example should be deprecated -- it could be just a code documentation comment or it could be legitimate Swift deprecation of functions that use it; heck, we could even entirely remove, although that feels unfaithful to the specification so I think that's the wrong approach.
See the release notes, new spec.
Work off of the
release/3_0
branch and work on types in theOpenAPIKit
(notOpenAPIKit_3_0
) module.I am not entirely sure the degree to which
example
should be deprecated -- it could be just a code documentation comment or it could be legitimate Swift deprecation of functions that use it; heck, we could even entirely remove, although that feels unfaithful to the specification so I think that's the wrong approach.