Make an Example of Nothing
Pre-release
Pre-release
What's Changed
- make
value
/externalValue
optional for Example Objects. (#286)
Breaking Changes
The OpenAPI.Example
type's value
property has become optional so you will now need to handle a nil
case or use optional chaining in places where you switch-on or otherwise access that property.
Full Changelog: 3.0.0-alpha.9...3.0.0-beta.1