@pdtf/schemas 3.6.0-33 → 3.6.0-35
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/schemas/v3/combined.json +39 -48
- package/src/schemas/v3/compactSkeleton.txt +3 -6
- package/src/schemas/v3/overlays/extensions/ph.json +11 -14
- package/src/schemas/v3/overlays/extensions/wg.json +57 -16
- package/src/schemas/v3/overlays/sef25.json +57 -37
- package/src/schemas/v3/pdtf-transaction.json +30 -48
- package/src/schemas/v3/skeleton.json +6 -9
- package/src/utils/extractExtensionOverlays.js +2 -11
package/package.json
CHANGED
|
@@ -21601,44 +21601,38 @@
|
|
|
21601
21601
|
"sef25Ref": "S1.1",
|
|
21602
21602
|
"title": "Associated costs of leased solar panels",
|
|
21603
21603
|
"type": "object",
|
|
21604
|
-
"sef25Required": ["
|
|
21604
|
+
"sef25Required": ["frequency"],
|
|
21605
21605
|
"properties": {
|
|
21606
|
-
"
|
|
21606
|
+
"frequency": {
|
|
21607
21607
|
"sef25Ref": "S1.1.1",
|
|
21608
|
-
"title": "
|
|
21608
|
+
"title": "If costs are associated, what is the payment frequency?",
|
|
21609
21609
|
"type": "string",
|
|
21610
|
-
"enum": ["
|
|
21610
|
+
"enum": ["Per month", "Per year", "Not applicable"]
|
|
21611
21611
|
}
|
|
21612
21612
|
},
|
|
21613
21613
|
"discriminator": {
|
|
21614
|
-
"propertyName": "
|
|
21614
|
+
"propertyName": "frequency"
|
|
21615
21615
|
},
|
|
21616
21616
|
"oneOf": [
|
|
21617
21617
|
{
|
|
21618
21618
|
"properties": {
|
|
21619
|
-
"
|
|
21620
|
-
"enum": ["
|
|
21619
|
+
"frequency": {
|
|
21620
|
+
"enum": ["Not applicable"]
|
|
21621
21621
|
}
|
|
21622
21622
|
}
|
|
21623
21623
|
},
|
|
21624
21624
|
{
|
|
21625
21625
|
"properties": {
|
|
21626
|
-
"
|
|
21627
|
-
"enum": ["
|
|
21626
|
+
"frequency": {
|
|
21627
|
+
"enum": ["Per month", "Per year"]
|
|
21628
21628
|
},
|
|
21629
21629
|
"amount": {
|
|
21630
21630
|
"sef25Ref": "S1.1.2",
|
|
21631
21631
|
"title": "Amount (£)",
|
|
21632
21632
|
"type": "number"
|
|
21633
|
-
},
|
|
21634
|
-
"frequency": {
|
|
21635
|
-
"sef25Ref": "S1.1.3",
|
|
21636
|
-
"title": "Payment frequency",
|
|
21637
|
-
"type": "string",
|
|
21638
|
-
"enum": ["Per month", "Per year"]
|
|
21639
21633
|
}
|
|
21640
21634
|
},
|
|
21641
|
-
"sef25Required": ["amount"
|
|
21635
|
+
"sef25Required": ["amount"]
|
|
21642
21636
|
}
|
|
21643
21637
|
]
|
|
21644
21638
|
}
|
|
@@ -22439,44 +22433,38 @@
|
|
|
22439
22433
|
"sef25Ref": "U1.1",
|
|
22440
22434
|
"title": "Associated costs for water supply",
|
|
22441
22435
|
"type": "object",
|
|
22442
|
-
"sef25Required": ["
|
|
22436
|
+
"sef25Required": ["frequency"],
|
|
22443
22437
|
"properties": {
|
|
22444
|
-
"
|
|
22438
|
+
"frequency": {
|
|
22445
22439
|
"sef25Ref": "U1.1.1",
|
|
22446
|
-
"title": "
|
|
22440
|
+
"title": "If costs are associated, what is the payment frequency?",
|
|
22447
22441
|
"type": "string",
|
|
22448
|
-
"enum": ["
|
|
22442
|
+
"enum": ["Per month", "Per year", "Not applicable"]
|
|
22449
22443
|
}
|
|
22450
22444
|
},
|
|
22451
22445
|
"discriminator": {
|
|
22452
|
-
"propertyName": "
|
|
22446
|
+
"propertyName": "frequency"
|
|
22453
22447
|
},
|
|
22454
22448
|
"oneOf": [
|
|
22455
22449
|
{
|
|
22456
22450
|
"properties": {
|
|
22457
|
-
"
|
|
22458
|
-
"enum": ["
|
|
22451
|
+
"frequency": {
|
|
22452
|
+
"enum": ["Not applicable"]
|
|
22459
22453
|
}
|
|
22460
22454
|
}
|
|
22461
22455
|
},
|
|
22462
22456
|
{
|
|
22463
22457
|
"properties": {
|
|
22464
|
-
"
|
|
22465
|
-
"enum": ["
|
|
22458
|
+
"frequency": {
|
|
22459
|
+
"enum": ["Per month", "Per year"]
|
|
22466
22460
|
},
|
|
22467
22461
|
"amount": {
|
|
22468
22462
|
"sef25Ref": "U1.1.2",
|
|
22469
22463
|
"title": "Amount (£)",
|
|
22470
22464
|
"type": "number"
|
|
22471
|
-
},
|
|
22472
|
-
"frequency": {
|
|
22473
|
-
"sef25Ref": "U1.1.3",
|
|
22474
|
-
"title": "Payment frequency",
|
|
22475
|
-
"type": "string",
|
|
22476
|
-
"enum": ["Per month", "Per year"]
|
|
22477
22465
|
}
|
|
22478
22466
|
},
|
|
22479
|
-
"sef25Required": ["amount"
|
|
22467
|
+
"sef25Required": ["amount"]
|
|
22480
22468
|
}
|
|
22481
22469
|
]
|
|
22482
22470
|
}
|
|
@@ -23574,44 +23562,38 @@
|
|
|
23574
23562
|
"sef25Ref": "U1.2",
|
|
23575
23563
|
"title": "Associated costs for sewerage",
|
|
23576
23564
|
"type": "object",
|
|
23577
|
-
"sef25Required": ["
|
|
23565
|
+
"sef25Required": ["frequency"],
|
|
23578
23566
|
"properties": {
|
|
23579
|
-
"
|
|
23567
|
+
"frequency": {
|
|
23580
23568
|
"sef25Ref": "U1.2.1",
|
|
23581
|
-
"title": "
|
|
23569
|
+
"title": "If costs are associated, what is the payment frequency?",
|
|
23582
23570
|
"type": "string",
|
|
23583
|
-
"enum": ["
|
|
23571
|
+
"enum": ["Per month", "Per year", "Not applicable"]
|
|
23584
23572
|
}
|
|
23585
23573
|
},
|
|
23586
23574
|
"discriminator": {
|
|
23587
|
-
"propertyName": "
|
|
23575
|
+
"propertyName": "frequency"
|
|
23588
23576
|
},
|
|
23589
23577
|
"oneOf": [
|
|
23590
23578
|
{
|
|
23591
23579
|
"properties": {
|
|
23592
|
-
"
|
|
23593
|
-
"enum": ["
|
|
23580
|
+
"frequency": {
|
|
23581
|
+
"enum": ["Not applicable"]
|
|
23594
23582
|
}
|
|
23595
23583
|
}
|
|
23596
23584
|
},
|
|
23597
23585
|
{
|
|
23598
23586
|
"properties": {
|
|
23599
|
-
"
|
|
23600
|
-
"enum": ["
|
|
23587
|
+
"frequency": {
|
|
23588
|
+
"enum": ["Per month", "Per year"]
|
|
23601
23589
|
},
|
|
23602
23590
|
"amount": {
|
|
23603
23591
|
"sef25Ref": "U1.2.2",
|
|
23604
23592
|
"title": "Amount (£)",
|
|
23605
23593
|
"type": "number"
|
|
23606
|
-
},
|
|
23607
|
-
"frequency": {
|
|
23608
|
-
"sef25Ref": "U1.2.3",
|
|
23609
|
-
"title": "Payment frequency",
|
|
23610
|
-
"type": "string",
|
|
23611
|
-
"enum": ["Per month", "Per year"]
|
|
23612
23594
|
}
|
|
23613
23595
|
},
|
|
23614
|
-
"sef25Required": ["amount"
|
|
23596
|
+
"sef25Required": ["amount"]
|
|
23615
23597
|
}
|
|
23616
23598
|
]
|
|
23617
23599
|
}
|
|
@@ -30060,6 +30042,7 @@
|
|
|
30060
30042
|
"baspi5Required": ["hasValidGuaranteesOrWarranties"],
|
|
30061
30043
|
"ta6Required": ["hasValidGuaranteesOrWarranties"],
|
|
30062
30044
|
"ta6ed6Required": ["hasValidGuaranteesOrWarranties"],
|
|
30045
|
+
"sef25Required": ["hasValidGuaranteesOrWarranties"],
|
|
30063
30046
|
"properties": {
|
|
30064
30047
|
"hasValidGuaranteesOrWarranties": {
|
|
30065
30048
|
"baspi4Ref": "B5.1",
|
|
@@ -30068,6 +30051,7 @@
|
|
|
30068
30051
|
"ta6ed6Ref": "6.1",
|
|
30069
30052
|
"rdsRef": "Certificates",
|
|
30070
30053
|
"piqRef": "B5.1",
|
|
30054
|
+
"sef25Ref": "W1.0",
|
|
30071
30055
|
"title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
|
|
30072
30056
|
"type": "string",
|
|
30073
30057
|
"enum": ["Yes", "No"]
|
|
@@ -30114,6 +30098,7 @@
|
|
|
30114
30098
|
"baspi5Required": ["yesNo"],
|
|
30115
30099
|
"ta6Required": ["yesNo"],
|
|
30116
30100
|
"ta6ed6Required": ["yesNo"],
|
|
30101
|
+
"sef25Required": ["yesNo"],
|
|
30117
30102
|
"discriminator": {
|
|
30118
30103
|
"propertyName": "yesNo"
|
|
30119
30104
|
},
|
|
@@ -30180,6 +30165,7 @@
|
|
|
30180
30165
|
"baspi5Required": ["yesNo"],
|
|
30181
30166
|
"ta6Required": ["yesNo"],
|
|
30182
30167
|
"ta6ed6Required": ["yesNo"],
|
|
30168
|
+
"sef25Required": ["yesNo"],
|
|
30183
30169
|
"discriminator": {
|
|
30184
30170
|
"propertyName": "yesNo"
|
|
30185
30171
|
},
|
|
@@ -30237,6 +30223,7 @@
|
|
|
30237
30223
|
"baspi4Required": ["yesNo"],
|
|
30238
30224
|
"baspi5Required": ["yesNo"],
|
|
30239
30225
|
"ta6Required": ["yesNo"],
|
|
30226
|
+
"sef25Required": ["yesNo"],
|
|
30240
30227
|
"ta6ed6Required": ["yesNo"],
|
|
30241
30228
|
"discriminator": {
|
|
30242
30229
|
"propertyName": "yesNo"
|
|
@@ -30354,6 +30341,7 @@
|
|
|
30354
30341
|
"baspi5Required": ["yesNo"],
|
|
30355
30342
|
"ta6Required": ["yesNo"],
|
|
30356
30343
|
"ta6ed6Required": ["yesNo"],
|
|
30344
|
+
"sef25Required": ["yesNo"],
|
|
30357
30345
|
"discriminator": {
|
|
30358
30346
|
"propertyName": "yesNo"
|
|
30359
30347
|
},
|
|
@@ -30498,6 +30486,7 @@
|
|
|
30498
30486
|
},
|
|
30499
30487
|
"baspi4Required": ["yesNo"],
|
|
30500
30488
|
"baspi5Required": ["yesNo"],
|
|
30489
|
+
"sef25Required": ["yesNo"],
|
|
30501
30490
|
"ta6Required": ["yesNo"],
|
|
30502
30491
|
"discriminator": {
|
|
30503
30492
|
"propertyName": "yesNo"
|
|
@@ -30555,6 +30544,7 @@
|
|
|
30555
30544
|
"baspi5Required": ["yesNo"],
|
|
30556
30545
|
"ta6Required": ["yesNo"],
|
|
30557
30546
|
"ta6ed6Required": ["yesNo"],
|
|
30547
|
+
"sef25Required": ["yesNo"],
|
|
30558
30548
|
"discriminator": {
|
|
30559
30549
|
"propertyName": "yesNo"
|
|
30560
30550
|
},
|
|
@@ -30701,6 +30691,7 @@
|
|
|
30701
30691
|
"baspi5Required": ["yesNo"],
|
|
30702
30692
|
"ta6Required": ["yesNo"],
|
|
30703
30693
|
"ta6ed6Required": ["yesNo"],
|
|
30694
|
+
"sef25Required": ["yesNo"],
|
|
30704
30695
|
"discriminator": {
|
|
30705
30696
|
"propertyName": "yesNo"
|
|
30706
30697
|
},
|
|
@@ -1881,9 +1881,8 @@
|
|
|
1881
1881
|
details
|
|
1882
1882
|
attachments
|
|
1883
1883
|
associatedCost
|
|
1884
|
-
hasCost
|
|
1885
|
-
amount
|
|
1886
1884
|
frequency
|
|
1885
|
+
amount
|
|
1887
1886
|
panelProviderLease
|
|
1888
1887
|
yesNo
|
|
1889
1888
|
details
|
|
@@ -1933,9 +1932,8 @@
|
|
|
1933
1932
|
yesNo
|
|
1934
1933
|
details
|
|
1935
1934
|
associatedCost
|
|
1936
|
-
hasCost
|
|
1937
|
-
amount
|
|
1938
1935
|
frequency
|
|
1936
|
+
amount
|
|
1939
1937
|
supplier
|
|
1940
1938
|
stopcock
|
|
1941
1939
|
location
|
|
@@ -1993,9 +1991,8 @@
|
|
|
1993
1991
|
attachments
|
|
1994
1992
|
details
|
|
1995
1993
|
associatedCost
|
|
1996
|
-
hasCost
|
|
1997
|
-
amount
|
|
1998
1994
|
frequency
|
|
1995
|
+
amount
|
|
1999
1996
|
surfaceDrainageCharge
|
|
2000
1997
|
yesNo
|
|
2001
1998
|
details
|
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
"propertyPack": {
|
|
4
4
|
"properties": {
|
|
5
5
|
"specialistIssues": {
|
|
6
|
+
"required": [
|
|
7
|
+
"wellsDitchesShaft",
|
|
8
|
+
"damagedOrExposedElectrics",
|
|
9
|
+
"damageToFlooringOrStaircases",
|
|
10
|
+
"knownAreasInPoorCondition"
|
|
11
|
+
],
|
|
6
12
|
"properties": {
|
|
7
13
|
"wellsDitchesShaft": {
|
|
8
14
|
"ntsRef": "H1.1",
|
|
@@ -45,8 +51,7 @@
|
|
|
45
51
|
}
|
|
46
52
|
}
|
|
47
53
|
}
|
|
48
|
-
]
|
|
49
|
-
"type": "object"
|
|
54
|
+
]
|
|
50
55
|
},
|
|
51
56
|
"damagedOrExposedElectrics": {
|
|
52
57
|
"ntsRef": "H1.2",
|
|
@@ -89,8 +94,7 @@
|
|
|
89
94
|
}
|
|
90
95
|
}
|
|
91
96
|
}
|
|
92
|
-
]
|
|
93
|
-
"type": "object"
|
|
97
|
+
]
|
|
94
98
|
},
|
|
95
99
|
"damageToFlooringOrStaircases": {
|
|
96
100
|
"ntsRef": "H1.3",
|
|
@@ -133,8 +137,7 @@
|
|
|
133
137
|
}
|
|
134
138
|
}
|
|
135
139
|
}
|
|
136
|
-
]
|
|
137
|
-
"type": "object"
|
|
140
|
+
]
|
|
138
141
|
},
|
|
139
142
|
"knownAreasInPoorCondition": {
|
|
140
143
|
"ntsRef": "H1.4",
|
|
@@ -177,16 +180,10 @@
|
|
|
177
180
|
}
|
|
178
181
|
}
|
|
179
182
|
}
|
|
180
|
-
]
|
|
181
|
-
"type": "object"
|
|
183
|
+
]
|
|
182
184
|
}
|
|
183
185
|
},
|
|
184
|
-
"
|
|
185
|
-
"wellsDitchesShaft",
|
|
186
|
-
"damagedOrExposedElectrics",
|
|
187
|
-
"damageToFlooringOrStaircases",
|
|
188
|
-
"knownAreasInPoorCondition"
|
|
189
|
-
]
|
|
186
|
+
"type": "object"
|
|
190
187
|
}
|
|
191
188
|
}
|
|
192
189
|
}
|
|
@@ -3,12 +3,36 @@
|
|
|
3
3
|
"propertyPack": {
|
|
4
4
|
"properties": {
|
|
5
5
|
"guaranteesWarrantiesAndIndemnityInsurances": {
|
|
6
|
+
"ntsRef": "W1",
|
|
7
|
+
"required": [
|
|
8
|
+
"hasValidGuaranteesOrWarranties"
|
|
9
|
+
],
|
|
10
|
+
"discriminator": {
|
|
11
|
+
"propertyName": "hasValidGuaranteesOrWarranties"
|
|
12
|
+
},
|
|
13
|
+
"properties": {
|
|
14
|
+
"hasValidGuaranteesOrWarranties": {
|
|
15
|
+
"ntsRef": "W1.0",
|
|
16
|
+
"type": "string"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
6
19
|
"oneOf": [
|
|
7
|
-
|
|
20
|
+
{
|
|
21
|
+
"properties": {
|
|
22
|
+
"hasValidGuaranteesOrWarranties": {
|
|
23
|
+
"enum": [
|
|
24
|
+
"No"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
8
29
|
{
|
|
9
30
|
"properties": {
|
|
10
31
|
"newHomeWarranty": {
|
|
11
32
|
"ntsRef": "W1.1",
|
|
33
|
+
"required": [
|
|
34
|
+
"yesNo"
|
|
35
|
+
],
|
|
12
36
|
"discriminator": {
|
|
13
37
|
"propertyName": "yesNo"
|
|
14
38
|
},
|
|
@@ -31,11 +55,13 @@
|
|
|
31
55
|
}
|
|
32
56
|
}
|
|
33
57
|
}
|
|
34
|
-
]
|
|
35
|
-
"type": "object"
|
|
58
|
+
]
|
|
36
59
|
},
|
|
37
60
|
"roofingWork": {
|
|
38
61
|
"ntsRef": "W1.2",
|
|
62
|
+
"required": [
|
|
63
|
+
"yesNo"
|
|
64
|
+
],
|
|
39
65
|
"discriminator": {
|
|
40
66
|
"propertyName": "yesNo"
|
|
41
67
|
},
|
|
@@ -58,11 +84,13 @@
|
|
|
58
84
|
}
|
|
59
85
|
}
|
|
60
86
|
}
|
|
61
|
-
]
|
|
62
|
-
"type": "object"
|
|
87
|
+
]
|
|
63
88
|
},
|
|
64
89
|
"dampProofingTreatment": {
|
|
65
90
|
"ntsRef": "W1.3",
|
|
91
|
+
"required": [
|
|
92
|
+
"yesNo"
|
|
93
|
+
],
|
|
66
94
|
"discriminator": {
|
|
67
95
|
"propertyName": "yesNo"
|
|
68
96
|
},
|
|
@@ -85,11 +113,13 @@
|
|
|
85
113
|
}
|
|
86
114
|
}
|
|
87
115
|
}
|
|
88
|
-
]
|
|
89
|
-
"type": "object"
|
|
116
|
+
]
|
|
90
117
|
},
|
|
91
118
|
"centralHeatingAndorPlumbing": {
|
|
92
119
|
"ntsRef": "W1.4",
|
|
120
|
+
"required": [
|
|
121
|
+
"yesNo"
|
|
122
|
+
],
|
|
93
123
|
"discriminator": {
|
|
94
124
|
"propertyName": "yesNo"
|
|
95
125
|
},
|
|
@@ -112,11 +142,13 @@
|
|
|
112
142
|
}
|
|
113
143
|
}
|
|
114
144
|
}
|
|
115
|
-
]
|
|
116
|
-
"type": "object"
|
|
145
|
+
]
|
|
117
146
|
},
|
|
118
147
|
"electricalRepairOrInstallation": {
|
|
119
148
|
"ntsRef": "W1.5",
|
|
149
|
+
"required": [
|
|
150
|
+
"yesNo"
|
|
151
|
+
],
|
|
120
152
|
"discriminator": {
|
|
121
153
|
"propertyName": "yesNo"
|
|
122
154
|
},
|
|
@@ -139,11 +171,13 @@
|
|
|
139
171
|
}
|
|
140
172
|
}
|
|
141
173
|
}
|
|
142
|
-
]
|
|
143
|
-
"type": "object"
|
|
174
|
+
]
|
|
144
175
|
},
|
|
145
176
|
"subsidenceWork": {
|
|
146
177
|
"ntsRef": "W1.6",
|
|
178
|
+
"required": [
|
|
179
|
+
"yesNo"
|
|
180
|
+
],
|
|
147
181
|
"discriminator": {
|
|
148
182
|
"propertyName": "yesNo"
|
|
149
183
|
},
|
|
@@ -166,11 +200,13 @@
|
|
|
166
200
|
}
|
|
167
201
|
}
|
|
168
202
|
}
|
|
169
|
-
]
|
|
170
|
-
"type": "object"
|
|
203
|
+
]
|
|
171
204
|
},
|
|
172
205
|
"otherGuarantees": {
|
|
173
206
|
"ntsRef": "W1.7",
|
|
207
|
+
"required": [
|
|
208
|
+
"yesNo"
|
|
209
|
+
],
|
|
174
210
|
"discriminator": {
|
|
175
211
|
"propertyName": "yesNo"
|
|
176
212
|
},
|
|
@@ -193,12 +229,17 @@
|
|
|
193
229
|
}
|
|
194
230
|
}
|
|
195
231
|
}
|
|
196
|
-
]
|
|
197
|
-
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
"hasValidGuaranteesOrWarranties": {
|
|
235
|
+
"enum": [
|
|
236
|
+
"Yes"
|
|
237
|
+
]
|
|
198
238
|
}
|
|
199
239
|
}
|
|
200
240
|
}
|
|
201
|
-
]
|
|
241
|
+
],
|
|
242
|
+
"type": "object"
|
|
202
243
|
}
|
|
203
244
|
}
|
|
204
245
|
}
|
|
@@ -351,43 +351,40 @@
|
|
|
351
351
|
"associatedCost": {
|
|
352
352
|
"sef25Ref": "S1.1",
|
|
353
353
|
"discriminator": {
|
|
354
|
-
"propertyName": "
|
|
354
|
+
"propertyName": "frequency"
|
|
355
355
|
},
|
|
356
356
|
"oneOf": [
|
|
357
357
|
{
|
|
358
358
|
"properties": {
|
|
359
|
-
"
|
|
359
|
+
"frequency": {
|
|
360
360
|
"enum": [
|
|
361
|
-
"
|
|
361
|
+
"Not applicable"
|
|
362
362
|
]
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
367
|
"properties": {
|
|
368
|
-
"
|
|
368
|
+
"frequency": {
|
|
369
369
|
"enum": [
|
|
370
|
-
"
|
|
370
|
+
"Per month",
|
|
371
|
+
"Per year"
|
|
371
372
|
]
|
|
372
373
|
},
|
|
373
374
|
"amount": {
|
|
374
375
|
"sef25Ref": "S1.1.2"
|
|
375
|
-
},
|
|
376
|
-
"frequency": {
|
|
377
|
-
"sef25Ref": "S1.1.3"
|
|
378
376
|
}
|
|
379
377
|
},
|
|
380
378
|
"required": [
|
|
381
|
-
"amount"
|
|
382
|
-
"frequency"
|
|
379
|
+
"amount"
|
|
383
380
|
]
|
|
384
381
|
}
|
|
385
382
|
],
|
|
386
383
|
"required": [
|
|
387
|
-
"
|
|
384
|
+
"frequency"
|
|
388
385
|
],
|
|
389
386
|
"properties": {
|
|
390
|
-
"
|
|
387
|
+
"frequency": {
|
|
391
388
|
"sef25Ref": "S1.1.1"
|
|
392
389
|
}
|
|
393
390
|
}
|
|
@@ -425,43 +422,40 @@
|
|
|
425
422
|
"associatedCost": {
|
|
426
423
|
"sef25Ref": "U1.1",
|
|
427
424
|
"discriminator": {
|
|
428
|
-
"propertyName": "
|
|
425
|
+
"propertyName": "frequency"
|
|
429
426
|
},
|
|
430
427
|
"oneOf": [
|
|
431
428
|
{
|
|
432
429
|
"properties": {
|
|
433
|
-
"
|
|
430
|
+
"frequency": {
|
|
434
431
|
"enum": [
|
|
435
|
-
"
|
|
432
|
+
"Not applicable"
|
|
436
433
|
]
|
|
437
434
|
}
|
|
438
435
|
}
|
|
439
436
|
},
|
|
440
437
|
{
|
|
441
438
|
"properties": {
|
|
442
|
-
"
|
|
439
|
+
"frequency": {
|
|
443
440
|
"enum": [
|
|
444
|
-
"
|
|
441
|
+
"Per month",
|
|
442
|
+
"Per year"
|
|
445
443
|
]
|
|
446
444
|
},
|
|
447
445
|
"amount": {
|
|
448
446
|
"sef25Ref": "U1.1.2"
|
|
449
|
-
},
|
|
450
|
-
"frequency": {
|
|
451
|
-
"sef25Ref": "U1.1.3"
|
|
452
447
|
}
|
|
453
448
|
},
|
|
454
449
|
"required": [
|
|
455
|
-
"amount"
|
|
456
|
-
"frequency"
|
|
450
|
+
"amount"
|
|
457
451
|
]
|
|
458
452
|
}
|
|
459
453
|
],
|
|
460
454
|
"required": [
|
|
461
|
-
"
|
|
455
|
+
"frequency"
|
|
462
456
|
],
|
|
463
457
|
"properties": {
|
|
464
|
-
"
|
|
458
|
+
"frequency": {
|
|
465
459
|
"sef25Ref": "U1.1.1"
|
|
466
460
|
}
|
|
467
461
|
}
|
|
@@ -486,43 +480,40 @@
|
|
|
486
480
|
"associatedCost": {
|
|
487
481
|
"sef25Ref": "U1.2",
|
|
488
482
|
"discriminator": {
|
|
489
|
-
"propertyName": "
|
|
483
|
+
"propertyName": "frequency"
|
|
490
484
|
},
|
|
491
485
|
"oneOf": [
|
|
492
486
|
{
|
|
493
487
|
"properties": {
|
|
494
|
-
"
|
|
488
|
+
"frequency": {
|
|
495
489
|
"enum": [
|
|
496
|
-
"
|
|
490
|
+
"Not applicable"
|
|
497
491
|
]
|
|
498
492
|
}
|
|
499
493
|
}
|
|
500
494
|
},
|
|
501
495
|
{
|
|
502
496
|
"properties": {
|
|
503
|
-
"
|
|
497
|
+
"frequency": {
|
|
504
498
|
"enum": [
|
|
505
|
-
"
|
|
499
|
+
"Per month",
|
|
500
|
+
"Per year"
|
|
506
501
|
]
|
|
507
502
|
},
|
|
508
503
|
"amount": {
|
|
509
504
|
"sef25Ref": "U1.2.2"
|
|
510
|
-
},
|
|
511
|
-
"frequency": {
|
|
512
|
-
"sef25Ref": "U1.2.3"
|
|
513
505
|
}
|
|
514
506
|
},
|
|
515
507
|
"required": [
|
|
516
|
-
"amount"
|
|
517
|
-
"frequency"
|
|
508
|
+
"amount"
|
|
518
509
|
]
|
|
519
510
|
}
|
|
520
511
|
],
|
|
521
512
|
"required": [
|
|
522
|
-
"
|
|
513
|
+
"frequency"
|
|
523
514
|
],
|
|
524
515
|
"properties": {
|
|
525
|
-
"
|
|
516
|
+
"frequency": {
|
|
526
517
|
"sef25Ref": "U1.2.1"
|
|
527
518
|
}
|
|
528
519
|
}
|
|
@@ -798,6 +789,9 @@
|
|
|
798
789
|
}
|
|
799
790
|
}
|
|
800
791
|
}
|
|
792
|
+
],
|
|
793
|
+
"required": [
|
|
794
|
+
"yesNo"
|
|
801
795
|
]
|
|
802
796
|
},
|
|
803
797
|
"roofingWork": {
|
|
@@ -824,6 +818,9 @@
|
|
|
824
818
|
}
|
|
825
819
|
}
|
|
826
820
|
}
|
|
821
|
+
],
|
|
822
|
+
"required": [
|
|
823
|
+
"yesNo"
|
|
827
824
|
]
|
|
828
825
|
},
|
|
829
826
|
"dampProofingTreatment": {
|
|
@@ -850,6 +847,9 @@
|
|
|
850
847
|
}
|
|
851
848
|
}
|
|
852
849
|
}
|
|
850
|
+
],
|
|
851
|
+
"required": [
|
|
852
|
+
"yesNo"
|
|
853
853
|
]
|
|
854
854
|
},
|
|
855
855
|
"centralHeatingAndorPlumbing": {
|
|
@@ -876,6 +876,9 @@
|
|
|
876
876
|
}
|
|
877
877
|
}
|
|
878
878
|
}
|
|
879
|
+
],
|
|
880
|
+
"required": [
|
|
881
|
+
"yesNo"
|
|
879
882
|
]
|
|
880
883
|
},
|
|
881
884
|
"electricalRepairOrInstallation": {
|
|
@@ -902,6 +905,9 @@
|
|
|
902
905
|
}
|
|
903
906
|
}
|
|
904
907
|
}
|
|
908
|
+
],
|
|
909
|
+
"required": [
|
|
910
|
+
"yesNo"
|
|
905
911
|
]
|
|
906
912
|
},
|
|
907
913
|
"subsidenceWork": {
|
|
@@ -928,6 +934,9 @@
|
|
|
928
934
|
}
|
|
929
935
|
}
|
|
930
936
|
}
|
|
937
|
+
],
|
|
938
|
+
"required": [
|
|
939
|
+
"yesNo"
|
|
931
940
|
]
|
|
932
941
|
},
|
|
933
942
|
"otherGuarantees": {
|
|
@@ -954,11 +963,22 @@
|
|
|
954
963
|
}
|
|
955
964
|
}
|
|
956
965
|
}
|
|
966
|
+
],
|
|
967
|
+
"required": [
|
|
968
|
+
"yesNo"
|
|
957
969
|
]
|
|
958
970
|
}
|
|
959
971
|
}
|
|
960
972
|
}
|
|
961
|
-
]
|
|
973
|
+
],
|
|
974
|
+
"required": [
|
|
975
|
+
"hasValidGuaranteesOrWarranties"
|
|
976
|
+
],
|
|
977
|
+
"properties": {
|
|
978
|
+
"hasValidGuaranteesOrWarranties": {
|
|
979
|
+
"sef25Ref": "W1.0"
|
|
980
|
+
}
|
|
981
|
+
}
|
|
962
982
|
}
|
|
963
983
|
}
|
|
964
984
|
}
|
|
@@ -18066,43 +18066,37 @@
|
|
|
18066
18066
|
"title": "Associated costs of leased solar panels",
|
|
18067
18067
|
"type": "object",
|
|
18068
18068
|
"properties": {
|
|
18069
|
-
"
|
|
18070
|
-
"title": "
|
|
18069
|
+
"frequency": {
|
|
18070
|
+
"title": "If costs are associated, what is the payment frequency?",
|
|
18071
18071
|
"type": "string",
|
|
18072
18072
|
"enum": [
|
|
18073
|
-
"
|
|
18074
|
-
"
|
|
18073
|
+
"Per month",
|
|
18074
|
+
"Per year",
|
|
18075
|
+
"Not applicable"
|
|
18075
18076
|
]
|
|
18076
18077
|
}
|
|
18077
18078
|
},
|
|
18078
18079
|
"oneOf": [
|
|
18079
18080
|
{
|
|
18080
18081
|
"properties": {
|
|
18081
|
-
"
|
|
18082
|
+
"frequency": {
|
|
18082
18083
|
"enum": [
|
|
18083
|
-
"
|
|
18084
|
+
"Not applicable"
|
|
18084
18085
|
]
|
|
18085
18086
|
}
|
|
18086
18087
|
}
|
|
18087
18088
|
},
|
|
18088
18089
|
{
|
|
18089
18090
|
"properties": {
|
|
18090
|
-
"
|
|
18091
|
+
"frequency": {
|
|
18091
18092
|
"enum": [
|
|
18092
|
-
"
|
|
18093
|
+
"Per month",
|
|
18094
|
+
"Per year"
|
|
18093
18095
|
]
|
|
18094
18096
|
},
|
|
18095
18097
|
"amount": {
|
|
18096
18098
|
"title": "Amount (£)",
|
|
18097
18099
|
"type": "number"
|
|
18098
|
-
},
|
|
18099
|
-
"frequency": {
|
|
18100
|
-
"title": "Payment frequency",
|
|
18101
|
-
"type": "string",
|
|
18102
|
-
"enum": [
|
|
18103
|
-
"Per month",
|
|
18104
|
-
"Per year"
|
|
18105
|
-
]
|
|
18106
18100
|
}
|
|
18107
18101
|
}
|
|
18108
18102
|
}
|
|
@@ -18657,43 +18651,37 @@
|
|
|
18657
18651
|
"title": "Associated costs for water supply",
|
|
18658
18652
|
"type": "object",
|
|
18659
18653
|
"properties": {
|
|
18660
|
-
"
|
|
18661
|
-
"title": "
|
|
18654
|
+
"frequency": {
|
|
18655
|
+
"title": "If costs are associated, what is the payment frequency?",
|
|
18662
18656
|
"type": "string",
|
|
18663
18657
|
"enum": [
|
|
18664
|
-
"
|
|
18665
|
-
"
|
|
18658
|
+
"Per month",
|
|
18659
|
+
"Per year",
|
|
18660
|
+
"Not applicable"
|
|
18666
18661
|
]
|
|
18667
18662
|
}
|
|
18668
18663
|
},
|
|
18669
18664
|
"oneOf": [
|
|
18670
18665
|
{
|
|
18671
18666
|
"properties": {
|
|
18672
|
-
"
|
|
18667
|
+
"frequency": {
|
|
18673
18668
|
"enum": [
|
|
18674
|
-
"
|
|
18669
|
+
"Not applicable"
|
|
18675
18670
|
]
|
|
18676
18671
|
}
|
|
18677
18672
|
}
|
|
18678
18673
|
},
|
|
18679
18674
|
{
|
|
18680
18675
|
"properties": {
|
|
18681
|
-
"
|
|
18676
|
+
"frequency": {
|
|
18682
18677
|
"enum": [
|
|
18683
|
-
"
|
|
18678
|
+
"Per month",
|
|
18679
|
+
"Per year"
|
|
18684
18680
|
]
|
|
18685
18681
|
},
|
|
18686
18682
|
"amount": {
|
|
18687
18683
|
"title": "Amount (£)",
|
|
18688
18684
|
"type": "number"
|
|
18689
|
-
},
|
|
18690
|
-
"frequency": {
|
|
18691
|
-
"title": "Payment frequency",
|
|
18692
|
-
"type": "string",
|
|
18693
|
-
"enum": [
|
|
18694
|
-
"Per month",
|
|
18695
|
-
"Per year"
|
|
18696
|
-
]
|
|
18697
18685
|
}
|
|
18698
18686
|
}
|
|
18699
18687
|
}
|
|
@@ -19416,43 +19404,37 @@
|
|
|
19416
19404
|
"title": "Associated costs for sewerage",
|
|
19417
19405
|
"type": "object",
|
|
19418
19406
|
"properties": {
|
|
19419
|
-
"
|
|
19420
|
-
"title": "
|
|
19407
|
+
"frequency": {
|
|
19408
|
+
"title": "If costs are associated, what is the payment frequency?",
|
|
19421
19409
|
"type": "string",
|
|
19422
19410
|
"enum": [
|
|
19423
|
-
"
|
|
19424
|
-
"
|
|
19411
|
+
"Per month",
|
|
19412
|
+
"Per year",
|
|
19413
|
+
"Not applicable"
|
|
19425
19414
|
]
|
|
19426
19415
|
}
|
|
19427
19416
|
},
|
|
19428
19417
|
"oneOf": [
|
|
19429
19418
|
{
|
|
19430
19419
|
"properties": {
|
|
19431
|
-
"
|
|
19420
|
+
"frequency": {
|
|
19432
19421
|
"enum": [
|
|
19433
|
-
"
|
|
19422
|
+
"Not applicable"
|
|
19434
19423
|
]
|
|
19435
19424
|
}
|
|
19436
19425
|
}
|
|
19437
19426
|
},
|
|
19438
19427
|
{
|
|
19439
19428
|
"properties": {
|
|
19440
|
-
"
|
|
19429
|
+
"frequency": {
|
|
19441
19430
|
"enum": [
|
|
19442
|
-
"
|
|
19431
|
+
"Per month",
|
|
19432
|
+
"Per year"
|
|
19443
19433
|
]
|
|
19444
19434
|
},
|
|
19445
19435
|
"amount": {
|
|
19446
19436
|
"title": "Amount (£)",
|
|
19447
19437
|
"type": "number"
|
|
19448
|
-
},
|
|
19449
|
-
"frequency": {
|
|
19450
|
-
"title": "Payment frequency",
|
|
19451
|
-
"type": "string",
|
|
19452
|
-
"enum": [
|
|
19453
|
-
"Per month",
|
|
19454
|
-
"Per year"
|
|
19455
|
-
]
|
|
19456
19438
|
}
|
|
19457
19439
|
}
|
|
19458
19440
|
}
|
|
@@ -2395,9 +2395,8 @@
|
|
|
2395
2395
|
"details": "string",
|
|
2396
2396
|
"attachments": "string",
|
|
2397
2397
|
"associatedCost": {
|
|
2398
|
-
"
|
|
2399
|
-
"amount": "number"
|
|
2400
|
-
"frequency": "string"
|
|
2398
|
+
"frequency": "variant",
|
|
2399
|
+
"amount": "number"
|
|
2401
2400
|
}
|
|
2402
2401
|
},
|
|
2403
2402
|
"panelProviderLease": {
|
|
@@ -2461,9 +2460,8 @@
|
|
|
2461
2460
|
"yesNo": "variant",
|
|
2462
2461
|
"details": "string",
|
|
2463
2462
|
"associatedCost": {
|
|
2464
|
-
"
|
|
2465
|
-
"amount": "number"
|
|
2466
|
-
"frequency": "string"
|
|
2463
|
+
"frequency": "variant",
|
|
2464
|
+
"amount": "number"
|
|
2467
2465
|
},
|
|
2468
2466
|
"supplier": "string",
|
|
2469
2467
|
"stopcock": {
|
|
@@ -2536,9 +2534,8 @@
|
|
|
2536
2534
|
"details": "string"
|
|
2537
2535
|
},
|
|
2538
2536
|
"associatedCost": {
|
|
2539
|
-
"
|
|
2540
|
-
"amount": "number"
|
|
2541
|
-
"frequency": "string"
|
|
2537
|
+
"frequency": "variant",
|
|
2538
|
+
"amount": "number"
|
|
2542
2539
|
}
|
|
2543
2540
|
},
|
|
2544
2541
|
"surfaceDrainageCharge": {
|
|
@@ -214,10 +214,7 @@ const extensionMappings = {
|
|
|
214
214
|
description: "Property hazards and known issues",
|
|
215
215
|
refType: "sef25Ref",
|
|
216
216
|
paths: [
|
|
217
|
-
"/properties/propertyPack/properties/specialistIssues
|
|
218
|
-
"/properties/propertyPack/properties/specialistIssues/properties/damagedOrExposedElectrics",
|
|
219
|
-
"/properties/propertyPack/properties/specialistIssues/properties/damageToFlooringOrStaircases",
|
|
220
|
-
"/properties/propertyPack/properties/specialistIssues/properties/knownAreasInPoorCondition",
|
|
217
|
+
"/properties/propertyPack/properties/specialistIssues",
|
|
221
218
|
],
|
|
222
219
|
},
|
|
223
220
|
|
|
@@ -267,13 +264,7 @@ const extensionMappings = {
|
|
|
267
264
|
description: "Warranties and guarantees upfront Y/N for SEF25",
|
|
268
265
|
refType: "sef25Ref",
|
|
269
266
|
paths: [
|
|
270
|
-
"/properties/propertyPack/properties/guaranteesWarrantiesAndIndemnityInsurances
|
|
271
|
-
"/properties/propertyPack/properties/guaranteesWarrantiesAndIndemnityInsurances/oneOf/1/properties/roofingWork",
|
|
272
|
-
"/properties/propertyPack/properties/guaranteesWarrantiesAndIndemnityInsurances/oneOf/1/properties/dampProofingTreatment",
|
|
273
|
-
"/properties/propertyPack/properties/guaranteesWarrantiesAndIndemnityInsurances/oneOf/1/properties/centralHeatingAndorPlumbing",
|
|
274
|
-
"/properties/propertyPack/properties/guaranteesWarrantiesAndIndemnityInsurances/oneOf/1/properties/electricalRepairOrInstallation",
|
|
275
|
-
"/properties/propertyPack/properties/guaranteesWarrantiesAndIndemnityInsurances/oneOf/1/properties/subsidenceWork",
|
|
276
|
-
"/properties/propertyPack/properties/guaranteesWarrantiesAndIndemnityInsurances/oneOf/1/properties/otherGuarantees",
|
|
267
|
+
"/properties/propertyPack/properties/guaranteesWarrantiesAndIndemnityInsurances",
|
|
277
268
|
],
|
|
278
269
|
},
|
|
279
270
|
|