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
Sorry to resurrect, but I tested the release containing #4420 and found more test cases where the compiler fails to capture the e-notation values. Should I create a new issue or add to this issue?
Describe the bug
OpenAPI3 does not always emit a default float value when declared in e-notation.
When attempting to declare a default
float
,float32
, orfloat64
less than0.1
, the emitter will drop the default field from the model.Reproduction
Current behavior from v0.60.0:
Playground Link
Expected behavior from v0.56.0:
Playground Link
Checklist
The text was updated successfully, but these errors were encountered: