@pdtf/schemas 3.0.0-26 → 3.0.0-27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +195 -156
- package/src/schemas/v3/overlays/lpe1.json +82 -71
- package/src/schemas/v3/overlays/ta7.json +86 -41
- package/src/schemas/v3/pdtf-transaction.json +137 -109
- package/src/schemas/v3/skeleton.json +25 -16
package/package.json
CHANGED
|
@@ -3399,11 +3399,12 @@
|
|
|
3399
3399
|
"ownershipAndManagement",
|
|
3400
3400
|
"serviceCharge",
|
|
3401
3401
|
"buildingsInsurance",
|
|
3402
|
-
"
|
|
3403
|
-
"
|
|
3402
|
+
"disputes",
|
|
3403
|
+
"enfranchisement",
|
|
3404
|
+
"buildingSafetyAct",
|
|
3404
3405
|
"general",
|
|
3405
3406
|
"requiredDocuments",
|
|
3406
|
-
"
|
|
3407
|
+
"confirmationOfAccuracy"
|
|
3407
3408
|
],
|
|
3408
3409
|
"baspiRequired": [
|
|
3409
3410
|
"sharedOwnership",
|
|
@@ -3423,14 +3424,17 @@
|
|
|
3423
3424
|
"sharedOwnership",
|
|
3424
3425
|
"leaseTerm",
|
|
3425
3426
|
"contactDetails",
|
|
3426
|
-
"
|
|
3427
|
-
"serviceCharge",
|
|
3427
|
+
"consents",
|
|
3428
3428
|
"groundRent",
|
|
3429
3429
|
"ownershipAndManagement",
|
|
3430
|
-
"
|
|
3430
|
+
"serviceCharge",
|
|
3431
|
+
"disputes",
|
|
3432
|
+
"buildingSafetyAct",
|
|
3433
|
+
"enfranchisement",
|
|
3431
3434
|
"buildingSafety",
|
|
3432
3435
|
"general",
|
|
3433
|
-
"requiredDocuments"
|
|
3436
|
+
"requiredDocuments",
|
|
3437
|
+
"confirmationOfAccuracy"
|
|
3434
3438
|
],
|
|
3435
3439
|
"properties": {
|
|
3436
3440
|
"sharedOwnership": {
|
|
@@ -3560,11 +3564,6 @@
|
|
|
3560
3564
|
"title": "Contacts",
|
|
3561
3565
|
"description": "Complete the details for the relevant parties",
|
|
3562
3566
|
"baspiRequired": ["landlord", "managingAgent"],
|
|
3563
|
-
"ta7Required": [
|
|
3564
|
-
"landlord",
|
|
3565
|
-
"managementCompany",
|
|
3566
|
-
"managingAgent"
|
|
3567
|
-
],
|
|
3568
3567
|
"properties": {
|
|
3569
3568
|
"landlord": {
|
|
3570
3569
|
"baspiRef": "A1.5.4",
|
|
@@ -3602,6 +3601,7 @@
|
|
|
3602
3601
|
},
|
|
3603
3602
|
"address": {
|
|
3604
3603
|
"baspiRef": "A1.5.4.1.2",
|
|
3604
|
+
"ta7Ref": "4.1a.2",
|
|
3605
3605
|
"title": "Address",
|
|
3606
3606
|
"type": "object",
|
|
3607
3607
|
"properties": {
|
|
@@ -3800,6 +3800,7 @@
|
|
|
3800
3800
|
},
|
|
3801
3801
|
"managementCompany": {
|
|
3802
3802
|
"lpe1Ref": "1.2",
|
|
3803
|
+
"ta7Ref": "4.1b",
|
|
3803
3804
|
"title": "Management Company",
|
|
3804
3805
|
"type": "object",
|
|
3805
3806
|
"properties": {
|
|
@@ -4984,6 +4985,71 @@
|
|
|
4984
4985
|
}
|
|
4985
4986
|
}
|
|
4986
4987
|
},
|
|
4988
|
+
"consents": {
|
|
4989
|
+
"ta7Ref": "7",
|
|
4990
|
+
"title": "Consents",
|
|
4991
|
+
"type": "object",
|
|
4992
|
+
"ta7Required": ["changesInTermOfLease"],
|
|
4993
|
+
"properties": {
|
|
4994
|
+
"changesInTermOfLease": {
|
|
4995
|
+
"ta7Ref": "7.1",
|
|
4996
|
+
"title": "Is the seller aware of any changes in the terms of the lease or of the landlord giving any consents under the lease?",
|
|
4997
|
+
"type": "object",
|
|
4998
|
+
"lpe1Required": ["isSellerAwareOfChanges"],
|
|
4999
|
+
"ta7Required": ["isSellerAwareOfChanges"],
|
|
5000
|
+
"properties": {
|
|
5001
|
+
"isSellerAwareOfChanges": {
|
|
5002
|
+
"ta7Ref": "7.1.1",
|
|
5003
|
+
"title": "",
|
|
5004
|
+
"type": "string",
|
|
5005
|
+
"enum": [
|
|
5006
|
+
"Yes",
|
|
5007
|
+
"No",
|
|
5008
|
+
"Attached",
|
|
5009
|
+
"To follow",
|
|
5010
|
+
"Lost"
|
|
5011
|
+
]
|
|
5012
|
+
}
|
|
5013
|
+
},
|
|
5014
|
+
"discriminator": {
|
|
5015
|
+
"propertyName": "isSellerAwareOfChanges"
|
|
5016
|
+
},
|
|
5017
|
+
"oneOf": [
|
|
5018
|
+
{
|
|
5019
|
+
"properties": {
|
|
5020
|
+
"isSellerAwareOfChanges": {
|
|
5021
|
+
"enum": [
|
|
5022
|
+
"No",
|
|
5023
|
+
"Attached",
|
|
5024
|
+
"To follow",
|
|
5025
|
+
"Lost"
|
|
5026
|
+
]
|
|
5027
|
+
}
|
|
5028
|
+
}
|
|
5029
|
+
},
|
|
5030
|
+
{
|
|
5031
|
+
"properties": {
|
|
5032
|
+
"isSellerAwareOfChanges": {
|
|
5033
|
+
"enum": ["Yes"]
|
|
5034
|
+
},
|
|
5035
|
+
"details": {
|
|
5036
|
+
"ta7Ref": "7.1.2",
|
|
5037
|
+
"title": "Please supply a copy or, if not in writing, please give details:",
|
|
5038
|
+
"type": "string",
|
|
5039
|
+
"minLength": 1
|
|
5040
|
+
},
|
|
5041
|
+
"attachments": {
|
|
5042
|
+
"ta7Ref": "7.1.3",
|
|
5043
|
+
"type": "string",
|
|
5044
|
+
"enum": ["Attached", "To follow"]
|
|
5045
|
+
}
|
|
5046
|
+
},
|
|
5047
|
+
"lpe1Required": ["details"]
|
|
5048
|
+
}
|
|
5049
|
+
]
|
|
5050
|
+
}
|
|
5051
|
+
}
|
|
5052
|
+
},
|
|
4987
5053
|
"transferAndRegistration": {
|
|
4988
5054
|
"lpe1Ref": "2",
|
|
4989
5055
|
"baspiRef": "A1.5.6",
|
|
@@ -4999,10 +5065,6 @@
|
|
|
4999
5065
|
"baspiRequired": [
|
|
5000
5066
|
"requirementsToBeMemberOfManagementCompany"
|
|
5001
5067
|
],
|
|
5002
|
-
"ta7Required": [
|
|
5003
|
-
"awareOfConsents",
|
|
5004
|
-
"changesInTermOfLease"
|
|
5005
|
-
],
|
|
5006
5068
|
"properties": {
|
|
5007
5069
|
"deedOfCovenantRequired": {
|
|
5008
5070
|
"lpe1Ref": "2.1",
|
|
@@ -5095,13 +5157,11 @@
|
|
|
5095
5157
|
"type": "object",
|
|
5096
5158
|
"properties": {
|
|
5097
5159
|
"yesNo": {
|
|
5098
|
-
"ta7Ref": "9.3.1",
|
|
5099
5160
|
"type": "string",
|
|
5100
5161
|
"enum": ["Yes", "No"]
|
|
5101
5162
|
}
|
|
5102
5163
|
},
|
|
5103
5164
|
"lpe1Required": ["yesNo"],
|
|
5104
|
-
"ta7Required": ["yesNo"],
|
|
5105
5165
|
"discriminator": {
|
|
5106
5166
|
"propertyName": "yesNo"
|
|
5107
5167
|
},
|
|
@@ -5129,57 +5189,7 @@
|
|
|
5129
5189
|
}
|
|
5130
5190
|
]
|
|
5131
5191
|
},
|
|
5132
|
-
|
|
5133
|
-
"ta7Ref": "7.1",
|
|
5134
|
-
"title": "Is the seller aware of any changes in the terms of the lease or of the landlord giving any consents under the lease?",
|
|
5135
|
-
"type": "object",
|
|
5136
|
-
"lpe1Required": ["isSellerAwareOfChanges"],
|
|
5137
|
-
"ta7Required": ["isSellerAwareOfChanges"],
|
|
5138
|
-
"properties": {
|
|
5139
|
-
"isSellerAwareOfChanges": {
|
|
5140
|
-
"title": "",
|
|
5141
|
-
"type": "string",
|
|
5142
|
-
"enum": [
|
|
5143
|
-
"Yes",
|
|
5144
|
-
"No",
|
|
5145
|
-
"Attached",
|
|
5146
|
-
"To follow",
|
|
5147
|
-
"Lost"
|
|
5148
|
-
]
|
|
5149
|
-
}
|
|
5150
|
-
},
|
|
5151
|
-
"discriminator": {
|
|
5152
|
-
"propertyName": "isSellerAwareOfChanges"
|
|
5153
|
-
},
|
|
5154
|
-
"oneOf": [
|
|
5155
|
-
{
|
|
5156
|
-
"properties": {
|
|
5157
|
-
"isSellerAwareOfChanges": {
|
|
5158
|
-
"enum": [
|
|
5159
|
-
"No",
|
|
5160
|
-
"Attached",
|
|
5161
|
-
"To follow",
|
|
5162
|
-
"Lost"
|
|
5163
|
-
]
|
|
5164
|
-
}
|
|
5165
|
-
}
|
|
5166
|
-
},
|
|
5167
|
-
{
|
|
5168
|
-
"properties": {
|
|
5169
|
-
"isSellerAwareOfChanges": {
|
|
5170
|
-
"enum": ["Yes"]
|
|
5171
|
-
},
|
|
5172
|
-
"details": {
|
|
5173
|
-
"ta7Ref": "7.1.3",
|
|
5174
|
-
"title": "Please supply a copy or, if not in writing, please give details:",
|
|
5175
|
-
"type": "string",
|
|
5176
|
-
"minLength": 1
|
|
5177
|
-
}
|
|
5178
|
-
},
|
|
5179
|
-
"lpe1Required": ["details"]
|
|
5180
|
-
}
|
|
5181
|
-
]
|
|
5182
|
-
},
|
|
5192
|
+
|
|
5183
5193
|
"requirementsToBeMemberOfManagementCompany": {
|
|
5184
5194
|
"baspiRef": "A1.5.6",
|
|
5185
5195
|
"lpe1Ref": "2.5",
|
|
@@ -5481,7 +5491,8 @@
|
|
|
5481
5491
|
},
|
|
5482
5492
|
"lpe1Required": [
|
|
5483
5493
|
"headLeaseholderControlled"
|
|
5484
|
-
]
|
|
5494
|
+
],
|
|
5495
|
+
"ta7Required": ["headLeaseholderControlled"]
|
|
5485
5496
|
}
|
|
5486
5497
|
]
|
|
5487
5498
|
},
|
|
@@ -5500,7 +5511,7 @@
|
|
|
5500
5511
|
"Freeholder",
|
|
5501
5512
|
"Headleaseholder",
|
|
5502
5513
|
"Management company named in lease of the property",
|
|
5503
|
-
"Right to
|
|
5514
|
+
"A Right to Manage company set up by the tenants under statutory rights",
|
|
5504
5515
|
"Other"
|
|
5505
5516
|
]
|
|
5506
5517
|
}
|
|
@@ -5516,7 +5527,7 @@
|
|
|
5516
5527
|
"Freeholder",
|
|
5517
5528
|
"Headleaseholder",
|
|
5518
5529
|
"Management company named in lease of the property",
|
|
5519
|
-
"Right to
|
|
5530
|
+
"A Right to Manage company set up by the tenants under statutory rights"
|
|
5520
5531
|
]
|
|
5521
5532
|
}
|
|
5522
5533
|
}
|
|
@@ -5532,7 +5543,8 @@
|
|
|
5532
5543
|
"type": "string"
|
|
5533
5544
|
}
|
|
5534
5545
|
},
|
|
5535
|
-
"lpe1Required": ["details"]
|
|
5546
|
+
"lpe1Required": ["details"],
|
|
5547
|
+
"ta7Required": ["details"]
|
|
5536
5548
|
}
|
|
5537
5549
|
]
|
|
5538
5550
|
},
|
|
@@ -5639,7 +5651,8 @@
|
|
|
5639
5651
|
}
|
|
5640
5652
|
},
|
|
5641
5653
|
"lpe1Required": ["details"],
|
|
5642
|
-
"baspiRequired": ["details"]
|
|
5654
|
+
"baspiRequired": ["details"],
|
|
5655
|
+
"ta7Required": ["details"]
|
|
5643
5656
|
}
|
|
5644
5657
|
]
|
|
5645
5658
|
},
|
|
@@ -5679,7 +5692,8 @@
|
|
|
5679
5692
|
"type": "string"
|
|
5680
5693
|
}
|
|
5681
5694
|
},
|
|
5682
|
-
"lpe1Required": ["details"]
|
|
5695
|
+
"lpe1Required": ["details"],
|
|
5696
|
+
"ta7Required": ["details"]
|
|
5683
5697
|
}
|
|
5684
5698
|
]
|
|
5685
5699
|
},
|
|
@@ -5760,11 +5774,13 @@
|
|
|
5760
5774
|
"enum": ["Yes"]
|
|
5761
5775
|
},
|
|
5762
5776
|
"details": {
|
|
5777
|
+
"ta7Ref": "5.9.2",
|
|
5763
5778
|
"title": "Please give details:",
|
|
5764
5779
|
"type": "string"
|
|
5765
5780
|
}
|
|
5766
5781
|
},
|
|
5767
|
-
"lpe1Required": ["details"]
|
|
5782
|
+
"lpe1Required": ["details"],
|
|
5783
|
+
"ta7Required": ["details"]
|
|
5768
5784
|
}
|
|
5769
5785
|
]
|
|
5770
5786
|
},
|
|
@@ -6037,13 +6053,19 @@
|
|
|
6037
6053
|
"lpe1Ref": "4.7",
|
|
6038
6054
|
"ta7Ref": "5",
|
|
6039
6055
|
"title": "Confirm the date when the Managed Areas were last decorated, internally and externally.",
|
|
6056
|
+
"ta7itle": "In what year was the building last decorated:",
|
|
6040
6057
|
"type": "object",
|
|
6041
6058
|
"properties": {
|
|
6042
|
-
"
|
|
6043
|
-
"ta7Ref": "5.
|
|
6044
|
-
"title": "
|
|
6059
|
+
"externally": {
|
|
6060
|
+
"ta7Ref": "5.2",
|
|
6061
|
+
"title": "The outside of the building (if known)",
|
|
6045
6062
|
"type": "object",
|
|
6046
6063
|
"properties": {
|
|
6064
|
+
"year": {
|
|
6065
|
+
"ta7Ref": "5.2.1",
|
|
6066
|
+
"title": "Year",
|
|
6067
|
+
"type": "integer"
|
|
6068
|
+
},
|
|
6047
6069
|
"from": {
|
|
6048
6070
|
"title": "To",
|
|
6049
6071
|
"type": "string",
|
|
@@ -6056,11 +6078,17 @@
|
|
|
6056
6078
|
}
|
|
6057
6079
|
}
|
|
6058
6080
|
},
|
|
6059
|
-
"
|
|
6060
|
-
"ta7Ref": "5.
|
|
6061
|
-
"title": "
|
|
6081
|
+
"internally": {
|
|
6082
|
+
"ta7Ref": "5.3",
|
|
6083
|
+
"title": "Internally",
|
|
6084
|
+
"ta7Title": "The internal communal parts (if known)",
|
|
6062
6085
|
"type": "object",
|
|
6063
6086
|
"properties": {
|
|
6087
|
+
"year": {
|
|
6088
|
+
"ta7Ref": "5.3.1",
|
|
6089
|
+
"title": "Year",
|
|
6090
|
+
"type": "integer"
|
|
6091
|
+
},
|
|
6064
6092
|
"from": {
|
|
6065
6093
|
"title": "To",
|
|
6066
6094
|
"type": "string",
|
|
@@ -6824,16 +6852,17 @@
|
|
|
6824
6852
|
}
|
|
6825
6853
|
}
|
|
6826
6854
|
},
|
|
6827
|
-
"
|
|
6855
|
+
"disputes": {
|
|
6828
6856
|
"lpe1Ref": "6",
|
|
6829
|
-
"
|
|
6857
|
+
"ta7Ref": "8",
|
|
6858
|
+
"title": "Disputes",
|
|
6859
|
+
"ta7Ttle": "Complaints",
|
|
6830
6860
|
"type": "object",
|
|
6831
6861
|
"lpe1Required": [
|
|
6832
6862
|
"sellerReceivedComplaint",
|
|
6833
6863
|
"sellerSentComplaint",
|
|
6834
6864
|
"ongoingForfeitureProceedings",
|
|
6835
6865
|
"unresolvedDisputes",
|
|
6836
|
-
"enfranchisementSteps",
|
|
6837
6866
|
"breachOfTermsOfLease"
|
|
6838
6867
|
],
|
|
6839
6868
|
"ta7Required": [
|
|
@@ -6974,45 +7003,6 @@
|
|
|
6974
7003
|
}
|
|
6975
7004
|
]
|
|
6976
7005
|
},
|
|
6977
|
-
"enfranchisementSteps": {
|
|
6978
|
-
"lpe1Ref": "6.3",
|
|
6979
|
-
"type": "object",
|
|
6980
|
-
"title": "Have any steps been taken by anyone to enfranchise, exercise the right to manage, form a right to enfranchise or management company, extend the term of the lease of the Property or anything similar?",
|
|
6981
|
-
"properties": {
|
|
6982
|
-
"yesNo": {
|
|
6983
|
-
"type": "string",
|
|
6984
|
-
"title": "",
|
|
6985
|
-
"enum": ["Yes", "No", "Not Known"]
|
|
6986
|
-
}
|
|
6987
|
-
},
|
|
6988
|
-
"lpe1Required": ["yesNo"],
|
|
6989
|
-
"discriminator": {
|
|
6990
|
-
"propertyName": "yesNo"
|
|
6991
|
-
},
|
|
6992
|
-
"oneOf": [
|
|
6993
|
-
{
|
|
6994
|
-
"properties": {
|
|
6995
|
-
"yesNo": {
|
|
6996
|
-
"enum": ["No", "Not Known"]
|
|
6997
|
-
}
|
|
6998
|
-
}
|
|
6999
|
-
},
|
|
7000
|
-
{
|
|
7001
|
-
"properties": {
|
|
7002
|
-
"yesNo": {
|
|
7003
|
-
"enum": ["Yes"]
|
|
7004
|
-
},
|
|
7005
|
-
"details": {
|
|
7006
|
-
"lpe1Ref": "6.3.1",
|
|
7007
|
-
"title": "Provide details and copies of relevant documentation",
|
|
7008
|
-
"type": "string",
|
|
7009
|
-
"minLength": 1
|
|
7010
|
-
}
|
|
7011
|
-
},
|
|
7012
|
-
"lpe1Required": ["details"]
|
|
7013
|
-
}
|
|
7014
|
-
]
|
|
7015
|
-
},
|
|
7016
7006
|
"breachOfTermsOfLease": {
|
|
7017
7007
|
"lpe1Ref": "6.4",
|
|
7018
7008
|
"type": "object",
|
|
@@ -7054,7 +7044,7 @@
|
|
|
7054
7044
|
}
|
|
7055
7045
|
}
|
|
7056
7046
|
},
|
|
7057
|
-
"
|
|
7047
|
+
"buildingSafetyAct": {
|
|
7058
7048
|
"ta7Ref": "11",
|
|
7059
7049
|
"title": "Building safety",
|
|
7060
7050
|
"type": "object",
|
|
@@ -7187,29 +7177,11 @@
|
|
|
7187
7177
|
}
|
|
7188
7178
|
}
|
|
7189
7179
|
},
|
|
7190
|
-
"
|
|
7191
|
-
"
|
|
7192
|
-
"title": "
|
|
7180
|
+
"alterations": {
|
|
7181
|
+
"ta7Ref": "9",
|
|
7182
|
+
"title": "Alterations",
|
|
7193
7183
|
"type": "object",
|
|
7194
|
-
"
|
|
7195
|
-
"sellerAwareOfAlterations",
|
|
7196
|
-
"sellerOwnedProperty",
|
|
7197
|
-
"sellerServedNoticeOnLandlord",
|
|
7198
|
-
"sellerAwareOfNoticeOfCollectivePurchase",
|
|
7199
|
-
"sellerAwareOfResponse",
|
|
7200
|
-
"otherPropertiesInManagedArea",
|
|
7201
|
-
"leasedOnSimilarTerms",
|
|
7202
|
-
"buildingKnownToBeHMO",
|
|
7203
|
-
"additionalParkingRegulations",
|
|
7204
|
-
"restrictionOnKeepingPets"
|
|
7205
|
-
],
|
|
7206
|
-
"ta7Required": [
|
|
7207
|
-
"sellerAwareOfAlterations",
|
|
7208
|
-
"sellerOwnedProperty",
|
|
7209
|
-
"sellerServedNoticeOnLandlord",
|
|
7210
|
-
"sellerAwareOfNoticeOfCollectivePurchase",
|
|
7211
|
-
"sellerAwareOfResponse"
|
|
7212
|
-
],
|
|
7184
|
+
"ta7Required": ["sellerAwareOfAlterations"],
|
|
7213
7185
|
"properties": {
|
|
7214
7186
|
"sellerAwareOfAlterations": {
|
|
7215
7187
|
"ta7Ref": "9.1",
|
|
@@ -7267,7 +7239,22 @@
|
|
|
7267
7239
|
]
|
|
7268
7240
|
}
|
|
7269
7241
|
]
|
|
7270
|
-
}
|
|
7242
|
+
}
|
|
7243
|
+
}
|
|
7244
|
+
},
|
|
7245
|
+
"enfranchisement": {
|
|
7246
|
+
"lpe1Ref": "6",
|
|
7247
|
+
"ta7Ref": "10",
|
|
7248
|
+
"title": "Enfranchisement",
|
|
7249
|
+
"type": "object",
|
|
7250
|
+
"ta7Required": [
|
|
7251
|
+
"sellerOwnedProperty",
|
|
7252
|
+
"sellerServedNoticeOnLandlord",
|
|
7253
|
+
"sellerAwareOfNoticeOfCollectivePurchase",
|
|
7254
|
+
"sellerAwareOfResponse"
|
|
7255
|
+
],
|
|
7256
|
+
"lpe1Required": ["enfranchisementSteps"],
|
|
7257
|
+
"properties": {
|
|
7271
7258
|
"sellerOwnedProperty": {
|
|
7272
7259
|
"ta7Ref": "10.1",
|
|
7273
7260
|
"title": "Has the seller owned the property for at least two years?",
|
|
@@ -7313,6 +7300,59 @@
|
|
|
7313
7300
|
"To follow"
|
|
7314
7301
|
]
|
|
7315
7302
|
},
|
|
7303
|
+
"enfranchisementSteps": {
|
|
7304
|
+
"lpe1Ref": "6.3",
|
|
7305
|
+
"type": "object",
|
|
7306
|
+
"title": "Have any steps been taken by anyone to enfranchise, exercise the right to manage, form a right to enfranchise or management company, extend the term of the lease of the Property or anything similar?",
|
|
7307
|
+
"properties": {
|
|
7308
|
+
"yesNo": {
|
|
7309
|
+
"type": "string",
|
|
7310
|
+
"title": "",
|
|
7311
|
+
"enum": ["Yes", "No", "Not Known"]
|
|
7312
|
+
}
|
|
7313
|
+
},
|
|
7314
|
+
"lpe1Required": ["yesNo"],
|
|
7315
|
+
"discriminator": {
|
|
7316
|
+
"propertyName": "yesNo"
|
|
7317
|
+
},
|
|
7318
|
+
"oneOf": [
|
|
7319
|
+
{
|
|
7320
|
+
"properties": {
|
|
7321
|
+
"yesNo": {
|
|
7322
|
+
"enum": ["No", "Not Known"]
|
|
7323
|
+
}
|
|
7324
|
+
}
|
|
7325
|
+
},
|
|
7326
|
+
{
|
|
7327
|
+
"properties": {
|
|
7328
|
+
"yesNo": {
|
|
7329
|
+
"enum": ["Yes"]
|
|
7330
|
+
},
|
|
7331
|
+
"details": {
|
|
7332
|
+
"lpe1Ref": "6.3.1",
|
|
7333
|
+
"title": "Provide details and copies of relevant documentation",
|
|
7334
|
+
"type": "string",
|
|
7335
|
+
"minLength": 1
|
|
7336
|
+
}
|
|
7337
|
+
},
|
|
7338
|
+
"lpe1Required": ["details"]
|
|
7339
|
+
}
|
|
7340
|
+
]
|
|
7341
|
+
}
|
|
7342
|
+
}
|
|
7343
|
+
},
|
|
7344
|
+
"general": {
|
|
7345
|
+
"lpe1Ref": "7",
|
|
7346
|
+
"title": "General",
|
|
7347
|
+
"type": "object",
|
|
7348
|
+
"lpe1Required": [
|
|
7349
|
+
"otherPropertiesInManagedArea",
|
|
7350
|
+
"leasedOnSimilarTerms",
|
|
7351
|
+
"buildingKnownToBeHMO",
|
|
7352
|
+
"additionalParkingRegulations",
|
|
7353
|
+
"restrictionOnKeepingPets"
|
|
7354
|
+
],
|
|
7355
|
+
"properties": {
|
|
7316
7356
|
"otherPropertiesInManagedArea": {
|
|
7317
7357
|
"lpe1Ref": "7.1",
|
|
7318
7358
|
"title": "How many other properties are there in the Managed Area?",
|
|
@@ -7478,6 +7518,7 @@
|
|
|
7478
7518
|
},
|
|
7479
7519
|
"requiredDocuments": {
|
|
7480
7520
|
"lpe1Ref": "8",
|
|
7521
|
+
"ta7Ref": "3",
|
|
7481
7522
|
"title": "Required documents",
|
|
7482
7523
|
"ta7Title": "Relevant documents",
|
|
7483
7524
|
"type": "object",
|
|
@@ -7823,20 +7864,18 @@
|
|
|
7823
7864
|
}
|
|
7824
7865
|
}
|
|
7825
7866
|
},
|
|
7826
|
-
"
|
|
7867
|
+
"confirmationOfAccuracy": {
|
|
7868
|
+
"ta7Ref": "12",
|
|
7827
7869
|
"lpe1Ref": "9",
|
|
7828
|
-
"title": "Confirmation",
|
|
7829
|
-
"description": "By checking the box you are .",
|
|
7870
|
+
"title": "Confirmation of accuracy",
|
|
7830
7871
|
"type": "object",
|
|
7831
7872
|
"lpe1Required": ["response"],
|
|
7832
7873
|
"properties": {
|
|
7833
|
-
"
|
|
7874
|
+
"confirmation": {
|
|
7834
7875
|
"title": "Declaration",
|
|
7835
7876
|
"description": "I/we confirm that I am the person authorised to provide the information which I have completed in it on behalf of those parties which I have selected from the list, and that a buyer may rely on the information which I have supplied without applying to any other party except where I have left a section blank because I do not have the authority to provide the information",
|
|
7836
|
-
"
|
|
7837
|
-
|
|
7838
|
-
"enum": ["true", "false"]
|
|
7839
|
-
}
|
|
7877
|
+
"ta7Title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer",
|
|
7878
|
+
"type": "boolean"
|
|
7840
7879
|
},
|
|
7841
7880
|
"capacity": {
|
|
7842
7881
|
"title": "Confirm the capacity in which the answers are given.",
|