@pdtf/schemas 3.6.0-34 → 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 -297
- package/src/schemas/v3/compactSkeleton.txt +0 -17
- 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 +12 -738
- package/src/schemas/v3/pdtf-transaction.json +23 -253
- package/src/schemas/v3/skeleton.json +1 -23
- 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,52 +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
|
-
"hasCost": {
|
|
18070
|
-
"title": "Are there any associated costs?",
|
|
18071
|
-
"type": "string",
|
|
18072
|
-
"enum": [
|
|
18073
|
-
"Yes",
|
|
18074
|
-
"No"
|
|
18075
|
-
]
|
|
18076
|
-
}
|
|
18077
|
-
},
|
|
18078
|
-
"oneOf": [
|
|
18079
|
-
{
|
|
18080
|
-
"properties": {
|
|
18081
|
-
"hasCost": {
|
|
18082
|
-
"enum": [
|
|
18083
|
-
"No"
|
|
18084
|
-
]
|
|
18085
|
-
}
|
|
18086
|
-
}
|
|
18087
|
-
},
|
|
18088
|
-
{
|
|
18089
|
-
"properties": {
|
|
18090
|
-
"hasCost": {
|
|
18091
|
-
"enum": [
|
|
18092
|
-
"Yes"
|
|
18093
|
-
]
|
|
18094
|
-
},
|
|
18095
|
-
"amount": {
|
|
18096
|
-
"title": "Amount (£)",
|
|
18097
|
-
"type": "number"
|
|
18098
|
-
},
|
|
18099
|
-
"frequency": {
|
|
18100
|
-
"title": "Payment frequency",
|
|
18101
|
-
"type": "string",
|
|
18102
|
-
"enum": [
|
|
18103
|
-
"Per month",
|
|
18104
|
-
"Per year"
|
|
18105
|
-
]
|
|
18106
|
-
}
|
|
18107
|
-
}
|
|
18108
|
-
}
|
|
18109
|
-
]
|
|
18110
18012
|
}
|
|
18111
18013
|
}
|
|
18112
18014
|
}
|
|
@@ -18654,50 +18556,23 @@
|
|
|
18654
18556
|
"minLength": 1
|
|
18655
18557
|
},
|
|
18656
18558
|
"associatedCost": {
|
|
18657
|
-
"title": "
|
|
18559
|
+
"title": "Please provide the associated costs for water supply",
|
|
18658
18560
|
"type": "object",
|
|
18659
18561
|
"properties": {
|
|
18660
|
-
"
|
|
18661
|
-
"title": "
|
|
18562
|
+
"amount": {
|
|
18563
|
+
"title": "Associated costs of supply if any (£)",
|
|
18564
|
+
"type": "number"
|
|
18565
|
+
},
|
|
18566
|
+
"frequency": {
|
|
18567
|
+
"title": "Payment frequency if costs are associated",
|
|
18662
18568
|
"type": "string",
|
|
18663
18569
|
"enum": [
|
|
18664
|
-
"
|
|
18665
|
-
"
|
|
18570
|
+
"Per month",
|
|
18571
|
+
"Per year",
|
|
18572
|
+
"Not applicable"
|
|
18666
18573
|
]
|
|
18667
18574
|
}
|
|
18668
|
-
}
|
|
18669
|
-
"oneOf": [
|
|
18670
|
-
{
|
|
18671
|
-
"properties": {
|
|
18672
|
-
"hasCost": {
|
|
18673
|
-
"enum": [
|
|
18674
|
-
"No"
|
|
18675
|
-
]
|
|
18676
|
-
}
|
|
18677
|
-
}
|
|
18678
|
-
},
|
|
18679
|
-
{
|
|
18680
|
-
"properties": {
|
|
18681
|
-
"hasCost": {
|
|
18682
|
-
"enum": [
|
|
18683
|
-
"Yes"
|
|
18684
|
-
]
|
|
18685
|
-
},
|
|
18686
|
-
"amount": {
|
|
18687
|
-
"title": "Amount (£)",
|
|
18688
|
-
"type": "number"
|
|
18689
|
-
},
|
|
18690
|
-
"frequency": {
|
|
18691
|
-
"title": "Payment frequency",
|
|
18692
|
-
"type": "string",
|
|
18693
|
-
"enum": [
|
|
18694
|
-
"Per month",
|
|
18695
|
-
"Per year"
|
|
18696
|
-
]
|
|
18697
|
-
}
|
|
18698
|
-
}
|
|
18699
|
-
}
|
|
18700
|
-
]
|
|
18575
|
+
}
|
|
18701
18576
|
}
|
|
18702
18577
|
}
|
|
18703
18578
|
},
|
|
@@ -19416,47 +19291,20 @@
|
|
|
19416
19291
|
"title": "Associated costs for sewerage",
|
|
19417
19292
|
"type": "object",
|
|
19418
19293
|
"properties": {
|
|
19419
|
-
"
|
|
19420
|
-
"title": "
|
|
19294
|
+
"amount": {
|
|
19295
|
+
"title": "Associated costs for sewerage if any (£)",
|
|
19296
|
+
"type": "number"
|
|
19297
|
+
},
|
|
19298
|
+
"frequency": {
|
|
19299
|
+
"title": "Payment frequency if costs are associated",
|
|
19421
19300
|
"type": "string",
|
|
19422
19301
|
"enum": [
|
|
19423
|
-
"
|
|
19424
|
-
"
|
|
19302
|
+
"Per month",
|
|
19303
|
+
"Per year",
|
|
19304
|
+
"Not applicable"
|
|
19425
19305
|
]
|
|
19426
19306
|
}
|
|
19427
|
-
}
|
|
19428
|
-
"oneOf": [
|
|
19429
|
-
{
|
|
19430
|
-
"properties": {
|
|
19431
|
-
"hasCost": {
|
|
19432
|
-
"enum": [
|
|
19433
|
-
"No"
|
|
19434
|
-
]
|
|
19435
|
-
}
|
|
19436
|
-
}
|
|
19437
|
-
},
|
|
19438
|
-
{
|
|
19439
|
-
"properties": {
|
|
19440
|
-
"hasCost": {
|
|
19441
|
-
"enum": [
|
|
19442
|
-
"Yes"
|
|
19443
|
-
]
|
|
19444
|
-
},
|
|
19445
|
-
"amount": {
|
|
19446
|
-
"title": "Amount (£)",
|
|
19447
|
-
"type": "number"
|
|
19448
|
-
},
|
|
19449
|
-
"frequency": {
|
|
19450
|
-
"title": "Payment frequency",
|
|
19451
|
-
"type": "string",
|
|
19452
|
-
"enum": [
|
|
19453
|
-
"Per month",
|
|
19454
|
-
"Per year"
|
|
19455
|
-
]
|
|
19456
|
-
}
|
|
19457
|
-
}
|
|
19458
|
-
}
|
|
19459
|
-
]
|
|
19307
|
+
}
|
|
19460
19308
|
}
|
|
19461
19309
|
}
|
|
19462
19310
|
}
|
|
@@ -21104,45 +20952,6 @@
|
|
|
21104
20952
|
}
|
|
21105
20953
|
]
|
|
21106
20954
|
},
|
|
21107
|
-
"privateRightOfWay": {
|
|
21108
|
-
"title": "A private right of way through and/or across your house, buildings or land",
|
|
21109
|
-
"type": "object",
|
|
21110
|
-
"properties": {
|
|
21111
|
-
"yesNo": {
|
|
21112
|
-
"type": "string",
|
|
21113
|
-
"title": "",
|
|
21114
|
-
"enum": [
|
|
21115
|
-
"Yes",
|
|
21116
|
-
"No"
|
|
21117
|
-
]
|
|
21118
|
-
}
|
|
21119
|
-
},
|
|
21120
|
-
"oneOf": [
|
|
21121
|
-
{
|
|
21122
|
-
"properties": {
|
|
21123
|
-
"yesNo": {
|
|
21124
|
-
"enum": [
|
|
21125
|
-
"No"
|
|
21126
|
-
]
|
|
21127
|
-
}
|
|
21128
|
-
}
|
|
21129
|
-
},
|
|
21130
|
-
{
|
|
21131
|
-
"properties": {
|
|
21132
|
-
"yesNo": {
|
|
21133
|
-
"enum": [
|
|
21134
|
-
"Yes"
|
|
21135
|
-
]
|
|
21136
|
-
},
|
|
21137
|
-
"details": {
|
|
21138
|
-
"title": "Please provide details",
|
|
21139
|
-
"type": "string",
|
|
21140
|
-
"minLength": 1
|
|
21141
|
-
}
|
|
21142
|
-
}
|
|
21143
|
-
}
|
|
21144
|
-
]
|
|
21145
|
-
},
|
|
21146
20955
|
"rightsOfLight": {
|
|
21147
20956
|
"title": "Rights of light",
|
|
21148
20957
|
"type": "object",
|
|
@@ -21791,45 +21600,6 @@
|
|
|
21791
21600
|
}
|
|
21792
21601
|
}
|
|
21793
21602
|
},
|
|
21794
|
-
"stormFireFloodDamage": {
|
|
21795
|
-
"title": "Has the property ever suffered storm, fire or flood damage?",
|
|
21796
|
-
"type": "object",
|
|
21797
|
-
"properties": {
|
|
21798
|
-
"yesNo": {
|
|
21799
|
-
"type": "string",
|
|
21800
|
-
"title": "",
|
|
21801
|
-
"enum": [
|
|
21802
|
-
"Yes",
|
|
21803
|
-
"No"
|
|
21804
|
-
]
|
|
21805
|
-
}
|
|
21806
|
-
},
|
|
21807
|
-
"oneOf": [
|
|
21808
|
-
{
|
|
21809
|
-
"properties": {
|
|
21810
|
-
"yesNo": {
|
|
21811
|
-
"enum": [
|
|
21812
|
-
"No"
|
|
21813
|
-
]
|
|
21814
|
-
}
|
|
21815
|
-
}
|
|
21816
|
-
},
|
|
21817
|
-
{
|
|
21818
|
-
"properties": {
|
|
21819
|
-
"yesNo": {
|
|
21820
|
-
"enum": [
|
|
21821
|
-
"Yes"
|
|
21822
|
-
]
|
|
21823
|
-
},
|
|
21824
|
-
"details": {
|
|
21825
|
-
"title": "Please provide details",
|
|
21826
|
-
"type": "string",
|
|
21827
|
-
"minLength": 1
|
|
21828
|
-
}
|
|
21829
|
-
}
|
|
21830
|
-
}
|
|
21831
|
-
]
|
|
21832
|
-
},
|
|
21833
21603
|
"radon": {
|
|
21834
21604
|
"title": "Radon",
|
|
21835
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,12 +2386,7 @@
|
|
|
2393
2386
|
"panelsOwnedOutright": {
|
|
2394
2387
|
"yesNo": "variant",
|
|
2395
2388
|
"details": "string",
|
|
2396
|
-
"attachments": "string"
|
|
2397
|
-
"associatedCost": {
|
|
2398
|
-
"hasCost": "variant",
|
|
2399
|
-
"amount": "number",
|
|
2400
|
-
"frequency": "string"
|
|
2401
|
-
}
|
|
2389
|
+
"attachments": "string"
|
|
2402
2390
|
},
|
|
2403
2391
|
"panelProviderLease": {
|
|
2404
2392
|
"yesNo": "variant",
|
|
@@ -2461,7 +2449,6 @@
|
|
|
2461
2449
|
"yesNo": "variant",
|
|
2462
2450
|
"details": "string",
|
|
2463
2451
|
"associatedCost": {
|
|
2464
|
-
"hasCost": "variant",
|
|
2465
2452
|
"amount": "number",
|
|
2466
2453
|
"frequency": "string"
|
|
2467
2454
|
},
|
|
@@ -2536,7 +2523,6 @@
|
|
|
2536
2523
|
"details": "string"
|
|
2537
2524
|
},
|
|
2538
2525
|
"associatedCost": {
|
|
2539
|
-
"hasCost": "variant",
|
|
2540
2526
|
"amount": "number",
|
|
2541
2527
|
"frequency": "string"
|
|
2542
2528
|
}
|
|
@@ -2750,10 +2736,6 @@
|
|
|
2750
2736
|
"details": "string",
|
|
2751
2737
|
"attachments": "string"
|
|
2752
2738
|
},
|
|
2753
|
-
"privateRightOfWay": {
|
|
2754
|
-
"yesNo": "variant",
|
|
2755
|
-
"details": "string"
|
|
2756
|
-
},
|
|
2757
2739
|
"rightsOfLight": {
|
|
2758
2740
|
"yesNo": "variant",
|
|
2759
2741
|
"details": "string"
|
|
@@ -2833,10 +2815,6 @@
|
|
|
2833
2815
|
"details": "string"
|
|
2834
2816
|
}
|
|
2835
2817
|
},
|
|
2836
|
-
"stormFireFloodDamage": {
|
|
2837
|
-
"yesNo": "variant",
|
|
2838
|
-
"details": "string"
|
|
2839
|
-
},
|
|
2840
2818
|
"radon": {
|
|
2841
2819
|
"radonRisk": {
|
|
2842
2820
|
"riskIndicator": "string",
|