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
"description": "The amount of money in the smallest denomination for the currency, as a\n64-bit integer. For example, for an Australian dollar value of $10.56,\nthis field will be `1056`.\n"
Openapi spec for
MoneyObjectvalueInBaseUnitshas this:api/v1/openapi.json
Lines 45 to 48 in 7074155
AFAIK
format: int64is required for 64-bit integer to be output: https://swagger.io/docs/specification/v3_0/data-models/data-types/#numbers