How can I store the exact value, such as 7178.9955, in the TMF 620 POST API for fields like taxAmount and price, given that the schema specifies the value as a number with a float format and rounds the value to 7178.9956?
https://github.com/tmforum-rand/schemas/blob/candidates/Common/Money.schema.json
"value": {
"type": "number",
"format": "float",
"description": "A positive floating point number"
}
------------------------------
Darshan Mhatre
Comviva
------------------------------