Closed cory-signalfx closed 4 years ago
Change precision
The original OpenAPI spec that generated these was marked float32 which is inaccurate as the underlying Java data types are Double.
float32
Double
Summary
Change precision
Motivation
The original OpenAPI spec that generated these was marked
float32
which is inaccurate as the underlying Java data types areDouble
.