Skip to content

Commit

Permalink
add buyToLet question to additional info (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknely authored Feb 6, 2024
1 parent 6253409 commit 194da34
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/schemas/v3/combined.json
Original file line number Diff line number Diff line change
Expand Up @@ -23426,6 +23426,20 @@
"ta6Required": ["details"]
}
]
},
"buyToLet": {
"title": "Did you buy the property you're selling with the intention of letting it out rather than living in it?",
"type": "object",
"properties": {
"yesNo": {
"type": "string",
"title": "",
"enum": [
"Yes",
"No"
]
}
}
}
}
},
Expand Down
14 changes: 14 additions & 0 deletions src/schemas/v3/pdtf-transaction.json
Original file line number Diff line number Diff line change
Expand Up @@ -21149,6 +21149,20 @@
}
}
]
},
"buyToLet": {
"title": "Did you buy the property you're selling with the intention of letting it out rather than living in it?",
"type": "object",
"properties": {
"yesNo": {
"type": "string",
"title": "",
"enum": [
"Yes",
"No"
]
}
}
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions src/schemas/v3/skeleton.json
Original file line number Diff line number Diff line change
Expand Up @@ -2548,6 +2548,9 @@
"otherCharges": {
"yesNo": {},
"details": {}
},
"buyToLet": {
"yesNo": {}
}
},
"consumerProtectionRegulationsDeclaration": {
Expand Down

0 comments on commit 194da34

Please sign in to comment.