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
NumberValidation currently has all its fields as Option<f64>. That means serializing a schema for an integer with one or multiple of these limits always has a .0 suffix.
NumberValidation
currently has all its fields asOption<f64>
. That means serializing a schema for an integer with one or multiple of these limits always has a.0
suffix.Would you accept a PR that changes these
f64
s toserde_json::Number
s?The text was updated successfully, but these errors were encountered: