@pdtf/schemas 2.0.0-6 → 2.0.0-8
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 +12 -16
- package/src/schemas/v2/combined.json +2177 -7208
- package/src/schemas/v2/overlays/baspi.json +142 -110
- package/src/schemas/v2/overlays/con29R.json +1 -1
- package/src/schemas/v2/overlays/lpe1.json +15 -15
- package/src/schemas/v2/overlays/nts.json +38 -42
- package/src/schemas/v2/overlays/rds.json +1 -6
- package/src/schemas/v2/overlays/ta6.json +1 -6
- package/src/schemas/v2/overlays/ta7.json +21 -21
- package/src/schemas/v2/pdtf-transaction.json +100 -106
- package/src/tests/v2/transactionSchema.test.js +5 -3
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"hasDelayFactors": {
|
|
119
119
|
"baspiRef": "A1.2.1",
|
|
120
120
|
"title": "Are you aware of any factors which might delay or complicate the sale?",
|
|
121
|
-
"description": "E.g. family split, pending application for grant of probate, absent seller or unregistered title?
|
|
121
|
+
"description": "E.g. family split, pending application for grant of probate, absent seller or unregistered title?",
|
|
122
122
|
"discriminator": {
|
|
123
123
|
"propertyName": "yesNo"
|
|
124
124
|
},
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
},
|
|
142
142
|
"details": {
|
|
143
143
|
"baspiRef": "A1.2.2",
|
|
144
|
-
"title": "
|
|
144
|
+
"title": "Provide details and likely timescale for delay (if known)"
|
|
145
145
|
},
|
|
146
146
|
"attachments": {
|
|
147
147
|
"baspiRef": "A1.2.3",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
},
|
|
224
224
|
"details": {
|
|
225
225
|
"baspiRef": "A1.3.0.2.2",
|
|
226
|
-
"title": "
|
|
226
|
+
"title": "Describe the share for sale (e.g. Ground floor flat only)"
|
|
227
227
|
}
|
|
228
228
|
},
|
|
229
229
|
"required": [
|
|
@@ -233,7 +233,16 @@
|
|
|
233
233
|
],
|
|
234
234
|
"required": [
|
|
235
235
|
"yesNo"
|
|
236
|
-
]
|
|
236
|
+
],
|
|
237
|
+
"properties": {
|
|
238
|
+
"yesNo": {
|
|
239
|
+
"baspiRef": "A1.3.0.2.1",
|
|
240
|
+
"enum": [
|
|
241
|
+
"Yes",
|
|
242
|
+
"No"
|
|
243
|
+
]
|
|
244
|
+
}
|
|
245
|
+
}
|
|
237
246
|
}
|
|
238
247
|
},
|
|
239
248
|
"required": [
|
|
@@ -260,7 +269,25 @@
|
|
|
260
269
|
"properties": {
|
|
261
270
|
"rentchargeOwner": {
|
|
262
271
|
"baspiRef": "A1.5.4",
|
|
263
|
-
"title": "Rentcharge Owner"
|
|
272
|
+
"title": "Rentcharge Owner",
|
|
273
|
+
"properties": {
|
|
274
|
+
"contact": {
|
|
275
|
+
"required": [
|
|
276
|
+
"nameOrOrganisation",
|
|
277
|
+
"line1",
|
|
278
|
+
"postcode",
|
|
279
|
+
"emailAddress"
|
|
280
|
+
],
|
|
281
|
+
"properties": {
|
|
282
|
+
"address": {
|
|
283
|
+
"required": [
|
|
284
|
+
"line1",
|
|
285
|
+
"postcode"
|
|
286
|
+
]
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
264
291
|
},
|
|
265
292
|
"managingAgent": {
|
|
266
293
|
"baspiRef": "A1.5.5",
|
|
@@ -268,6 +295,13 @@
|
|
|
268
295
|
"properties": {
|
|
269
296
|
"contact": {
|
|
270
297
|
"baspiRef": "A1.5.5.1",
|
|
298
|
+
"required": [
|
|
299
|
+
"nameOrOrganisation",
|
|
300
|
+
"line1",
|
|
301
|
+
"postcode",
|
|
302
|
+
"telephone",
|
|
303
|
+
"emailAddress"
|
|
304
|
+
],
|
|
271
305
|
"properties": {
|
|
272
306
|
"nameOrOrganisation": {
|
|
273
307
|
"baspiRef": "A1.5.5.1.1",
|
|
@@ -276,6 +310,10 @@
|
|
|
276
310
|
"address": {
|
|
277
311
|
"baspiRef": "A1.5.5.1.2",
|
|
278
312
|
"title": "Address",
|
|
313
|
+
"required": [
|
|
314
|
+
"line1",
|
|
315
|
+
"postcode"
|
|
316
|
+
],
|
|
279
317
|
"properties": {
|
|
280
318
|
"line1": {
|
|
281
319
|
"baspiRef": "A1.5.5.1.2.1",
|
|
@@ -327,13 +365,95 @@
|
|
|
327
365
|
"baspiRef": "A1.5",
|
|
328
366
|
"title": "Leasehold information",
|
|
329
367
|
"required": [
|
|
368
|
+
"typeOfLeasehold",
|
|
369
|
+
"leaseTerm",
|
|
330
370
|
"contactDetails",
|
|
331
371
|
"groundRent",
|
|
332
372
|
"transferAndRegistration",
|
|
333
|
-
"serviceCharge"
|
|
334
|
-
"general"
|
|
373
|
+
"serviceCharge"
|
|
335
374
|
],
|
|
336
375
|
"properties": {
|
|
376
|
+
"typeOfLeasehold": {
|
|
377
|
+
"baspiRef": "A1.3.1",
|
|
378
|
+
"discriminator": {
|
|
379
|
+
"propertyName": "leaseholdType"
|
|
380
|
+
},
|
|
381
|
+
"oneOf": [
|
|
382
|
+
{
|
|
383
|
+
"properties": {
|
|
384
|
+
"leaseholdType": {
|
|
385
|
+
"enum": [
|
|
386
|
+
"Flat",
|
|
387
|
+
"Long leasehold house"
|
|
388
|
+
]
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"properties": {
|
|
394
|
+
"leaseholdType": {
|
|
395
|
+
"enum": [
|
|
396
|
+
"Shared ownership"
|
|
397
|
+
]
|
|
398
|
+
},
|
|
399
|
+
"sharedOwnershipPercentage": {
|
|
400
|
+
"baspiRef": "A1.3.1.1",
|
|
401
|
+
"title": "Shared ownership percentage"
|
|
402
|
+
},
|
|
403
|
+
"sharedOwnershipRent": {
|
|
404
|
+
"baspiRef": "A1.3.1.2",
|
|
405
|
+
"title": "Shared ownership rent (£)"
|
|
406
|
+
},
|
|
407
|
+
"sharedOwnershipRentFrequency": {
|
|
408
|
+
"baspiRef": "A1.3.1.3",
|
|
409
|
+
"title": "Shared ownership rent frequency",
|
|
410
|
+
"enum": [
|
|
411
|
+
"Yearly",
|
|
412
|
+
"Monthly",
|
|
413
|
+
"Weekly"
|
|
414
|
+
]
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"required": [
|
|
418
|
+
"sharedOwnershipPercentage",
|
|
419
|
+
"sharedOwnershipRent",
|
|
420
|
+
"sharedOwnershipRentFrequency"
|
|
421
|
+
]
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"required": [
|
|
425
|
+
"leaseholdType"
|
|
426
|
+
],
|
|
427
|
+
"properties": {
|
|
428
|
+
"leaseholdType": {
|
|
429
|
+
"baspiRef": "A1.3.1",
|
|
430
|
+
"title": "What type of leasehold property does the seller own?",
|
|
431
|
+
"description": "‘Flat’ includes maisonette and apartment.",
|
|
432
|
+
"enum": [
|
|
433
|
+
"Flat",
|
|
434
|
+
"Shared ownership",
|
|
435
|
+
"Long leasehold house"
|
|
436
|
+
]
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"leaseTerm": {
|
|
441
|
+
"baspiRef": "A1.4.1",
|
|
442
|
+
"required": [
|
|
443
|
+
"startYearOfLease",
|
|
444
|
+
"lengthOfLeaseInYears"
|
|
445
|
+
],
|
|
446
|
+
"properties": {
|
|
447
|
+
"startYearOfLease": {
|
|
448
|
+
"baspiRef": "A1.4.1.1",
|
|
449
|
+
"title": "Year that the lease commenced"
|
|
450
|
+
},
|
|
451
|
+
"lengthOfLeaseInYears": {
|
|
452
|
+
"baspiRef": "A1.4.1.2",
|
|
453
|
+
"title": "Length of lease (years)"
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
},
|
|
337
457
|
"contactDetails": {
|
|
338
458
|
"baspiRef": "A1.5.4",
|
|
339
459
|
"title": "Contact Details",
|
|
@@ -743,95 +863,6 @@
|
|
|
743
863
|
]
|
|
744
864
|
}
|
|
745
865
|
}
|
|
746
|
-
},
|
|
747
|
-
"general": {
|
|
748
|
-
"required": [
|
|
749
|
-
"typeOfLeasehold",
|
|
750
|
-
"leaseTerm"
|
|
751
|
-
],
|
|
752
|
-
"properties": {
|
|
753
|
-
"typeOfLeasehold": {
|
|
754
|
-
"baspiRef": "A1.3.1",
|
|
755
|
-
"discriminator": {
|
|
756
|
-
"propertyName": "leaseholdType"
|
|
757
|
-
},
|
|
758
|
-
"oneOf": [
|
|
759
|
-
{
|
|
760
|
-
"properties": {
|
|
761
|
-
"leaseholdType": {
|
|
762
|
-
"enum": [
|
|
763
|
-
"Flat",
|
|
764
|
-
"Long leasehold house"
|
|
765
|
-
]
|
|
766
|
-
}
|
|
767
|
-
}
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
"properties": {
|
|
771
|
-
"leaseholdType": {
|
|
772
|
-
"enum": [
|
|
773
|
-
"Shared ownership"
|
|
774
|
-
]
|
|
775
|
-
},
|
|
776
|
-
"sharedOwnershipPercentage": {
|
|
777
|
-
"baspiRef": "A1.3.1.1",
|
|
778
|
-
"title": "Shared ownership percentage"
|
|
779
|
-
},
|
|
780
|
-
"sharedOwnershipRent": {
|
|
781
|
-
"baspiRef": "A1.3.1.2",
|
|
782
|
-
"title": "Shared ownership rent (£)"
|
|
783
|
-
},
|
|
784
|
-
"sharedOwnershipRentFrequency": {
|
|
785
|
-
"baspiRef": "A1.3.1.3",
|
|
786
|
-
"title": "Shared ownership rent frequency",
|
|
787
|
-
"enum": [
|
|
788
|
-
"Yearly",
|
|
789
|
-
"Monthly",
|
|
790
|
-
"Weekly"
|
|
791
|
-
]
|
|
792
|
-
}
|
|
793
|
-
},
|
|
794
|
-
"required": [
|
|
795
|
-
"sharedOwnershipPercentage",
|
|
796
|
-
"sharedOwnershipRent",
|
|
797
|
-
"sharedOwnershipRentFrequency"
|
|
798
|
-
]
|
|
799
|
-
}
|
|
800
|
-
],
|
|
801
|
-
"required": [
|
|
802
|
-
"leaseholdType"
|
|
803
|
-
],
|
|
804
|
-
"properties": {
|
|
805
|
-
"leaseholdType": {
|
|
806
|
-
"baspiRef": "A1.3.1",
|
|
807
|
-
"title": "What type of leasehold property does the seller own?",
|
|
808
|
-
"description": "‘Flat’ includes maisonette and apartment.",
|
|
809
|
-
"enum": [
|
|
810
|
-
"Flat",
|
|
811
|
-
"Shared ownership",
|
|
812
|
-
"Long leasehold house"
|
|
813
|
-
]
|
|
814
|
-
}
|
|
815
|
-
}
|
|
816
|
-
},
|
|
817
|
-
"leaseTerm": {
|
|
818
|
-
"baspiRef": "A1.4.1",
|
|
819
|
-
"required": [
|
|
820
|
-
"startYearOfLease",
|
|
821
|
-
"lengthOfLeaseInYears"
|
|
822
|
-
],
|
|
823
|
-
"properties": {
|
|
824
|
-
"startYearOfLease": {
|
|
825
|
-
"baspiRef": "A1.4.1.1",
|
|
826
|
-
"title": "Year that the lease commenced"
|
|
827
|
-
},
|
|
828
|
-
"lengthOfLeaseInYears": {
|
|
829
|
-
"baspiRef": "A1.4.1.2",
|
|
830
|
-
"title": "Length of lease (years)"
|
|
831
|
-
}
|
|
832
|
-
}
|
|
833
|
-
}
|
|
834
|
-
}
|
|
835
866
|
}
|
|
836
867
|
}
|
|
837
868
|
}
|
|
@@ -2774,7 +2805,6 @@
|
|
|
2774
2805
|
"worksUnfinished": {
|
|
2775
2806
|
"baspiRef": "A3.6",
|
|
2776
2807
|
"title": "Are any of the works listed above unfinished?",
|
|
2777
|
-
"description": "If yes, please provide details and explain why.",
|
|
2778
2808
|
"discriminator": {
|
|
2779
2809
|
"propertyName": "yesNo"
|
|
2780
2810
|
},
|
|
@@ -2797,7 +2827,7 @@
|
|
|
2797
2827
|
},
|
|
2798
2828
|
"details": {
|
|
2799
2829
|
"baspiRef": "A3.6.2",
|
|
2800
|
-
"title": "
|
|
2830
|
+
"title": "Please provide details and explain why"
|
|
2801
2831
|
},
|
|
2802
2832
|
"attachments": {
|
|
2803
2833
|
"baspiRef": "A3.6.3",
|
|
@@ -3303,7 +3333,7 @@
|
|
|
3303
3333
|
},
|
|
3304
3334
|
"otherNotices": {
|
|
3305
3335
|
"baspiRef": "A4.7",
|
|
3306
|
-
"title": "Any other type of notice",
|
|
3336
|
+
"title": "Any other type of notice?",
|
|
3307
3337
|
"discriminator": {
|
|
3308
3338
|
"propertyName": "yesNo"
|
|
3309
3339
|
},
|
|
@@ -3427,7 +3457,6 @@
|
|
|
3427
3457
|
"containsAsbestos": {
|
|
3428
3458
|
"baspiRef": "A5.2",
|
|
3429
3459
|
"title": "To your knowledge, does any part of your property contain asbestos?",
|
|
3430
|
-
"description": "If yes, please state whether there is a management plan in place and attach a copy",
|
|
3431
3460
|
"discriminator": {
|
|
3432
3461
|
"propertyName": "yesNo"
|
|
3433
3462
|
},
|
|
@@ -3450,7 +3479,7 @@
|
|
|
3450
3479
|
},
|
|
3451
3480
|
"details": {
|
|
3452
3481
|
"baspiRef": "A5.2.2",
|
|
3453
|
-
"title": "
|
|
3482
|
+
"title": "Please state whether there is a management plan in place and attach a copy"
|
|
3454
3483
|
},
|
|
3455
3484
|
"attachments": {
|
|
3456
3485
|
"baspiRef": "A5.2.3",
|
|
@@ -3483,7 +3512,6 @@
|
|
|
3483
3512
|
"japaneseKnotweed": {
|
|
3484
3513
|
"baspiRef": "A5.3",
|
|
3485
3514
|
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
3486
|
-
"description": "If so ",
|
|
3487
3515
|
"discriminator": {
|
|
3488
3516
|
"propertyName": "yesNo"
|
|
3489
3517
|
},
|
|
@@ -3756,8 +3784,8 @@
|
|
|
3756
3784
|
"title": "Connected utilities",
|
|
3757
3785
|
"description": "Please indicate which utilities are are connected to the property.",
|
|
3758
3786
|
"required": [
|
|
3759
|
-
"
|
|
3760
|
-
"
|
|
3787
|
+
"mainsElectricity",
|
|
3788
|
+
"mainsGas",
|
|
3761
3789
|
"lpg",
|
|
3762
3790
|
"oil",
|
|
3763
3791
|
"telephone",
|
|
@@ -4831,6 +4859,10 @@
|
|
|
4831
4859
|
"Yes"
|
|
4832
4860
|
]
|
|
4833
4861
|
},
|
|
4862
|
+
"numberOfPropertiesSharing": {
|
|
4863
|
+
"baspiRef": "A7.1.1.1",
|
|
4864
|
+
"title": "How many other properties?"
|
|
4865
|
+
},
|
|
4834
4866
|
"details": {
|
|
4835
4867
|
"baspiRef": "A7.1.1.2",
|
|
4836
4868
|
"title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for"
|
|
@@ -5100,7 +5132,6 @@
|
|
|
5100
5132
|
"hasGreenDealLoan": {
|
|
5101
5133
|
"baspiRef": "A7.3",
|
|
5102
5134
|
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
5103
|
-
"description": "If yes, please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill",
|
|
5104
5135
|
"discriminator": {
|
|
5105
5136
|
"propertyName": "yesNo"
|
|
5106
5137
|
},
|
|
@@ -5123,7 +5154,7 @@
|
|
|
5123
5154
|
},
|
|
5124
5155
|
"details": {
|
|
5125
5156
|
"baspiRef": "A7.3.2",
|
|
5126
|
-
"title": "
|
|
5157
|
+
"title": "Please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill"
|
|
5127
5158
|
},
|
|
5128
5159
|
"attachments": {
|
|
5129
5160
|
"baspiRef": "A7.3.3",
|
|
@@ -5247,7 +5278,6 @@
|
|
|
5247
5278
|
"boilerInstallationCertificate": {
|
|
5248
5279
|
"baspiRef": "A7.4.1.1",
|
|
5249
5280
|
"title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
|
|
5250
|
-
"description": "If yes, ",
|
|
5251
5281
|
"discriminator": {
|
|
5252
5282
|
"propertyName": "yesNo"
|
|
5253
5283
|
},
|
|
@@ -5785,7 +5815,6 @@
|
|
|
5785
5815
|
"neighbouringLandRights": {
|
|
5786
5816
|
"baspiRef": "A10.2",
|
|
5787
5817
|
"title": "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour’s back garden, parking, access to maintain the boundaries from the neighbour’s side etc)",
|
|
5788
|
-
"description": "If yes,",
|
|
5789
5818
|
"discriminator": {
|
|
5790
5819
|
"propertyName": "yesNo"
|
|
5791
5820
|
},
|
|
@@ -6823,7 +6852,7 @@
|
|
|
6823
6852
|
},
|
|
6824
6853
|
"details": {
|
|
6825
6854
|
"baspiRef": "A12.2.2",
|
|
6826
|
-
"title": "
|
|
6855
|
+
"title": "Please describe this issue and any action that has been taken, if applicable."
|
|
6827
6856
|
},
|
|
6828
6857
|
"attachments": {
|
|
6829
6858
|
"baspiRef": "A12.2.3",
|
|
@@ -7061,6 +7090,8 @@
|
|
|
7061
7090
|
]
|
|
7062
7091
|
},
|
|
7063
7092
|
"uniformBoundaries": {
|
|
7093
|
+
"baspiRef": "B2.1.0.2",
|
|
7094
|
+
"title": "Please indicate who has repaired, or treated as belonging to them, each of the boundaries. Identify each boundary as if you were looking at the property from the road.",
|
|
7064
7095
|
"properties": {
|
|
7065
7096
|
"left": {
|
|
7066
7097
|
"baspiRef": "B2.1.1",
|
|
@@ -7153,6 +7184,7 @@
|
|
|
7153
7184
|
"properties": {
|
|
7154
7185
|
"areBoundariesUniform": {
|
|
7155
7186
|
"baspiRef": "B2.1.0.1",
|
|
7187
|
+
"title": "Are the boundaries uniform?",
|
|
7156
7188
|
"enum": [
|
|
7157
7189
|
"Yes",
|
|
7158
7190
|
"No",
|
|
@@ -8965,7 +8997,7 @@
|
|
|
8965
8997
|
},
|
|
8966
8998
|
"confirmInformationIsAccurate": {
|
|
8967
8999
|
"baspiRef": "B8.2",
|
|
8968
|
-
"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
|
|
9000
|
+
"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"
|
|
8969
9001
|
}
|
|
8970
9002
|
}
|
|
8971
9003
|
}
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
},
|
|
416
416
|
"suDsFeaturesWithinTheBoundaryOfTheProperty": {
|
|
417
417
|
"con29RRef": "3.3(b)",
|
|
418
|
-
"title": "Are there SuDS features within the boundary of the property?
|
|
418
|
+
"title": "Are there SuDS features within the boundary of the property?",
|
|
419
419
|
"discriminator": {
|
|
420
420
|
"propertyName": "yesNo"
|
|
421
421
|
},
|
|
@@ -32,6 +32,21 @@
|
|
|
32
32
|
"confirmation"
|
|
33
33
|
],
|
|
34
34
|
"properties": {
|
|
35
|
+
"typeOfLeasehold": {
|
|
36
|
+
"required": [
|
|
37
|
+
"leaseholdType"
|
|
38
|
+
],
|
|
39
|
+
"oneOf": [
|
|
40
|
+
null,
|
|
41
|
+
{
|
|
42
|
+
"required": [
|
|
43
|
+
"sharedOwnershipPercentage",
|
|
44
|
+
"sharedOwnershipRent",
|
|
45
|
+
"sharedOwnershipRentFrequency"
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
},
|
|
35
50
|
"contactDetails": {
|
|
36
51
|
"lpe1Ref": "1",
|
|
37
52
|
"title": "Contact Details",
|
|
@@ -1984,21 +1999,6 @@
|
|
|
1984
1999
|
"restrictionOnKeepingPets"
|
|
1985
2000
|
],
|
|
1986
2001
|
"properties": {
|
|
1987
|
-
"typeOfLeasehold": {
|
|
1988
|
-
"required": [
|
|
1989
|
-
"leaseholdType"
|
|
1990
|
-
],
|
|
1991
|
-
"oneOf": [
|
|
1992
|
-
null,
|
|
1993
|
-
{
|
|
1994
|
-
"required": [
|
|
1995
|
-
"sharedOwnershipPercentage",
|
|
1996
|
-
"sharedOwnershipRent",
|
|
1997
|
-
"sharedOwnershipRentFrequency"
|
|
1998
|
-
]
|
|
1999
|
-
}
|
|
2000
|
-
]
|
|
2001
|
-
},
|
|
2002
2002
|
"sellerAwareOfAlterations": {
|
|
2003
2003
|
"required": [
|
|
2004
2004
|
"yesNo"
|
|
@@ -41,6 +41,44 @@
|
|
|
41
41
|
"properties": {
|
|
42
42
|
"leaseholdInformation": {
|
|
43
43
|
"properties": {
|
|
44
|
+
"typeOfLeasehold": {
|
|
45
|
+
"oneOf": [
|
|
46
|
+
null,
|
|
47
|
+
{
|
|
48
|
+
"properties": {
|
|
49
|
+
"sharedOwnershipPercentage": {
|
|
50
|
+
"ntsRef": "A1.7.1",
|
|
51
|
+
"title": "Shared ownership percentage"
|
|
52
|
+
},
|
|
53
|
+
"sharedOwnershipRent": {
|
|
54
|
+
"ntsRef": "A1.7.2",
|
|
55
|
+
"title": "Shared ownership rent (£)"
|
|
56
|
+
},
|
|
57
|
+
"sharedOwnershipRentFrequency": {
|
|
58
|
+
"ntsRef": "A1.7.3",
|
|
59
|
+
"title": "Shared ownership rent frequency",
|
|
60
|
+
"enum": [
|
|
61
|
+
"Yearly",
|
|
62
|
+
"Monthly",
|
|
63
|
+
"Weekly"
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
"leaseTerm": {
|
|
71
|
+
"properties": {
|
|
72
|
+
"startYearOfLease": {
|
|
73
|
+
"ntsRef": "A1.2",
|
|
74
|
+
"title": "Year that the lease commenced"
|
|
75
|
+
},
|
|
76
|
+
"lengthOfLeaseInYears": {
|
|
77
|
+
"ntsRef": "A1.3",
|
|
78
|
+
"title": "Length of lease (years)"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
44
82
|
"groundRent": {
|
|
45
83
|
"oneOf": [
|
|
46
84
|
null,
|
|
@@ -80,48 +118,6 @@
|
|
|
80
118
|
}
|
|
81
119
|
}
|
|
82
120
|
]
|
|
83
|
-
},
|
|
84
|
-
"general": {
|
|
85
|
-
"properties": {
|
|
86
|
-
"typeOfLeasehold": {
|
|
87
|
-
"oneOf": [
|
|
88
|
-
null,
|
|
89
|
-
{
|
|
90
|
-
"properties": {
|
|
91
|
-
"sharedOwnershipPercentage": {
|
|
92
|
-
"ntsRef": "A1.7.1",
|
|
93
|
-
"title": "Shared ownership percentage"
|
|
94
|
-
},
|
|
95
|
-
"sharedOwnershipRent": {
|
|
96
|
-
"ntsRef": "A1.7.2",
|
|
97
|
-
"title": "Shared ownership rent (£)"
|
|
98
|
-
},
|
|
99
|
-
"sharedOwnershipRentFrequency": {
|
|
100
|
-
"ntsRef": "A1.7.3",
|
|
101
|
-
"title": "Shared ownership rent frequency",
|
|
102
|
-
"enum": [
|
|
103
|
-
"Yearly",
|
|
104
|
-
"Monthly",
|
|
105
|
-
"Weekly"
|
|
106
|
-
]
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
]
|
|
111
|
-
},
|
|
112
|
-
"leaseTerm": {
|
|
113
|
-
"properties": {
|
|
114
|
-
"startYearOfLease": {
|
|
115
|
-
"ntsRef": "A1.2",
|
|
116
|
-
"title": "Year that the lease commenced"
|
|
117
|
-
},
|
|
118
|
-
"lengthOfLeaseInYears": {
|
|
119
|
-
"ntsRef": "A1.3",
|
|
120
|
-
"title": "Length of lease (years)"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
121
|
}
|
|
126
122
|
}
|
|
127
123
|
}
|
|
@@ -890,7 +890,6 @@
|
|
|
890
890
|
"worksUnfinished": {
|
|
891
891
|
"rdsRef": "WorksAlterationsChanges/isIncomplete",
|
|
892
892
|
"title": "Are any of the works listed above unfinished?",
|
|
893
|
-
"description": "If yes, please provide details and explain why.",
|
|
894
893
|
"discriminator": {
|
|
895
894
|
"propertyName": "yesNo"
|
|
896
895
|
},
|
|
@@ -1161,7 +1160,7 @@
|
|
|
1161
1160
|
},
|
|
1162
1161
|
"otherNotices": {
|
|
1163
1162
|
"rdsRef": "Property/Flags,Notifications",
|
|
1164
|
-
"title": "Any other type of notice",
|
|
1163
|
+
"title": "Any other type of notice?",
|
|
1165
1164
|
"discriminator": {
|
|
1166
1165
|
"propertyName": "yesNo"
|
|
1167
1166
|
},
|
|
@@ -1220,7 +1219,6 @@
|
|
|
1220
1219
|
"containsAsbestos": {
|
|
1221
1220
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
1222
1221
|
"title": "To your knowledge, does any part of your property contain asbestos?",
|
|
1223
|
-
"description": "If yes, please state whether there is a management plan in place and attach a copy",
|
|
1224
1222
|
"discriminator": {
|
|
1225
1223
|
"propertyName": "yesNo"
|
|
1226
1224
|
},
|
|
@@ -1248,7 +1246,6 @@
|
|
|
1248
1246
|
"japaneseKnotweed": {
|
|
1249
1247
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues,Use/EnvironmentalIssues",
|
|
1250
1248
|
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
1251
|
-
"description": "If so ",
|
|
1252
1249
|
"discriminator": {
|
|
1253
1250
|
"propertyName": "yesNo"
|
|
1254
1251
|
},
|
|
@@ -2145,7 +2142,6 @@
|
|
|
2145
2142
|
"boilerInstallationCertificate": {
|
|
2146
2143
|
"rdsRef": "Objects/Installation,Objects/Certificates",
|
|
2147
2144
|
"title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
|
|
2148
|
-
"description": "If yes, ",
|
|
2149
2145
|
"discriminator": {
|
|
2150
2146
|
"propertyName": "yesNo"
|
|
2151
2147
|
},
|
|
@@ -2425,7 +2421,6 @@
|
|
|
2425
2421
|
"neighbouringLandRights": {
|
|
2426
2422
|
"rdsRef": "Tenure/Rights,Tenure *with different property entity and references etc*",
|
|
2427
2423
|
"title": "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour’s back garden, parking, access to maintain the boundaries from the neighbour’s side etc)",
|
|
2428
|
-
"description": "If yes,",
|
|
2429
2424
|
"discriminator": {
|
|
2430
2425
|
"propertyName": "yesNo"
|
|
2431
2426
|
},
|