Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Enum in Matrimonial Property Scheme - Rel 4.0 final solution #135

Merged
merged 5 commits into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions mortgageAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1776,6 +1776,14 @@
- other
description: The class of property (Main residence, second residence, rented).
example: main_residence
matrimonialPropertyScheme:
type: string
example: separateEstate
enum:
- jointEstate
- separateEstate
- contributionToJointlyAcquiredProperty
description: Information how the property is owned.
floorPlan:
type: string
enum:
Expand Down Expand Up @@ -2841,14 +2849,13 @@
- registered-partnership
- legally-separated
- partnership-dissolved
matrimonialPropertyScheme:
PropertyOwner:
type: string
example: separateEstate
example: 'yes'
enum:
- jointEstate
- separateEstate
- contributionToJointlyAcquiredProperty
- none
- yes

Check warning on line 2856 in mortgageAPI.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint / lint

2856:19 [truthy] truthy value should be one of [false, true]
- no

Check warning on line 2857 in mortgageAPI.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint / lint

2857:19 [truthy] truthy value should be one of [false, true]
description: Is the applicant owner of the financed property? Yes/No
jobSituation:
type: string
example: employed
Expand Down