Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #437 from basiqio/DX-865-lendi-identified-meta-add…
Browse files Browse the repository at this point in the history
…resses-and-meta-features-can-be-null

DX-865 Added nullable in Addresses and Features
  • Loading branch information
basiq-ash authored Nov 19, 2024
2 parents 84e43a3 + 75e5265 commit ef400f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2158,11 +2158,13 @@ components:
features:
type: array
description: Array of features available for the product.
nullable: true
items:
$ref: '#/components/schemas/featureClass'
addresses:
type: array
description: The addresses for the account to be used for correspondence.
nullable: true
items:
type: object
properties:
Expand Down Expand Up @@ -2278,7 +2280,6 @@ components:
state:
type: string
description: State in which the address belongs. Valid enumeration defined by Australia Post PAF code file State Type Abbreviation. NSW, QLD, VIC, NT, WA, SA, TAS, ACT, AAT.

lendingRateAccountMetadata:
required:
- lendingRateType
Expand Down

0 comments on commit ef400f8

Please sign in to comment.