@pdtf/schemas 3.0.0-25 → 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/examples/v3/exampleTransaction.json +4 -1
- package/src/schemas/v3/combined.json +569 -429
- package/src/schemas/v3/overlays/baspi.json +29 -11
- package/src/schemas/v3/overlays/lpe1.json +201 -163
- package/src/schemas/v3/overlays/ta6.json +77 -21
- package/src/schemas/v3/overlays/ta7.json +226 -126
- package/src/schemas/v3/pdtf-transaction.json +400 -321
- package/src/schemas/v3/skeleton.json +65 -48
- package/src/utils/extractOverlay.js +5 -0
|
@@ -366,6 +366,7 @@
|
|
|
366
366
|
"required": [
|
|
367
367
|
"yesNo"
|
|
368
368
|
],
|
|
369
|
+
"title": "Have there been any disputes or complaints regarding this property or a property nearby?",
|
|
369
370
|
"properties": {
|
|
370
371
|
"yesNo": {
|
|
371
372
|
"ta6Ref": "2.1.1"
|
|
@@ -538,7 +539,12 @@
|
|
|
538
539
|
],
|
|
539
540
|
"required": [
|
|
540
541
|
"yesNo"
|
|
541
|
-
]
|
|
542
|
+
],
|
|
543
|
+
"properties": {
|
|
544
|
+
"yesNo": {
|
|
545
|
+
"ta6Ref": "4.2.1"
|
|
546
|
+
}
|
|
547
|
+
}
|
|
542
548
|
},
|
|
543
549
|
"listedBuildingConsent": {
|
|
544
550
|
"oneOf": [
|
|
@@ -1130,6 +1136,7 @@
|
|
|
1130
1136
|
"required": [
|
|
1131
1137
|
"yesNo"
|
|
1132
1138
|
],
|
|
1139
|
+
"title": "Is the seller aware of any proposals to develop property or land nearby, or of any proposals to make alterations to buildings nearby?",
|
|
1133
1140
|
"properties": {
|
|
1134
1141
|
"yesNo": {
|
|
1135
1142
|
"ta6Ref": "3.2.1"
|
|
@@ -1417,13 +1424,15 @@
|
|
|
1417
1424
|
}
|
|
1418
1425
|
},
|
|
1419
1426
|
"required": [
|
|
1420
|
-
"managementPlanInPlace"
|
|
1427
|
+
"managementPlanInPlace",
|
|
1428
|
+
"attachments"
|
|
1421
1429
|
]
|
|
1422
1430
|
}
|
|
1423
1431
|
],
|
|
1424
1432
|
"required": [
|
|
1425
1433
|
"yesNo"
|
|
1426
1434
|
],
|
|
1435
|
+
"title": "Is the property affected by Japanese knotweed?",
|
|
1427
1436
|
"properties": {
|
|
1428
1437
|
"yesNo": {
|
|
1429
1438
|
"ta6Ref": "7.8.1"
|
|
@@ -1672,7 +1681,7 @@
|
|
|
1672
1681
|
}
|
|
1673
1682
|
},
|
|
1674
1683
|
"waterMeter": {
|
|
1675
|
-
"ta6Ref": "13.
|
|
1684
|
+
"ta6Ref": "13.3b1",
|
|
1676
1685
|
"discriminator": {
|
|
1677
1686
|
"propertyName": "isSupplyMetered"
|
|
1678
1687
|
},
|
|
@@ -1694,7 +1703,7 @@
|
|
|
1694
1703
|
]
|
|
1695
1704
|
},
|
|
1696
1705
|
"location": {
|
|
1697
|
-
"ta6Ref": "13.
|
|
1706
|
+
"ta6Ref": "13.3b3"
|
|
1698
1707
|
}
|
|
1699
1708
|
},
|
|
1700
1709
|
"required": [
|
|
@@ -1813,8 +1822,14 @@
|
|
|
1813
1822
|
"enum": [
|
|
1814
1823
|
"Yes"
|
|
1815
1824
|
]
|
|
1825
|
+
},
|
|
1826
|
+
"supplier": {
|
|
1827
|
+
"ta6Ref": "13.4a"
|
|
1816
1828
|
}
|
|
1817
|
-
}
|
|
1829
|
+
},
|
|
1830
|
+
"required": [
|
|
1831
|
+
"supplier"
|
|
1832
|
+
]
|
|
1818
1833
|
},
|
|
1819
1834
|
{
|
|
1820
1835
|
"properties": {
|
|
@@ -1998,6 +2013,7 @@
|
|
|
1998
2013
|
"required": [
|
|
1999
2014
|
"yesNo"
|
|
2000
2015
|
],
|
|
2016
|
+
"title": "Is any part of the septic tank, sewage treatment plant (including any soakaway or outfall) or cesspool, or the access to it, outside the boundary of the property?",
|
|
2001
2017
|
"properties": {
|
|
2002
2018
|
"yesNo": {
|
|
2003
2019
|
"ta6Ref": "12.10.1"
|
|
@@ -2080,14 +2096,17 @@
|
|
|
2080
2096
|
"Mains gas"
|
|
2081
2097
|
]
|
|
2082
2098
|
},
|
|
2099
|
+
"supplier": {
|
|
2100
|
+
"ta6Ref": "13.2b"
|
|
2101
|
+
},
|
|
2083
2102
|
"gasMeter": {
|
|
2084
|
-
"ta6Ref": "13.
|
|
2103
|
+
"ta6Ref": "13.2c",
|
|
2085
2104
|
"required": [
|
|
2086
2105
|
"location"
|
|
2087
2106
|
],
|
|
2088
2107
|
"properties": {
|
|
2089
2108
|
"location": {
|
|
2090
|
-
"ta6Ref": "13.
|
|
2109
|
+
"ta6Ref": "13.2c1"
|
|
2091
2110
|
}
|
|
2092
2111
|
}
|
|
2093
2112
|
}
|
|
@@ -2308,7 +2327,11 @@
|
|
|
2308
2327
|
],
|
|
2309
2328
|
"properties": {
|
|
2310
2329
|
"yesNo": {
|
|
2311
|
-
"ta6Ref": "13.5.1"
|
|
2330
|
+
"ta6Ref": "13.5.1",
|
|
2331
|
+
"enum": [
|
|
2332
|
+
"Yes",
|
|
2333
|
+
"No"
|
|
2334
|
+
]
|
|
2312
2335
|
}
|
|
2313
2336
|
}
|
|
2314
2337
|
},
|
|
@@ -2357,7 +2380,11 @@
|
|
|
2357
2380
|
],
|
|
2358
2381
|
"properties": {
|
|
2359
2382
|
"yesNo": {
|
|
2360
|
-
"ta6Ref": "13.6.1"
|
|
2383
|
+
"ta6Ref": "13.6.1",
|
|
2384
|
+
"enum": [
|
|
2385
|
+
"Yes",
|
|
2386
|
+
"No"
|
|
2387
|
+
]
|
|
2361
2388
|
}
|
|
2362
2389
|
}
|
|
2363
2390
|
}
|
|
@@ -2403,6 +2430,7 @@
|
|
|
2403
2430
|
"subjectToUnusualConditions",
|
|
2404
2431
|
"refused"
|
|
2405
2432
|
],
|
|
2433
|
+
"title": "Has any buildings insurance taken out by the seller ever been:",
|
|
2406
2434
|
"properties": {
|
|
2407
2435
|
"abnormalRiseInPremiums": {
|
|
2408
2436
|
"ta6Ref": "6.4a",
|
|
@@ -2618,7 +2646,8 @@
|
|
|
2618
2646
|
],
|
|
2619
2647
|
"properties": {
|
|
2620
2648
|
"isInsured": {
|
|
2621
|
-
"ta6Ref": "6.1"
|
|
2649
|
+
"ta6Ref": "6.1",
|
|
2650
|
+
"title": "Does the seller insure the property?"
|
|
2622
2651
|
}
|
|
2623
2652
|
}
|
|
2624
2653
|
},
|
|
@@ -3350,6 +3379,7 @@
|
|
|
3350
3379
|
"required": [
|
|
3351
3380
|
"yesNo"
|
|
3352
3381
|
],
|
|
3382
|
+
"title": "Is the seller aware of any boundary feature having been moved in the last 10 years or during the seller’s period of ownership if longer?",
|
|
3353
3383
|
"properties": {
|
|
3354
3384
|
"yesNo": {
|
|
3355
3385
|
"ta6Ref": "1.3.1"
|
|
@@ -3391,6 +3421,7 @@
|
|
|
3391
3421
|
"required": [
|
|
3392
3422
|
"yesNo"
|
|
3393
3423
|
],
|
|
3424
|
+
"title": "During the seller’s ownership, has any adjacent land or property been purchased by the seller?",
|
|
3394
3425
|
"properties": {
|
|
3395
3426
|
"yesNo": {
|
|
3396
3427
|
"ta6Ref": "1.4.1"
|
|
@@ -3432,6 +3463,7 @@
|
|
|
3432
3463
|
"required": [
|
|
3433
3464
|
"yesNo"
|
|
3434
3465
|
],
|
|
3466
|
+
"title": "Does any part of the property or any building on the property overhang, or project under, the boundary of the neighbouring property or road, for example cellars under the pavement, overhanging eaves or covered walkways?",
|
|
3435
3467
|
"properties": {
|
|
3436
3468
|
"yesNo": {
|
|
3437
3469
|
"ta6Ref": "1.5.1"
|
|
@@ -3470,13 +3502,20 @@
|
|
|
3470
3502
|
"enum": [
|
|
3471
3503
|
"Yes"
|
|
3472
3504
|
]
|
|
3505
|
+
},
|
|
3506
|
+
"details": {
|
|
3507
|
+
"ta6Ref": "8.7.2"
|
|
3473
3508
|
}
|
|
3474
|
-
}
|
|
3509
|
+
},
|
|
3510
|
+
"required": [
|
|
3511
|
+
"details"
|
|
3512
|
+
]
|
|
3475
3513
|
}
|
|
3476
3514
|
],
|
|
3477
3515
|
"required": [
|
|
3478
3516
|
"yesNo"
|
|
3479
3517
|
],
|
|
3518
|
+
"title": "Do any drains, pipes or wires serving the property cross any neighbour’s property?",
|
|
3480
3519
|
"properties": {
|
|
3481
3520
|
"yesNo": {
|
|
3482
3521
|
"ta6Ref": "8.7.1"
|
|
@@ -3505,8 +3544,14 @@
|
|
|
3505
3544
|
"enum": [
|
|
3506
3545
|
"Yes"
|
|
3507
3546
|
]
|
|
3547
|
+
},
|
|
3548
|
+
"details": {
|
|
3549
|
+
"ta6Ref": "8.8.2"
|
|
3508
3550
|
}
|
|
3509
|
-
}
|
|
3551
|
+
},
|
|
3552
|
+
"required": [
|
|
3553
|
+
"details"
|
|
3554
|
+
]
|
|
3510
3555
|
}
|
|
3511
3556
|
],
|
|
3512
3557
|
"required": [
|
|
@@ -3556,6 +3601,7 @@
|
|
|
3556
3601
|
"required": [
|
|
3557
3602
|
"yesNo"
|
|
3558
3603
|
],
|
|
3604
|
+
"title": "Is there any agreement or arrangement about drains, pipes or wires?",
|
|
3559
3605
|
"properties": {
|
|
3560
3606
|
"yesNo": {
|
|
3561
3607
|
"ta6Ref": "8.9.1"
|
|
@@ -3638,16 +3684,25 @@
|
|
|
3638
3684
|
"Yes"
|
|
3639
3685
|
]
|
|
3640
3686
|
},
|
|
3641
|
-
"
|
|
3642
|
-
"ta6Ref": "12.2.2a"
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3687
|
+
"suppliedCertificate": {
|
|
3688
|
+
"ta6Ref": "12.2.2a",
|
|
3689
|
+
"required": [
|
|
3690
|
+
"certificateType",
|
|
3691
|
+
"attachments"
|
|
3692
|
+
],
|
|
3693
|
+
"properties": {
|
|
3694
|
+
"certificateType": {
|
|
3695
|
+
"ta6Ref": "12.2.2a.1"
|
|
3696
|
+
},
|
|
3697
|
+
"attachments": {
|
|
3698
|
+
"ta6Ref": "12.2.2a.2"
|
|
3699
|
+
}
|
|
3700
|
+
}
|
|
3649
3701
|
}
|
|
3650
|
-
}
|
|
3702
|
+
},
|
|
3703
|
+
"required": [
|
|
3704
|
+
"suppliedCertificate"
|
|
3705
|
+
]
|
|
3651
3706
|
}
|
|
3652
3707
|
],
|
|
3653
3708
|
"required": [
|
|
@@ -4087,6 +4142,7 @@
|
|
|
4087
4142
|
"required": [
|
|
4088
4143
|
"yesNo"
|
|
4089
4144
|
],
|
|
4145
|
+
"title": "Have any claims been made under any of these guarantees or warranties?",
|
|
4090
4146
|
"properties": {
|
|
4091
4147
|
"yesNo": {
|
|
4092
4148
|
"ta6Ref": "5.2.1"
|