Here are the rules from swagger-codegen and I think it makes sense.
float (type:number, format: float) => float
double (type: number, format: double) => double
number (type: number, no format) => BigDecimal
Please make sure that the implementation is following the above rules.
Here are the rules from swagger-codegen and I think it makes sense.
float (type:number, format: float) => float
double (type: number, format: double) => double
number (type: number, no format) => BigDecimal
Please make sure that the implementation is following the above rules.