@pdtf/schemas 3.6.0-39 → 3.6.0-40
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
CHANGED
|
@@ -30367,6 +30367,7 @@
|
|
|
30367
30367
|
"ta6ed6Ref": "6.1d",
|
|
30368
30368
|
"ta6Ref": "5.1d",
|
|
30369
30369
|
"piqRef": "B5.1.6",
|
|
30370
|
+
"sef25Ref": "W1.8",
|
|
30370
30371
|
"title": "Double glazing (windows, doors, roof lights, conservatory etc)",
|
|
30371
30372
|
"type": "object",
|
|
30372
30373
|
"properties": {
|
|
@@ -30375,6 +30376,7 @@
|
|
|
30375
30376
|
"baspi5Ref": "B5.1.6.1",
|
|
30376
30377
|
"ta6ed6Ref": "6.1d1",
|
|
30377
30378
|
"ta6Ref": "5.1d1",
|
|
30379
|
+
"sef25Ref": "W1.8.1",
|
|
30378
30380
|
"type": "string",
|
|
30379
30381
|
"title": "",
|
|
30380
30382
|
"enum": ["Yes", "No"]
|
|
@@ -30384,6 +30386,7 @@
|
|
|
30384
30386
|
"baspi5Required": ["yesNo"],
|
|
30385
30387
|
"ta6Required": ["yesNo"],
|
|
30386
30388
|
"ta6ed6Required": ["yesNo"],
|
|
30389
|
+
"sef25Required": ["yesNo"],
|
|
30387
30390
|
"discriminator": {
|
|
30388
30391
|
"propertyName": "yesNo"
|
|
30389
30392
|
},
|
|
@@ -30701,6 +30704,7 @@
|
|
|
30701
30704
|
"baspi5Ref": "B5.1.10.2",
|
|
30702
30705
|
"ta6ed6Ref": "6.1i2",
|
|
30703
30706
|
"ta6Ref": "5.1i2",
|
|
30707
|
+
"sef25Ref": "W1.7.2",
|
|
30704
30708
|
"title": "Please provide details",
|
|
30705
30709
|
"type": "string",
|
|
30706
30710
|
"minLength": 1
|
|
@@ -30716,7 +30720,8 @@
|
|
|
30716
30720
|
"baspi4Required": ["details"],
|
|
30717
30721
|
"baspi5Required": ["details"],
|
|
30718
30722
|
"ta6Required": ["details", "attachments"],
|
|
30719
|
-
"ta6ed6Required": ["details", "attachments"]
|
|
30723
|
+
"ta6ed6Required": ["details", "attachments"],
|
|
30724
|
+
"sef25Required": ["details"]
|
|
30720
30725
|
}
|
|
30721
30726
|
]
|
|
30722
30727
|
},
|
|
@@ -177,6 +177,41 @@
|
|
|
177
177
|
}
|
|
178
178
|
]
|
|
179
179
|
},
|
|
180
|
+
"doubleGlazing": {
|
|
181
|
+
"ntsRef": "W1.8",
|
|
182
|
+
"required": [
|
|
183
|
+
"yesNo"
|
|
184
|
+
],
|
|
185
|
+
"discriminator": {
|
|
186
|
+
"propertyName": "yesNo"
|
|
187
|
+
},
|
|
188
|
+
"properties": {
|
|
189
|
+
"yesNo": {
|
|
190
|
+
"ntsRef": "W1.8.1",
|
|
191
|
+
"type": "string"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"oneOf": [
|
|
195
|
+
{
|
|
196
|
+
"properties": {
|
|
197
|
+
"yesNo": {
|
|
198
|
+
"enum": [
|
|
199
|
+
"No"
|
|
200
|
+
]
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"properties": {
|
|
206
|
+
"yesNo": {
|
|
207
|
+
"enum": [
|
|
208
|
+
"Yes"
|
|
209
|
+
]
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
},
|
|
180
215
|
"electricalRepairOrInstallation": {
|
|
181
216
|
"ntsRef": "W1.5",
|
|
182
217
|
"required": [
|
|
@@ -272,11 +307,25 @@
|
|
|
272
307
|
}
|
|
273
308
|
},
|
|
274
309
|
{
|
|
310
|
+
"required": [
|
|
311
|
+
"details"
|
|
312
|
+
],
|
|
275
313
|
"properties": {
|
|
314
|
+
"details": {
|
|
315
|
+
"ntsRef": "W1.7.2",
|
|
316
|
+
"type": "string",
|
|
317
|
+
"minLength": 1
|
|
318
|
+
},
|
|
276
319
|
"yesNo": {
|
|
277
320
|
"enum": [
|
|
278
321
|
"Yes"
|
|
279
322
|
]
|
|
323
|
+
},
|
|
324
|
+
"attachments": {
|
|
325
|
+
"enum": [
|
|
326
|
+
"Attached",
|
|
327
|
+
"To follow"
|
|
328
|
+
]
|
|
280
329
|
}
|
|
281
330
|
}
|
|
282
331
|
}
|
|
@@ -847,6 +847,40 @@
|
|
|
847
847
|
}
|
|
848
848
|
}
|
|
849
849
|
},
|
|
850
|
+
"doubleGlazing": {
|
|
851
|
+
"sef25Ref": "W1.8",
|
|
852
|
+
"discriminator": {
|
|
853
|
+
"propertyName": "yesNo"
|
|
854
|
+
},
|
|
855
|
+
"oneOf": [
|
|
856
|
+
{
|
|
857
|
+
"properties": {
|
|
858
|
+
"yesNo": {
|
|
859
|
+
"enum": [
|
|
860
|
+
"No"
|
|
861
|
+
]
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"properties": {
|
|
867
|
+
"yesNo": {
|
|
868
|
+
"enum": [
|
|
869
|
+
"Yes"
|
|
870
|
+
]
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
],
|
|
875
|
+
"required": [
|
|
876
|
+
"yesNo"
|
|
877
|
+
],
|
|
878
|
+
"properties": {
|
|
879
|
+
"yesNo": {
|
|
880
|
+
"sef25Ref": "W1.8.1"
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
},
|
|
850
884
|
"electricalRepairOrInstallation": {
|
|
851
885
|
"sef25Ref": "W1.5",
|
|
852
886
|
"discriminator": {
|
|
@@ -936,8 +970,14 @@
|
|
|
936
970
|
"enum": [
|
|
937
971
|
"Yes"
|
|
938
972
|
]
|
|
973
|
+
},
|
|
974
|
+
"details": {
|
|
975
|
+
"sef25Ref": "W1.7.2"
|
|
939
976
|
}
|
|
940
|
-
}
|
|
977
|
+
},
|
|
978
|
+
"required": [
|
|
979
|
+
"details"
|
|
980
|
+
]
|
|
941
981
|
}
|
|
942
982
|
],
|
|
943
983
|
"required": [
|