From dd36e652318f35cea317d11737508c90e5eb5a37 Mon Sep 17 00:00:00 2001 From: Ian Bishop <1296987+porjo@users.noreply.github.com> Date: Wed, 26 Nov 2025 21:10:07 +1000 Subject: [PATCH] Add format int64 to valueInBaseUnits --- v1/openapi.json | 1 + 1 file changed, 1 insertion(+) diff --git a/v1/openapi.json b/v1/openapi.json index 5feb667..fec4750 100644 --- a/v1/openapi.json +++ b/v1/openapi.json @@ -44,6 +44,7 @@ }, "valueInBaseUnits": { "type": "integer", + "format": "int64", "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" } },