@pdtf/schemas 2.0.0-3 → 2.0.0-5
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/examples/v2/exampleTransaction.json +1 -4
- package/src/schemas/v2/combined.json +13 -8
- package/src/schemas/v2/core.json +10 -40
- package/src/schemas/v2/merged.json +19 -41
- package/src/schemas/v2/overlays/baspi.json +9 -1
- package/src/schemas/v2/overlays/rds.json +0 -4
- package/src/schemas/v2/overlays/ta6.json +13 -0
package/package.json
CHANGED
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
},
|
|
310
|
-
"
|
|
310
|
+
"connectedUtilities": {
|
|
311
311
|
"electricity": {
|
|
312
312
|
"maintenanceAgreements": {
|
|
313
313
|
"yesNo": "No"
|
|
@@ -562,9 +562,6 @@
|
|
|
562
562
|
"confirmInformationIsAccurate": true
|
|
563
563
|
}
|
|
564
564
|
},
|
|
565
|
-
"energyPerformanceCertificate": {
|
|
566
|
-
"certificate": { "currentEnergyRating": "B" }
|
|
567
|
-
},
|
|
568
565
|
"titlesToBeSold": [
|
|
569
566
|
{
|
|
570
567
|
"titleNumber": "HD221222",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"specialistIssues",
|
|
150
150
|
"fixturesAndFittings",
|
|
151
151
|
"waterAndDrainage",
|
|
152
|
-
"
|
|
152
|
+
"connectedUtilities",
|
|
153
153
|
"greenDealLoan",
|
|
154
154
|
"centralHeating",
|
|
155
155
|
"insurance",
|
|
@@ -6089,6 +6089,10 @@
|
|
|
6089
6089
|
"additionalParkingRegulations",
|
|
6090
6090
|
"restrictionOnKeepingPets"
|
|
6091
6091
|
],
|
|
6092
|
+
"baspiRequired": [
|
|
6093
|
+
"typeOfLeasehold",
|
|
6094
|
+
"leaseTerm"
|
|
6095
|
+
],
|
|
6092
6096
|
"properties": {
|
|
6093
6097
|
"typeOfLeasehold": {
|
|
6094
6098
|
"baspiRef": "A1.3.1",
|
|
@@ -6171,6 +6175,10 @@
|
|
|
6171
6175
|
"leaseTerm": {
|
|
6172
6176
|
"baspiRef": "A1.4.1",
|
|
6173
6177
|
"type": "object",
|
|
6178
|
+
"baspiRequired": [
|
|
6179
|
+
"startYearOfLease",
|
|
6180
|
+
"lengthOfLeaseInYears"
|
|
6181
|
+
],
|
|
6174
6182
|
"properties": {
|
|
6175
6183
|
"startYearOfLease": {
|
|
6176
6184
|
"baspiRef": "A1.4.1.1",
|
|
@@ -12501,7 +12509,7 @@
|
|
|
12501
12509
|
"baspiRef": "A13",
|
|
12502
12510
|
"title": "Consumer Protection Regulations Declaration",
|
|
12503
12511
|
"type": "object",
|
|
12504
|
-
"
|
|
12512
|
+
"baspiRequired": ["consumerProtectionRegulationsResponse"],
|
|
12505
12513
|
"properties": {
|
|
12506
12514
|
"consumerProtectionRegulationsResponse": {
|
|
12507
12515
|
"baspiRef": "A13.1",
|
|
@@ -13956,12 +13964,9 @@
|
|
|
13956
13964
|
},
|
|
13957
13965
|
"willLeaveGuaranteePaperwork": {
|
|
13958
13966
|
"baspiRef": "B5.1.11",
|
|
13959
|
-
"
|
|
13967
|
+
"RDSRef": "Property/Flags",
|
|
13960
13968
|
"title": "Please confirm that you will leave all paperwork relating to any guarantee or warranty at the property when you move out",
|
|
13961
|
-
"
|
|
13962
|
-
"type": "string",
|
|
13963
|
-
"enum": ["true", "false"]
|
|
13964
|
-
}
|
|
13969
|
+
"type": "boolean"
|
|
13965
13970
|
},
|
|
13966
13971
|
"outstandingClaimsOrApplications": {
|
|
13967
13972
|
"baspiRef": "B5.2",
|
|
@@ -14499,7 +14504,7 @@
|
|
|
14499
14504
|
"baspiRef": "B8",
|
|
14500
14505
|
"title": "Confirmation to be supplied by all owners or their representative",
|
|
14501
14506
|
"type": "object",
|
|
14502
|
-
"
|
|
14507
|
+
"baspiRequired": [
|
|
14503
14508
|
"confirmWillProvideAdditionalDocumentation",
|
|
14504
14509
|
"confirmInformationIsAccurate"
|
|
14505
14510
|
],
|
package/src/schemas/v2/core.json
CHANGED
|
@@ -82,12 +82,12 @@
|
|
|
82
82
|
"title": "Address 2",
|
|
83
83
|
"type": "string"
|
|
84
84
|
},
|
|
85
|
-
"
|
|
86
|
-
"title": "
|
|
85
|
+
"line 3": {
|
|
86
|
+
"title": "Address 3",
|
|
87
87
|
"type": "string"
|
|
88
88
|
},
|
|
89
|
-
"
|
|
90
|
-
"title": "
|
|
89
|
+
"town": {
|
|
90
|
+
"title": "Town",
|
|
91
91
|
"type": "string"
|
|
92
92
|
},
|
|
93
93
|
"postcode": {
|
|
@@ -11491,13 +11491,7 @@
|
|
|
11491
11491
|
"consumerProtectionRegulationsResponse": {
|
|
11492
11492
|
"title": "Seller’s declaration",
|
|
11493
11493
|
"description": "I/we confirm the answers to be truthful and accurate and to the best of my/our knowledge. The questions have been designed to assist with the disclosure of material information and any misleading or incorrect answers are likely to be exposed later in the legal process which may hinder my/our sale. I/we will provide my property lawyer with the additional documentation in support of the information supplied on this form. If there are any changes which alter the information provided, I/we will immediately notify the person marketing the property as well as my/our property lawyer.",
|
|
11494
|
-
"
|
|
11495
|
-
"type": "string",
|
|
11496
|
-
"enum": [
|
|
11497
|
-
"true",
|
|
11498
|
-
"false"
|
|
11499
|
-
]
|
|
11500
|
-
}
|
|
11494
|
+
"type": "boolean"
|
|
11501
11495
|
}
|
|
11502
11496
|
}
|
|
11503
11497
|
}
|
|
@@ -12857,14 +12851,9 @@
|
|
|
12857
12851
|
]
|
|
12858
12852
|
},
|
|
12859
12853
|
"willLeaveGuaranteePaperwork": {
|
|
12854
|
+
"RDSRef": "Property/Flags",
|
|
12860
12855
|
"title": "Please confirm that you will leave all paperwork relating to any guarantee or warranty at the property when you move out",
|
|
12861
|
-
"
|
|
12862
|
-
"type": "string",
|
|
12863
|
-
"enum": [
|
|
12864
|
-
"true",
|
|
12865
|
-
"false"
|
|
12866
|
-
]
|
|
12867
|
-
}
|
|
12856
|
+
"type": "boolean"
|
|
12868
12857
|
},
|
|
12869
12858
|
"outstandingClaimsOrApplications": {
|
|
12870
12859
|
"TA6Ref": "5.2",
|
|
@@ -13160,16 +13149,9 @@
|
|
|
13160
13149
|
"type": "object",
|
|
13161
13150
|
"properties": {
|
|
13162
13151
|
"willRemoveAllRubbish": {
|
|
13163
|
-
"TA6Ref": "14.4",
|
|
13164
13152
|
"title": "Please confirm that on completion you will remove all rubbish and items not included in the sale from the property including its garden, loft and any sheds or outbuildings.",
|
|
13165
13153
|
"description": "When the property is cleared out you will be expected to take reasonable care when clearing the property, leaving it clean and tidy and repairing any damage caused when removing items from the property and making safe any light or electrical fittings which are being removed.\n\nKeys for all door and window locks, along with any alarm codes, should be available for the buyer on the day of completion. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know. For all internet connected services eg doorbells, boiler controls, burglar alarms, CCTV cameras etc) access to them will need to be provided to the buyer on the day of completion so that they can control them or sign up to the service. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know.",
|
|
13166
|
-
"
|
|
13167
|
-
"type": "string",
|
|
13168
|
-
"enum": [
|
|
13169
|
-
"true",
|
|
13170
|
-
"false"
|
|
13171
|
-
]
|
|
13172
|
-
}
|
|
13154
|
+
"type": "boolean"
|
|
13173
13155
|
},
|
|
13174
13156
|
"otherPropertyInChain": {
|
|
13175
13157
|
"TA6Ref": "14.1",
|
|
@@ -13358,23 +13340,11 @@
|
|
|
13358
13340
|
"properties": {
|
|
13359
13341
|
"confirmWillProvideAdditionalDocumentation": {
|
|
13360
13342
|
"title": "I/we will provide my property lawyer with the additional documentation in support of the information supplied.",
|
|
13361
|
-
"
|
|
13362
|
-
"type": "string",
|
|
13363
|
-
"enum": [
|
|
13364
|
-
"true",
|
|
13365
|
-
"false"
|
|
13366
|
-
]
|
|
13367
|
-
}
|
|
13343
|
+
"type": "boolean"
|
|
13368
13344
|
},
|
|
13369
13345
|
"confirmInformationIsAccurate": {
|
|
13370
13346
|
"title": "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. All sellers should sign this form",
|
|
13371
|
-
"
|
|
13372
|
-
"type": "string",
|
|
13373
|
-
"enum": [
|
|
13374
|
-
"true",
|
|
13375
|
-
"false"
|
|
13376
|
-
]
|
|
13377
|
-
}
|
|
13347
|
+
"type": "boolean"
|
|
13378
13348
|
}
|
|
13379
13349
|
}
|
|
13380
13350
|
}
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
"title": "Address 2",
|
|
62
62
|
"type": "string"
|
|
63
63
|
},
|
|
64
|
-
"
|
|
65
|
-
"title": "
|
|
64
|
+
"line 3": {
|
|
65
|
+
"title": "Address 3",
|
|
66
66
|
"type": "string"
|
|
67
67
|
},
|
|
68
|
-
"
|
|
69
|
-
"title": "
|
|
68
|
+
"town": {
|
|
69
|
+
"title": "Town",
|
|
70
70
|
"type": "string"
|
|
71
71
|
},
|
|
72
72
|
"postcode": {
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"specialistIssues",
|
|
146
146
|
"fixturesAndFittings",
|
|
147
147
|
"waterAndDrainage",
|
|
148
|
-
"
|
|
148
|
+
"connectedUtilities",
|
|
149
149
|
"greenDealLoan",
|
|
150
150
|
"centralHeating",
|
|
151
151
|
"insurance",
|
|
@@ -4807,6 +4807,10 @@
|
|
|
4807
4807
|
"type": "object"
|
|
4808
4808
|
},
|
|
4809
4809
|
"general": {
|
|
4810
|
+
"required": [
|
|
4811
|
+
"typeOfLeasehold",
|
|
4812
|
+
"leaseTerm"
|
|
4813
|
+
],
|
|
4810
4814
|
"properties": {
|
|
4811
4815
|
"typeOfLeasehold": {
|
|
4812
4816
|
"baspiRef": "A1.3.1",
|
|
@@ -4882,6 +4886,10 @@
|
|
|
4882
4886
|
},
|
|
4883
4887
|
"leaseTerm": {
|
|
4884
4888
|
"baspiRef": "A1.4.1",
|
|
4889
|
+
"required": [
|
|
4890
|
+
"startYearOfLease",
|
|
4891
|
+
"lengthOfLeaseInYears"
|
|
4892
|
+
],
|
|
4885
4893
|
"properties": {
|
|
4886
4894
|
"startYearOfLease": {
|
|
4887
4895
|
"baspiRef": "A1.4.1.1",
|
|
@@ -13285,13 +13293,7 @@
|
|
|
13285
13293
|
"baspiRef": "A13.1",
|
|
13286
13294
|
"title": "Seller’s declaration",
|
|
13287
13295
|
"description": "I/we confirm the answers to be truthful and accurate and to the best of my/our knowledge. The questions have been designed to assist with the disclosure of material information and any misleading or incorrect answers are likely to be exposed later in the legal process which may hinder my/our sale. I/we will provide my property lawyer with the additional documentation in support of the information supplied on this form. If there are any changes which alter the information provided, I/we will immediately notify the person marketing the property as well as my/our property lawyer.",
|
|
13288
|
-
"
|
|
13289
|
-
"type": "string",
|
|
13290
|
-
"enum": [
|
|
13291
|
-
"true",
|
|
13292
|
-
"false"
|
|
13293
|
-
]
|
|
13294
|
-
}
|
|
13296
|
+
"type": "boolean"
|
|
13295
13297
|
}
|
|
13296
13298
|
},
|
|
13297
13299
|
"type": "object"
|
|
@@ -15115,13 +15117,8 @@
|
|
|
15115
15117
|
"willLeaveGuaranteePaperwork": {
|
|
15116
15118
|
"baspiRef": "B5.1.11",
|
|
15117
15119
|
"title": "Please confirm that you will leave all paperwork relating to any guarantee or warranty at the property when you move out",
|
|
15118
|
-
"
|
|
15119
|
-
|
|
15120
|
-
"enum": [
|
|
15121
|
-
"true",
|
|
15122
|
-
"false"
|
|
15123
|
-
]
|
|
15124
|
-
}
|
|
15120
|
+
"RDSRef": "Property/Flags",
|
|
15121
|
+
"type": "boolean"
|
|
15125
15122
|
},
|
|
15126
15123
|
"outstandingClaimsOrApplications": {
|
|
15127
15124
|
"baspiRef": "B5.2",
|
|
@@ -15547,14 +15544,7 @@
|
|
|
15547
15544
|
"baspiRef": "B7.1",
|
|
15548
15545
|
"title": "Please confirm that on completion you will remove all rubbish and items not included in the sale from the property including its garden, loft and any sheds or outbuildings.",
|
|
15549
15546
|
"description": "When the property is cleared out you will be expected to take reasonable care when clearing the property, leaving it clean and tidy and repairing any damage caused when removing items from the property and making safe any light or electrical fittings which are being removed.\n\nKeys for all door and window locks, along with any alarm codes, should be available for the buyer on the day of completion. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know. For all internet connected services eg doorbells, boiler controls, burglar alarms, CCTV cameras etc) access to them will need to be provided to the buyer on the day of completion so that they can control them or sign up to the service. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know.",
|
|
15550
|
-
"
|
|
15551
|
-
"confirmation": {
|
|
15552
|
-
"type": "string",
|
|
15553
|
-
"enum": [
|
|
15554
|
-
"true",
|
|
15555
|
-
"false"
|
|
15556
|
-
]
|
|
15557
|
-
}
|
|
15547
|
+
"type": "boolean"
|
|
15558
15548
|
},
|
|
15559
15549
|
"otherPropertyInChain": {
|
|
15560
15550
|
"baspiRef": "B7.2",
|
|
@@ -15805,24 +15795,12 @@
|
|
|
15805
15795
|
"confirmWillProvideAdditionalDocumentation": {
|
|
15806
15796
|
"baspiRef": "B8.1",
|
|
15807
15797
|
"title": "I/we will provide my property lawyer with the additional documentation in support of the information supplied.",
|
|
15808
|
-
"
|
|
15809
|
-
"type": "string",
|
|
15810
|
-
"enum": [
|
|
15811
|
-
"true",
|
|
15812
|
-
"false"
|
|
15813
|
-
]
|
|
15814
|
-
}
|
|
15798
|
+
"type": "boolean"
|
|
15815
15799
|
},
|
|
15816
15800
|
"confirmInformationIsAccurate": {
|
|
15817
15801
|
"baspiRef": "B8.2",
|
|
15818
15802
|
"title": "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. All sellers should sign this form",
|
|
15819
|
-
"
|
|
15820
|
-
"type": "string",
|
|
15821
|
-
"enum": [
|
|
15822
|
-
"true",
|
|
15823
|
-
"false"
|
|
15824
|
-
]
|
|
15825
|
-
}
|
|
15803
|
+
"type": "boolean"
|
|
15826
15804
|
}
|
|
15827
15805
|
},
|
|
15828
15806
|
"type": "object"
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"specialistIssues",
|
|
56
56
|
"fixturesAndFittings",
|
|
57
57
|
"waterAndDrainage",
|
|
58
|
-
"
|
|
58
|
+
"connectedUtilities",
|
|
59
59
|
"greenDealLoan",
|
|
60
60
|
"centralHeating",
|
|
61
61
|
"insurance",
|
|
@@ -745,6 +745,10 @@
|
|
|
745
745
|
}
|
|
746
746
|
},
|
|
747
747
|
"general": {
|
|
748
|
+
"required": [
|
|
749
|
+
"typeOfLeasehold",
|
|
750
|
+
"leaseTerm"
|
|
751
|
+
],
|
|
748
752
|
"properties": {
|
|
749
753
|
"typeOfLeasehold": {
|
|
750
754
|
"baspiRef": "A1.3.1",
|
|
@@ -812,6 +816,10 @@
|
|
|
812
816
|
},
|
|
813
817
|
"leaseTerm": {
|
|
814
818
|
"baspiRef": "A1.4.1",
|
|
819
|
+
"required": [
|
|
820
|
+
"startYearOfLease",
|
|
821
|
+
"lengthOfLeaseInYears"
|
|
822
|
+
],
|
|
815
823
|
"properties": {
|
|
816
824
|
"startYearOfLease": {
|
|
817
825
|
"baspiRef": "A1.4.1.1",
|
|
@@ -3524,10 +3524,6 @@
|
|
|
3524
3524
|
}
|
|
3525
3525
|
]
|
|
3526
3526
|
},
|
|
3527
|
-
"willLeaveGuaranteePaperwork": {
|
|
3528
|
-
"rdsRef": "Property/Flags",
|
|
3529
|
-
"title": "Please confirm that you will leave all paperwork relating to any guarantee or warranty at the property when you move out"
|
|
3530
|
-
},
|
|
3531
3527
|
"outstandingClaimsOrApplications": {
|
|
3532
3528
|
"rdsRef": "Certificates",
|
|
3533
3529
|
"title": "Are there any outstanding claims or current applications relating to any of the above?",
|
|
@@ -2304,6 +2304,19 @@
|
|
|
2304
2304
|
}
|
|
2305
2305
|
}
|
|
2306
2306
|
}
|
|
2307
|
+
},
|
|
2308
|
+
"additionalLegalInfo": {
|
|
2309
|
+
"properties": {
|
|
2310
|
+
"completionAndMoving": {
|
|
2311
|
+
"properties": {
|
|
2312
|
+
"willRemoveAllRubbish": {
|
|
2313
|
+
"ta6Ref": "14.4",
|
|
2314
|
+
"title": "Please confirm that on completion you will remove all rubbish and items not included in the sale from the property including its garden, loft and any sheds or outbuildings.",
|
|
2315
|
+
"description": "When the property is cleared out you will be expected to take reasonable care when clearing the property, leaving it clean and tidy and repairing any damage caused when removing items from the property and making safe any light or electrical fittings which are being removed.\n\nKeys for all door and window locks, along with any alarm codes, should be available for the buyer on the day of completion. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know. For all internet connected services eg doorbells, boiler controls, burglar alarms, CCTV cameras etc) access to them will need to be provided to the buyer on the day of completion so that they can control them or sign up to the service. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know."
|
|
2316
|
+
}
|
|
2317
|
+
}
|
|
2318
|
+
}
|
|
2319
|
+
}
|
|
2307
2320
|
}
|
|
2308
2321
|
}
|
|
2309
2322
|
}
|