@pdtf/schemas 2.0.0-27 → 2.0.0-28
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 +13 -2
- package/src/schemas/v2/combined.json +188 -61
- package/src/schemas/v2/overlays/baspi.json +158 -31
- package/src/schemas/v2/overlays/rds.json +69 -11
- package/src/schemas/v2/overlays/ta6.json +221 -68
- package/src/schemas/v2/pdtf-transaction.json +140 -24
- package/src/schemas/v2/skeleton.json +16 -3
|
@@ -1250,7 +1250,8 @@
|
|
|
1250
1250
|
"baspiRef": "A1.6.2.1",
|
|
1251
1251
|
"enum": [
|
|
1252
1252
|
"Yes",
|
|
1253
|
-
"No"
|
|
1253
|
+
"No",
|
|
1254
|
+
"Not known"
|
|
1254
1255
|
]
|
|
1255
1256
|
}
|
|
1256
1257
|
}
|
|
@@ -3850,7 +3851,8 @@
|
|
|
3850
3851
|
"properties": {
|
|
3851
3852
|
"yesNo": {
|
|
3852
3853
|
"enum": [
|
|
3853
|
-
"No"
|
|
3854
|
+
"No",
|
|
3855
|
+
"Not known"
|
|
3854
3856
|
]
|
|
3855
3857
|
}
|
|
3856
3858
|
}
|
|
@@ -3862,13 +3864,18 @@
|
|
|
3862
3864
|
"Yes"
|
|
3863
3865
|
]
|
|
3864
3866
|
},
|
|
3865
|
-
"
|
|
3867
|
+
"managementPlanInPlace": {
|
|
3866
3868
|
"baspiRef": "A5.3.2",
|
|
3867
|
-
"title": "
|
|
3869
|
+
"title": "Is there a Japanese Knotweed management and treatment plan in place?",
|
|
3870
|
+
"enum": [
|
|
3871
|
+
"Yes",
|
|
3872
|
+
"No",
|
|
3873
|
+
"Not known"
|
|
3874
|
+
]
|
|
3868
3875
|
},
|
|
3869
3876
|
"attachments": {
|
|
3870
3877
|
"baspiRef": "A5.3.3",
|
|
3871
|
-
"title": "
|
|
3878
|
+
"title": "Please supply a copy with any insurance cover linked to the plan",
|
|
3872
3879
|
"enum": [
|
|
3873
3880
|
"Attached",
|
|
3874
3881
|
"To follow"
|
|
@@ -3876,7 +3883,7 @@
|
|
|
3876
3883
|
}
|
|
3877
3884
|
},
|
|
3878
3885
|
"required": [
|
|
3879
|
-
"
|
|
3886
|
+
"managementPlanInPlace",
|
|
3880
3887
|
"attachments"
|
|
3881
3888
|
]
|
|
3882
3889
|
}
|
|
@@ -3889,7 +3896,8 @@
|
|
|
3889
3896
|
"baspiRef": "A5.3.1",
|
|
3890
3897
|
"enum": [
|
|
3891
3898
|
"Yes",
|
|
3892
|
-
"No"
|
|
3899
|
+
"No",
|
|
3900
|
+
"Not known"
|
|
3893
3901
|
]
|
|
3894
3902
|
}
|
|
3895
3903
|
}
|
|
@@ -4861,7 +4869,8 @@
|
|
|
4861
4869
|
"properties": {
|
|
4862
4870
|
"yesNo": {
|
|
4863
4871
|
"enum": [
|
|
4864
|
-
"No"
|
|
4872
|
+
"No",
|
|
4873
|
+
"Not known"
|
|
4865
4874
|
]
|
|
4866
4875
|
}
|
|
4867
4876
|
}
|
|
@@ -4909,7 +4918,8 @@
|
|
|
4909
4918
|
"enum": [
|
|
4910
4919
|
"Yes",
|
|
4911
4920
|
"To be connected",
|
|
4912
|
-
"No"
|
|
4921
|
+
"No",
|
|
4922
|
+
"Not known"
|
|
4913
4923
|
]
|
|
4914
4924
|
}
|
|
4915
4925
|
}
|
|
@@ -4958,7 +4968,8 @@
|
|
|
4958
4968
|
"properties": {
|
|
4959
4969
|
"yesNo": {
|
|
4960
4970
|
"enum": [
|
|
4961
|
-
"No"
|
|
4971
|
+
"No",
|
|
4972
|
+
"Not known"
|
|
4962
4973
|
]
|
|
4963
4974
|
},
|
|
4964
4975
|
"sustainableDrainageSystem": {
|
|
@@ -5406,7 +5417,8 @@
|
|
|
5406
5417
|
"enum": [
|
|
5407
5418
|
"Yes",
|
|
5408
5419
|
"To be connected",
|
|
5409
|
-
"No"
|
|
5420
|
+
"No",
|
|
5421
|
+
"Not known"
|
|
5410
5422
|
]
|
|
5411
5423
|
}
|
|
5412
5424
|
}
|
|
@@ -5622,7 +5634,7 @@
|
|
|
5622
5634
|
"enum": [
|
|
5623
5635
|
"Attached",
|
|
5624
5636
|
"To follow",
|
|
5625
|
-
"Not
|
|
5637
|
+
"Not available"
|
|
5626
5638
|
]
|
|
5627
5639
|
},
|
|
5628
5640
|
"heatingInGoodWorkingOrder": {
|
|
@@ -6364,10 +6376,12 @@
|
|
|
6364
6376
|
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
6365
6377
|
"required": [
|
|
6366
6378
|
"publicRightOfWay",
|
|
6367
|
-
"
|
|
6379
|
+
"rightsOfLight",
|
|
6380
|
+
"rightsOfSupport",
|
|
6368
6381
|
"rightsCreatedThroughCustom",
|
|
6369
6382
|
"minesAndMinerals",
|
|
6370
6383
|
"churchChancel",
|
|
6384
|
+
"rightsToTakeFromLand",
|
|
6371
6385
|
"otherRights"
|
|
6372
6386
|
],
|
|
6373
6387
|
"properties": {
|
|
@@ -6426,9 +6440,9 @@
|
|
|
6426
6440
|
}
|
|
6427
6441
|
}
|
|
6428
6442
|
},
|
|
6429
|
-
"
|
|
6430
|
-
"baspiRef": "A10.4.
|
|
6431
|
-
"title": "Rights of light
|
|
6443
|
+
"rightsOfLight": {
|
|
6444
|
+
"baspiRef": "A10.4.2a",
|
|
6445
|
+
"title": "Rights of light",
|
|
6432
6446
|
"discriminator": {
|
|
6433
6447
|
"propertyName": "yesNo"
|
|
6434
6448
|
},
|
|
@@ -6450,7 +6464,7 @@
|
|
|
6450
6464
|
]
|
|
6451
6465
|
},
|
|
6452
6466
|
"details": {
|
|
6453
|
-
"baspiRef": "A10.4.
|
|
6467
|
+
"baspiRef": "A10.4.2a.2",
|
|
6454
6468
|
"title": "Details"
|
|
6455
6469
|
}
|
|
6456
6470
|
},
|
|
@@ -6464,7 +6478,53 @@
|
|
|
6464
6478
|
],
|
|
6465
6479
|
"properties": {
|
|
6466
6480
|
"yesNo": {
|
|
6467
|
-
"baspiRef": "A10.4.
|
|
6481
|
+
"baspiRef": "A10.4.2a.1",
|
|
6482
|
+
"enum": [
|
|
6483
|
+
"Yes",
|
|
6484
|
+
"No"
|
|
6485
|
+
]
|
|
6486
|
+
}
|
|
6487
|
+
}
|
|
6488
|
+
},
|
|
6489
|
+
"rightsOfSupport": {
|
|
6490
|
+
"baspiRef": "A10.4.2b",
|
|
6491
|
+
"title": "Rights of support from ajoining properties",
|
|
6492
|
+
"discriminator": {
|
|
6493
|
+
"propertyName": "yesNo"
|
|
6494
|
+
},
|
|
6495
|
+
"oneOf": [
|
|
6496
|
+
{
|
|
6497
|
+
"properties": {
|
|
6498
|
+
"yesNo": {
|
|
6499
|
+
"enum": [
|
|
6500
|
+
"No"
|
|
6501
|
+
]
|
|
6502
|
+
}
|
|
6503
|
+
}
|
|
6504
|
+
},
|
|
6505
|
+
{
|
|
6506
|
+
"properties": {
|
|
6507
|
+
"yesNo": {
|
|
6508
|
+
"enum": [
|
|
6509
|
+
"Yes"
|
|
6510
|
+
]
|
|
6511
|
+
},
|
|
6512
|
+
"details": {
|
|
6513
|
+
"baspiRef": "A10.4.2b.2",
|
|
6514
|
+
"title": "Details"
|
|
6515
|
+
}
|
|
6516
|
+
},
|
|
6517
|
+
"required": [
|
|
6518
|
+
"details"
|
|
6519
|
+
]
|
|
6520
|
+
}
|
|
6521
|
+
],
|
|
6522
|
+
"required": [
|
|
6523
|
+
"yesNo"
|
|
6524
|
+
],
|
|
6525
|
+
"properties": {
|
|
6526
|
+
"yesNo": {
|
|
6527
|
+
"baspiRef": "A10.4.2b.1",
|
|
6468
6528
|
"enum": [
|
|
6469
6529
|
"Yes",
|
|
6470
6530
|
"No"
|
|
@@ -6473,8 +6533,8 @@
|
|
|
6473
6533
|
}
|
|
6474
6534
|
},
|
|
6475
6535
|
"rightsCreatedThroughCustom": {
|
|
6476
|
-
"baspiRef": "A10.4.
|
|
6477
|
-
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage
|
|
6536
|
+
"baspiRef": "A10.4.3a",
|
|
6537
|
+
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
|
|
6478
6538
|
"discriminator": {
|
|
6479
6539
|
"propertyName": "yesNo"
|
|
6480
6540
|
},
|
|
@@ -6496,7 +6556,7 @@
|
|
|
6496
6556
|
]
|
|
6497
6557
|
},
|
|
6498
6558
|
"details": {
|
|
6499
|
-
"baspiRef": "A10.4.
|
|
6559
|
+
"baspiRef": "A10.4.3a2",
|
|
6500
6560
|
"title": "Details"
|
|
6501
6561
|
}
|
|
6502
6562
|
},
|
|
@@ -6510,7 +6570,53 @@
|
|
|
6510
6570
|
],
|
|
6511
6571
|
"properties": {
|
|
6512
6572
|
"yesNo": {
|
|
6513
|
-
"baspiRef": "A10.4.
|
|
6573
|
+
"baspiRef": "A10.4.3a1",
|
|
6574
|
+
"enum": [
|
|
6575
|
+
"Yes",
|
|
6576
|
+
"No"
|
|
6577
|
+
]
|
|
6578
|
+
}
|
|
6579
|
+
}
|
|
6580
|
+
},
|
|
6581
|
+
"rightsToTakeFromLand": {
|
|
6582
|
+
"baspiRef": "A10.4.3b",
|
|
6583
|
+
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
6584
|
+
"discriminator": {
|
|
6585
|
+
"propertyName": "yesNo"
|
|
6586
|
+
},
|
|
6587
|
+
"oneOf": [
|
|
6588
|
+
{
|
|
6589
|
+
"properties": {
|
|
6590
|
+
"yesNo": {
|
|
6591
|
+
"enum": [
|
|
6592
|
+
"No"
|
|
6593
|
+
]
|
|
6594
|
+
}
|
|
6595
|
+
}
|
|
6596
|
+
},
|
|
6597
|
+
{
|
|
6598
|
+
"properties": {
|
|
6599
|
+
"yesNo": {
|
|
6600
|
+
"enum": [
|
|
6601
|
+
"Yes"
|
|
6602
|
+
]
|
|
6603
|
+
},
|
|
6604
|
+
"details": {
|
|
6605
|
+
"baspiRef": "A10.4.3b2",
|
|
6606
|
+
"title": "Details"
|
|
6607
|
+
}
|
|
6608
|
+
},
|
|
6609
|
+
"required": [
|
|
6610
|
+
"details"
|
|
6611
|
+
]
|
|
6612
|
+
}
|
|
6613
|
+
],
|
|
6614
|
+
"required": [
|
|
6615
|
+
"yesNo"
|
|
6616
|
+
],
|
|
6617
|
+
"properties": {
|
|
6618
|
+
"yesNo": {
|
|
6619
|
+
"baspiRef": "A10.4.3b1",
|
|
6514
6620
|
"enum": [
|
|
6515
6621
|
"Yes",
|
|
6516
6622
|
"No"
|
|
@@ -7874,7 +7980,8 @@
|
|
|
7874
7980
|
"properties": {
|
|
7875
7981
|
"yesNo": {
|
|
7876
7982
|
"enum": [
|
|
7877
|
-
"No"
|
|
7983
|
+
"No",
|
|
7984
|
+
"Not known"
|
|
7878
7985
|
]
|
|
7879
7986
|
}
|
|
7880
7987
|
}
|
|
@@ -7912,7 +8019,8 @@
|
|
|
7912
8019
|
"baspiRef": "B3.1.1",
|
|
7913
8020
|
"enum": [
|
|
7914
8021
|
"Yes",
|
|
7915
|
-
"No"
|
|
8022
|
+
"No",
|
|
8023
|
+
"Not known"
|
|
7916
8024
|
]
|
|
7917
8025
|
}
|
|
7918
8026
|
}
|
|
@@ -7928,7 +8036,8 @@
|
|
|
7928
8036
|
"properties": {
|
|
7929
8037
|
"yesNo": {
|
|
7930
8038
|
"enum": [
|
|
7931
|
-
"No"
|
|
8039
|
+
"No",
|
|
8040
|
+
"Not known"
|
|
7932
8041
|
]
|
|
7933
8042
|
}
|
|
7934
8043
|
}
|
|
@@ -7966,7 +8075,8 @@
|
|
|
7966
8075
|
"baspiRef": "B3.2.1",
|
|
7967
8076
|
"enum": [
|
|
7968
8077
|
"Yes",
|
|
7969
|
-
"No"
|
|
8078
|
+
"No",
|
|
8079
|
+
"Not known"
|
|
7970
8080
|
]
|
|
7971
8081
|
}
|
|
7972
8082
|
}
|
|
@@ -9556,17 +9666,34 @@
|
|
|
9556
9666
|
"baspiRef": "B7",
|
|
9557
9667
|
"title": "Completion and Moving",
|
|
9558
9668
|
"required": [
|
|
9559
|
-
"
|
|
9669
|
+
"sellerWillEnsure",
|
|
9560
9670
|
"otherPropertyInChain",
|
|
9561
9671
|
"moveRestrictionDates",
|
|
9562
9672
|
"digitalPropertyLogbook",
|
|
9563
9673
|
"sufficientToRepayAllMortgages"
|
|
9564
9674
|
],
|
|
9565
9675
|
"properties": {
|
|
9566
|
-
"
|
|
9676
|
+
"sellerWillEnsure": {
|
|
9567
9677
|
"baspiRef": "B7.1",
|
|
9568
|
-
"title": "Please confirm that on completion you will
|
|
9569
|
-
"
|
|
9678
|
+
"title": "Please confirm that on completion you will:",
|
|
9679
|
+
"properties": {
|
|
9680
|
+
"removeRubbish": {
|
|
9681
|
+
"baspiRef": "B7.1.1",
|
|
9682
|
+
"title": "Remove all rubbish and items not included in the sale from the property (including its garden, loft and any sheds or outbuildings) and leave the property in a clean and tidy condition."
|
|
9683
|
+
},
|
|
9684
|
+
"replaceLightFittings": {
|
|
9685
|
+
"baspiRef": "B7.1.2",
|
|
9686
|
+
"title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb."
|
|
9687
|
+
},
|
|
9688
|
+
"takeReasonableCare": {
|
|
9689
|
+
"baspiRef": "B7.1.3",
|
|
9690
|
+
"title": "Take reasonable care when removing any other fittings or contents."
|
|
9691
|
+
},
|
|
9692
|
+
"leaveKeys": {
|
|
9693
|
+
"baspiRef": "B7.1.4",
|
|
9694
|
+
"title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion."
|
|
9695
|
+
}
|
|
9696
|
+
}
|
|
9570
9697
|
},
|
|
9571
9698
|
"otherPropertyInChain": {
|
|
9572
9699
|
"baspiRef": "B7.2",
|
|
@@ -9759,7 +9886,7 @@
|
|
|
9759
9886
|
"enum": [
|
|
9760
9887
|
"Yes",
|
|
9761
9888
|
"No",
|
|
9762
|
-
"
|
|
9889
|
+
"No mortgage"
|
|
9763
9890
|
]
|
|
9764
9891
|
}
|
|
9765
9892
|
}
|
|
@@ -1264,7 +1264,8 @@
|
|
|
1264
1264
|
"properties": {
|
|
1265
1265
|
"yesNo": {
|
|
1266
1266
|
"enum": [
|
|
1267
|
-
"No"
|
|
1267
|
+
"No",
|
|
1268
|
+
"Not known"
|
|
1268
1269
|
]
|
|
1269
1270
|
}
|
|
1270
1271
|
}
|
|
@@ -1769,7 +1770,8 @@
|
|
|
1769
1770
|
"properties": {
|
|
1770
1771
|
"yesNo": {
|
|
1771
1772
|
"enum": [
|
|
1772
|
-
"No"
|
|
1773
|
+
"No",
|
|
1774
|
+
"Not known"
|
|
1773
1775
|
]
|
|
1774
1776
|
}
|
|
1775
1777
|
}
|
|
@@ -1823,7 +1825,8 @@
|
|
|
1823
1825
|
"properties": {
|
|
1824
1826
|
"yesNo": {
|
|
1825
1827
|
"enum": [
|
|
1826
|
-
"No"
|
|
1828
|
+
"No",
|
|
1829
|
+
"Not known"
|
|
1827
1830
|
]
|
|
1828
1831
|
},
|
|
1829
1832
|
"sustainableDrainageSystem": {
|
|
@@ -2491,9 +2494,36 @@
|
|
|
2491
2494
|
}
|
|
2492
2495
|
]
|
|
2493
2496
|
},
|
|
2494
|
-
"
|
|
2497
|
+
"rightsOfLight": {
|
|
2498
|
+
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2499
|
+
"title": "Rights of light",
|
|
2500
|
+
"discriminator": {
|
|
2501
|
+
"propertyName": "yesNo"
|
|
2502
|
+
},
|
|
2503
|
+
"oneOf": [
|
|
2504
|
+
{
|
|
2505
|
+
"properties": {
|
|
2506
|
+
"yesNo": {
|
|
2507
|
+
"enum": [
|
|
2508
|
+
"No"
|
|
2509
|
+
]
|
|
2510
|
+
}
|
|
2511
|
+
}
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"properties": {
|
|
2515
|
+
"yesNo": {
|
|
2516
|
+
"enum": [
|
|
2517
|
+
"Yes"
|
|
2518
|
+
]
|
|
2519
|
+
}
|
|
2520
|
+
}
|
|
2521
|
+
}
|
|
2522
|
+
]
|
|
2523
|
+
},
|
|
2524
|
+
"rightsOfSupport": {
|
|
2495
2525
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2496
|
-
"title": "Rights of
|
|
2526
|
+
"title": "Rights of support from ajoining properties",
|
|
2497
2527
|
"discriminator": {
|
|
2498
2528
|
"propertyName": "yesNo"
|
|
2499
2529
|
},
|
|
@@ -2520,7 +2550,34 @@
|
|
|
2520
2550
|
},
|
|
2521
2551
|
"rightsCreatedThroughCustom": {
|
|
2522
2552
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2523
|
-
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage
|
|
2553
|
+
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
|
|
2554
|
+
"discriminator": {
|
|
2555
|
+
"propertyName": "yesNo"
|
|
2556
|
+
},
|
|
2557
|
+
"oneOf": [
|
|
2558
|
+
{
|
|
2559
|
+
"properties": {
|
|
2560
|
+
"yesNo": {
|
|
2561
|
+
"enum": [
|
|
2562
|
+
"No"
|
|
2563
|
+
]
|
|
2564
|
+
}
|
|
2565
|
+
}
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"properties": {
|
|
2569
|
+
"yesNo": {
|
|
2570
|
+
"enum": [
|
|
2571
|
+
"Yes"
|
|
2572
|
+
]
|
|
2573
|
+
}
|
|
2574
|
+
}
|
|
2575
|
+
}
|
|
2576
|
+
]
|
|
2577
|
+
},
|
|
2578
|
+
"rightsToTakeFromLand": {
|
|
2579
|
+
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
2580
|
+
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
2524
2581
|
"discriminator": {
|
|
2525
2582
|
"propertyName": "yesNo"
|
|
2526
2583
|
},
|
|
@@ -3138,7 +3195,8 @@
|
|
|
3138
3195
|
"properties": {
|
|
3139
3196
|
"yesNo": {
|
|
3140
3197
|
"enum": [
|
|
3141
|
-
"No"
|
|
3198
|
+
"No",
|
|
3199
|
+
"Not known"
|
|
3142
3200
|
]
|
|
3143
3201
|
}
|
|
3144
3202
|
}
|
|
@@ -3165,7 +3223,8 @@
|
|
|
3165
3223
|
"properties": {
|
|
3166
3224
|
"yesNo": {
|
|
3167
3225
|
"enum": [
|
|
3168
|
-
"No"
|
|
3226
|
+
"No",
|
|
3227
|
+
"Not known"
|
|
3169
3228
|
]
|
|
3170
3229
|
}
|
|
3171
3230
|
}
|
|
@@ -3843,10 +3902,9 @@
|
|
|
3843
3902
|
},
|
|
3844
3903
|
"completionAndMoving": {
|
|
3845
3904
|
"properties": {
|
|
3846
|
-
"
|
|
3905
|
+
"sellerWillEnsure": {
|
|
3847
3906
|
"rdsRef": "RightsHolders/Flags",
|
|
3848
|
-
"title": "Please confirm that on completion you will
|
|
3849
|
-
"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 e.g. 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."
|
|
3907
|
+
"title": "Please confirm that on completion you will:"
|
|
3850
3908
|
},
|
|
3851
3909
|
"otherPropertyInChain": {
|
|
3852
3910
|
"rdsRef": "RightsHolders/Flags",
|