open-banking-us-openapi icon indicating copy to clipboard operation
open-banking-us-openapi copied to clipboard

API consistency: Transactions.moreAvailable is a string

Open johncrim opened this issue 5 months ago • 1 comments

As you can see here:

https://github.com/Mastercard/open-banking-us-openapi/blob/2a97ccde203a40330cdf42cfadcad4d2c9743511/openbanking-us.yaml#L36301

Transactions.moreAvailable is a string, whereas all the other *.moreAvailable properties are bool.

In an earlier version of the schema doc (eg 1.23.2) Transactions.moreAvailable was a bool, and that API schema version is still in use. So, this seems like an error that was introduced in the past few months, as opposed to a correction of an earlier error.

johncrim avatar Jul 09 '25 18:07 johncrim

Thank you @johncrim , I will review the changes and get back to you

Jadavpadma avatar Sep 24 '25 09:09 Jadavpadma