You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This breaking change version is the one where we stop trying to infer types that are more precise than what JSON supports. This is specifically for examples.
The format property in JSON schema also should not be used to infer more precise types in by the OAS parser. JSON Schema is moving towards format simply being an annotation and not a constraint.