Closed tomred-net closed 2 years ago
@tomred-net Thank you for raising this issue.
This change was incorporated into release v1.16.0.
The cds_banking swagger files have been updated so the ResponseBankingProductListV2
definition is used. This can also be reflected in the schema documentation:
Description
cds_banking.yaml & cds_banking.json both reference a definition which does not exist.
Specifically cds_banking.yaml refers to $ref: '#/definitions/ResponseBankingProductList':1472 which does not exists in definition. This I expect is a bug as ResponseBankingProductList seems to have been replaced by ResponseBankingProductListV2.
Area Affected
cds_banking.yaml:1472 cds_banking.json:1676
Change Proposed
cds_banking.yaml:1472
$ref: '#/definitions/ResponseBankingProductList'> $ref: '#/definitions/ResponseBankingProductListV2'cds_banking.json:1676
"$ref" : "#/definitions/ResponseBankingProductList"> "$ref" : "#/definitions/ResponseBankingProductListV2"