swissfintechinnovations / ca-mortgage

Common API for Mortgages
Apache License 2.0
0 stars 1 forks source link

InsuranceSum in UsedAssets #125

Closed simonbbaumgartner closed 1 year ago

simonbbaumgartner commented 1 year ago

We introduced a new data field in the object "Asset": insuranceSum. We want to add this data field in the object "UsedAsset" as optional.

insuranceSum: $ref: '#/components/schemas/Amount' description: 'The amount of the sum insured in life insurance'

dkoeni commented 1 year ago

Hi @simonbbaumgartner,

we are introducing new style guidelines, where you can find a first draft here. This affects also removing not necessary quotes like those in your description tag. May you please update your PR accordingly?

simonbbaumgartner commented 1 year ago

I updated the PR according to the new style guideline.

dkoeni commented 1 year ago

Thx :)