@pdtf/schemas 3.6.0-35 → 3.6.0-36
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/README.md +33 -52
- package/docs/sef25-extensions-ui-spec.md +49 -258
- package/index.js +0 -9
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +3 -3
- package/src/schemas/v3/combined.json +32 -279
- package/src/schemas/v3/compactSkeleton.txt +2 -16
- package/src/schemas/v3/overlays/extensions/as.json +2 -4
- package/src/schemas/v3/overlays/extensions/dr.json +2 -4
- package/src/schemas/v3/overlays/extensions/er.json +2 -4
- package/src/schemas/v3/overlays/extensions/fd.json +3 -6
- package/src/schemas/v3/overlays/extensions/hi.json +3 -6
- package/src/schemas/v3/overlays/extensions/hs.json +2 -4
- package/src/schemas/v3/overlays/extensions/jk.json +2 -4
- package/src/schemas/v3/overlays/extensions/la.json +2 -4
- package/src/schemas/v3/overlays/extensions/ma.json +3 -6
- package/src/schemas/v3/overlays/extensions/mc.json +2 -4
- package/src/schemas/v3/overlays/extensions/oa.json +2 -4
- package/src/schemas/v3/overlays/extensions/oc.json +2 -4
- package/src/schemas/v3/overlays/extensions/pc.json +1 -2
- package/src/schemas/v3/overlays/extensions/ph.json +14 -11
- package/src/schemas/v3/overlays/extensions/sb.json +2 -4
- package/src/schemas/v3/overlays/extensions/sc.json +14 -82
- package/src/schemas/v3/overlays/extensions/sf.json +2 -4
- package/src/schemas/v3/overlays/extensions/sl.json +2 -4
- package/src/schemas/v3/overlays/extensions/tf.json +3 -6
- package/src/schemas/v3/overlays/sef25.json +10 -727
- package/src/schemas/v3/pdtf-transaction.json +15 -227
- package/src/schemas/v3/skeleton.json +5 -24
- package/src/tests/v3/extensionOverlays.test.js +5 -411
- package/src/utils/extractExtensionOverlays.js +4 -116
- package/src/schemas/v3/overlays/extensions/dk.json +0 -32
- package/src/schemas/v3/overlays/extensions/ic.json +0 -59
- package/src/schemas/v3/overlays/extensions/lc.json +0 -86
- package/src/schemas/v3/overlays/extensions/mi.json +0 -55
- package/src/schemas/v3/overlays/extensions/nd.json +0 -43
- package/src/schemas/v3/overlays/extensions/rw.json +0 -68
- package/src/schemas/v3/overlays/extensions/sd.json +0 -63
- package/src/schemas/v3/overlays/extensions/tr.json +0 -73
- package/src/schemas/v3/overlays/extensions/wg.json +0 -250
|
@@ -1677,45 +1677,6 @@
|
|
|
1677
1677
|
}
|
|
1678
1678
|
]
|
|
1679
1679
|
},
|
|
1680
|
-
"titleRestrictions": {
|
|
1681
|
-
"title": "Are there any known restrictions on the title?",
|
|
1682
|
-
"type": "object",
|
|
1683
|
-
"properties": {
|
|
1684
|
-
"yesNo": {
|
|
1685
|
-
"type": "string",
|
|
1686
|
-
"title": "",
|
|
1687
|
-
"enum": [
|
|
1688
|
-
"Yes",
|
|
1689
|
-
"No"
|
|
1690
|
-
]
|
|
1691
|
-
}
|
|
1692
|
-
},
|
|
1693
|
-
"oneOf": [
|
|
1694
|
-
{
|
|
1695
|
-
"properties": {
|
|
1696
|
-
"yesNo": {
|
|
1697
|
-
"enum": [
|
|
1698
|
-
"No"
|
|
1699
|
-
]
|
|
1700
|
-
}
|
|
1701
|
-
}
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"properties": {
|
|
1705
|
-
"yesNo": {
|
|
1706
|
-
"enum": [
|
|
1707
|
-
"Yes"
|
|
1708
|
-
]
|
|
1709
|
-
},
|
|
1710
|
-
"details": {
|
|
1711
|
-
"title": "Details",
|
|
1712
|
-
"type": "string",
|
|
1713
|
-
"minLength": 1
|
|
1714
|
-
}
|
|
1715
|
-
}
|
|
1716
|
-
}
|
|
1717
|
-
]
|
|
1718
|
-
},
|
|
1719
1680
|
"wholeFreeholdForSale": {
|
|
1720
1681
|
"title": "Is the entire freehold being sold?",
|
|
1721
1682
|
"type": "object",
|
|
@@ -8422,7 +8383,8 @@
|
|
|
8422
8383
|
"type": "string",
|
|
8423
8384
|
"enum": [
|
|
8424
8385
|
"Per month",
|
|
8425
|
-
"Per year"
|
|
8386
|
+
"Per year",
|
|
8387
|
+
"Not applicable"
|
|
8426
8388
|
]
|
|
8427
8389
|
}
|
|
8428
8390
|
}
|
|
@@ -8468,20 +8430,6 @@
|
|
|
8468
8430
|
}
|
|
8469
8431
|
]
|
|
8470
8432
|
},
|
|
8471
|
-
"droppedKerbAccess": {
|
|
8472
|
-
"title": "Is there a dropped kerb access to parking?",
|
|
8473
|
-
"type": "object",
|
|
8474
|
-
"properties": {
|
|
8475
|
-
"yesNo": {
|
|
8476
|
-
"type": "string",
|
|
8477
|
-
"title": "",
|
|
8478
|
-
"enum": [
|
|
8479
|
-
"Yes",
|
|
8480
|
-
"No"
|
|
8481
|
-
]
|
|
8482
|
-
}
|
|
8483
|
-
}
|
|
8484
|
-
},
|
|
8485
8433
|
"electricVehicleChargingPoint": {
|
|
8486
8434
|
"title": "Is there an electric vehicle charging point belonging to the property?",
|
|
8487
8435
|
"type": "object",
|
|
@@ -18061,46 +18009,6 @@
|
|
|
18061
18009
|
"Attached",
|
|
18062
18010
|
"To follow"
|
|
18063
18011
|
]
|
|
18064
|
-
},
|
|
18065
|
-
"associatedCost": {
|
|
18066
|
-
"title": "Associated costs of leased solar panels",
|
|
18067
|
-
"type": "object",
|
|
18068
|
-
"properties": {
|
|
18069
|
-
"frequency": {
|
|
18070
|
-
"title": "If costs are associated, what is the payment frequency?",
|
|
18071
|
-
"type": "string",
|
|
18072
|
-
"enum": [
|
|
18073
|
-
"Per month",
|
|
18074
|
-
"Per year",
|
|
18075
|
-
"Not applicable"
|
|
18076
|
-
]
|
|
18077
|
-
}
|
|
18078
|
-
},
|
|
18079
|
-
"oneOf": [
|
|
18080
|
-
{
|
|
18081
|
-
"properties": {
|
|
18082
|
-
"frequency": {
|
|
18083
|
-
"enum": [
|
|
18084
|
-
"Not applicable"
|
|
18085
|
-
]
|
|
18086
|
-
}
|
|
18087
|
-
}
|
|
18088
|
-
},
|
|
18089
|
-
{
|
|
18090
|
-
"properties": {
|
|
18091
|
-
"frequency": {
|
|
18092
|
-
"enum": [
|
|
18093
|
-
"Per month",
|
|
18094
|
-
"Per year"
|
|
18095
|
-
]
|
|
18096
|
-
},
|
|
18097
|
-
"amount": {
|
|
18098
|
-
"title": "Amount (£)",
|
|
18099
|
-
"type": "number"
|
|
18100
|
-
}
|
|
18101
|
-
}
|
|
18102
|
-
}
|
|
18103
|
-
]
|
|
18104
18012
|
}
|
|
18105
18013
|
}
|
|
18106
18014
|
}
|
|
@@ -18648,11 +18556,15 @@
|
|
|
18648
18556
|
"minLength": 1
|
|
18649
18557
|
},
|
|
18650
18558
|
"associatedCost": {
|
|
18651
|
-
"title": "
|
|
18559
|
+
"title": "Please provide the associated costs for water supply",
|
|
18652
18560
|
"type": "object",
|
|
18653
18561
|
"properties": {
|
|
18562
|
+
"amount": {
|
|
18563
|
+
"title": "Associated costs of supply if any (£)",
|
|
18564
|
+
"type": "number"
|
|
18565
|
+
},
|
|
18654
18566
|
"frequency": {
|
|
18655
|
-
"title": "
|
|
18567
|
+
"title": "Payment frequency if costs are associated",
|
|
18656
18568
|
"type": "string",
|
|
18657
18569
|
"enum": [
|
|
18658
18570
|
"Per month",
|
|
@@ -18660,32 +18572,7 @@
|
|
|
18660
18572
|
"Not applicable"
|
|
18661
18573
|
]
|
|
18662
18574
|
}
|
|
18663
|
-
}
|
|
18664
|
-
"oneOf": [
|
|
18665
|
-
{
|
|
18666
|
-
"properties": {
|
|
18667
|
-
"frequency": {
|
|
18668
|
-
"enum": [
|
|
18669
|
-
"Not applicable"
|
|
18670
|
-
]
|
|
18671
|
-
}
|
|
18672
|
-
}
|
|
18673
|
-
},
|
|
18674
|
-
{
|
|
18675
|
-
"properties": {
|
|
18676
|
-
"frequency": {
|
|
18677
|
-
"enum": [
|
|
18678
|
-
"Per month",
|
|
18679
|
-
"Per year"
|
|
18680
|
-
]
|
|
18681
|
-
},
|
|
18682
|
-
"amount": {
|
|
18683
|
-
"title": "Amount (£)",
|
|
18684
|
-
"type": "number"
|
|
18685
|
-
}
|
|
18686
|
-
}
|
|
18687
|
-
}
|
|
18688
|
-
]
|
|
18575
|
+
}
|
|
18689
18576
|
}
|
|
18690
18577
|
}
|
|
18691
18578
|
},
|
|
@@ -19404,8 +19291,12 @@
|
|
|
19404
19291
|
"title": "Associated costs for sewerage",
|
|
19405
19292
|
"type": "object",
|
|
19406
19293
|
"properties": {
|
|
19294
|
+
"amount": {
|
|
19295
|
+
"title": "Associated costs for sewerage if any (£)",
|
|
19296
|
+
"type": "number"
|
|
19297
|
+
},
|
|
19407
19298
|
"frequency": {
|
|
19408
|
-
"title": "
|
|
19299
|
+
"title": "Payment frequency if costs are associated",
|
|
19409
19300
|
"type": "string",
|
|
19410
19301
|
"enum": [
|
|
19411
19302
|
"Per month",
|
|
@@ -19413,32 +19304,7 @@
|
|
|
19413
19304
|
"Not applicable"
|
|
19414
19305
|
]
|
|
19415
19306
|
}
|
|
19416
|
-
}
|
|
19417
|
-
"oneOf": [
|
|
19418
|
-
{
|
|
19419
|
-
"properties": {
|
|
19420
|
-
"frequency": {
|
|
19421
|
-
"enum": [
|
|
19422
|
-
"Not applicable"
|
|
19423
|
-
]
|
|
19424
|
-
}
|
|
19425
|
-
}
|
|
19426
|
-
},
|
|
19427
|
-
{
|
|
19428
|
-
"properties": {
|
|
19429
|
-
"frequency": {
|
|
19430
|
-
"enum": [
|
|
19431
|
-
"Per month",
|
|
19432
|
-
"Per year"
|
|
19433
|
-
]
|
|
19434
|
-
},
|
|
19435
|
-
"amount": {
|
|
19436
|
-
"title": "Amount (£)",
|
|
19437
|
-
"type": "number"
|
|
19438
|
-
}
|
|
19439
|
-
}
|
|
19440
|
-
}
|
|
19441
|
-
]
|
|
19307
|
+
}
|
|
19442
19308
|
}
|
|
19443
19309
|
}
|
|
19444
19310
|
}
|
|
@@ -21086,45 +20952,6 @@
|
|
|
21086
20952
|
}
|
|
21087
20953
|
]
|
|
21088
20954
|
},
|
|
21089
|
-
"privateRightOfWay": {
|
|
21090
|
-
"title": "A private right of way through and/or across your house, buildings or land",
|
|
21091
|
-
"type": "object",
|
|
21092
|
-
"properties": {
|
|
21093
|
-
"yesNo": {
|
|
21094
|
-
"type": "string",
|
|
21095
|
-
"title": "",
|
|
21096
|
-
"enum": [
|
|
21097
|
-
"Yes",
|
|
21098
|
-
"No"
|
|
21099
|
-
]
|
|
21100
|
-
}
|
|
21101
|
-
},
|
|
21102
|
-
"oneOf": [
|
|
21103
|
-
{
|
|
21104
|
-
"properties": {
|
|
21105
|
-
"yesNo": {
|
|
21106
|
-
"enum": [
|
|
21107
|
-
"No"
|
|
21108
|
-
]
|
|
21109
|
-
}
|
|
21110
|
-
}
|
|
21111
|
-
},
|
|
21112
|
-
{
|
|
21113
|
-
"properties": {
|
|
21114
|
-
"yesNo": {
|
|
21115
|
-
"enum": [
|
|
21116
|
-
"Yes"
|
|
21117
|
-
]
|
|
21118
|
-
},
|
|
21119
|
-
"details": {
|
|
21120
|
-
"title": "Please provide details",
|
|
21121
|
-
"type": "string",
|
|
21122
|
-
"minLength": 1
|
|
21123
|
-
}
|
|
21124
|
-
}
|
|
21125
|
-
}
|
|
21126
|
-
]
|
|
21127
|
-
},
|
|
21128
20955
|
"rightsOfLight": {
|
|
21129
20956
|
"title": "Rights of light",
|
|
21130
20957
|
"type": "object",
|
|
@@ -21773,45 +21600,6 @@
|
|
|
21773
21600
|
}
|
|
21774
21601
|
}
|
|
21775
21602
|
},
|
|
21776
|
-
"stormFireFloodDamage": {
|
|
21777
|
-
"title": "Has the property ever suffered storm, fire or flood damage?",
|
|
21778
|
-
"type": "object",
|
|
21779
|
-
"properties": {
|
|
21780
|
-
"yesNo": {
|
|
21781
|
-
"type": "string",
|
|
21782
|
-
"title": "",
|
|
21783
|
-
"enum": [
|
|
21784
|
-
"Yes",
|
|
21785
|
-
"No"
|
|
21786
|
-
]
|
|
21787
|
-
}
|
|
21788
|
-
},
|
|
21789
|
-
"oneOf": [
|
|
21790
|
-
{
|
|
21791
|
-
"properties": {
|
|
21792
|
-
"yesNo": {
|
|
21793
|
-
"enum": [
|
|
21794
|
-
"No"
|
|
21795
|
-
]
|
|
21796
|
-
}
|
|
21797
|
-
}
|
|
21798
|
-
},
|
|
21799
|
-
{
|
|
21800
|
-
"properties": {
|
|
21801
|
-
"yesNo": {
|
|
21802
|
-
"enum": [
|
|
21803
|
-
"Yes"
|
|
21804
|
-
]
|
|
21805
|
-
},
|
|
21806
|
-
"details": {
|
|
21807
|
-
"title": "Please provide details",
|
|
21808
|
-
"type": "string",
|
|
21809
|
-
"minLength": 1
|
|
21810
|
-
}
|
|
21811
|
-
}
|
|
21812
|
-
}
|
|
21813
|
-
]
|
|
21814
|
-
},
|
|
21815
21603
|
"radon": {
|
|
21816
21604
|
"title": "Radon",
|
|
21817
21605
|
"type": "object",
|
|
@@ -289,10 +289,6 @@
|
|
|
289
289
|
"details": "string",
|
|
290
290
|
"amount": "number"
|
|
291
291
|
},
|
|
292
|
-
"titleRestrictions": {
|
|
293
|
-
"yesNo": "variant",
|
|
294
|
-
"details": "string"
|
|
295
|
-
},
|
|
296
292
|
"wholeFreeholdForSale": {
|
|
297
293
|
"yesNo": "variant",
|
|
298
294
|
"details": "string"
|
|
@@ -1233,9 +1229,6 @@
|
|
|
1233
1229
|
"yesNo": "variant",
|
|
1234
1230
|
"details": "string"
|
|
1235
1231
|
},
|
|
1236
|
-
"droppedKerbAccess": {
|
|
1237
|
-
"yesNo": "string"
|
|
1238
|
-
},
|
|
1239
1232
|
"electricVehicleChargingPoint": {
|
|
1240
1233
|
"yesNo": "variant",
|
|
1241
1234
|
"chargerDetails": "string",
|
|
@@ -2393,11 +2386,7 @@
|
|
|
2393
2386
|
"panelsOwnedOutright": {
|
|
2394
2387
|
"yesNo": "variant",
|
|
2395
2388
|
"details": "string",
|
|
2396
|
-
"attachments": "string"
|
|
2397
|
-
"associatedCost": {
|
|
2398
|
-
"frequency": "variant",
|
|
2399
|
-
"amount": "number"
|
|
2400
|
-
}
|
|
2389
|
+
"attachments": "string"
|
|
2401
2390
|
},
|
|
2402
2391
|
"panelProviderLease": {
|
|
2403
2392
|
"yesNo": "variant",
|
|
@@ -2460,8 +2449,8 @@
|
|
|
2460
2449
|
"yesNo": "variant",
|
|
2461
2450
|
"details": "string",
|
|
2462
2451
|
"associatedCost": {
|
|
2463
|
-
"
|
|
2464
|
-
"
|
|
2452
|
+
"amount": "number",
|
|
2453
|
+
"frequency": "string"
|
|
2465
2454
|
},
|
|
2466
2455
|
"supplier": "string",
|
|
2467
2456
|
"stopcock": {
|
|
@@ -2534,8 +2523,8 @@
|
|
|
2534
2523
|
"details": "string"
|
|
2535
2524
|
},
|
|
2536
2525
|
"associatedCost": {
|
|
2537
|
-
"
|
|
2538
|
-
"
|
|
2526
|
+
"amount": "number",
|
|
2527
|
+
"frequency": "string"
|
|
2539
2528
|
}
|
|
2540
2529
|
},
|
|
2541
2530
|
"surfaceDrainageCharge": {
|
|
@@ -2747,10 +2736,6 @@
|
|
|
2747
2736
|
"details": "string",
|
|
2748
2737
|
"attachments": "string"
|
|
2749
2738
|
},
|
|
2750
|
-
"privateRightOfWay": {
|
|
2751
|
-
"yesNo": "variant",
|
|
2752
|
-
"details": "string"
|
|
2753
|
-
},
|
|
2754
2739
|
"rightsOfLight": {
|
|
2755
2740
|
"yesNo": "variant",
|
|
2756
2741
|
"details": "string"
|
|
@@ -2830,10 +2815,6 @@
|
|
|
2830
2815
|
"details": "string"
|
|
2831
2816
|
}
|
|
2832
2817
|
},
|
|
2833
|
-
"stormFireFloodDamage": {
|
|
2834
|
-
"yesNo": "variant",
|
|
2835
|
-
"details": "string"
|
|
2836
|
-
},
|
|
2837
2818
|
"radon": {
|
|
2838
2819
|
"radonRisk": {
|
|
2839
2820
|
"riskIndicator": "string",
|