@pdtf/schemas 3.0.0-1 → 3.0.0-10
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/index.js +15 -13
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +10 -6
- package/src/schemas/v2/overlays/baspi.json +510 -2331
- package/src/schemas/v2/overlays/con29DW.json +36 -125
- package/src/schemas/v2/overlays/con29R.json +5 -143
- package/src/schemas/v2/overlays/fme1.json +48 -233
- package/src/schemas/v2/overlays/lpe1.json +75 -367
- package/src/schemas/v2/overlays/nts.json +17 -103
- package/src/schemas/v2/overlays/piq.json +146 -693
- package/src/schemas/v2/overlays/rds.json +50 -316
- package/src/schemas/v2/overlays/ta10.json +540 -1755
- package/src/schemas/v2/overlays/ta6.json +241 -1193
- package/src/schemas/v2/overlays/ta7.json +106 -440
- package/src/schemas/v3/combined.json +421 -255
- package/src/schemas/v3/overlays/baspi.json +510 -2300
- package/src/schemas/v3/overlays/con29DW.json +36 -125
- package/src/schemas/v3/overlays/con29R.json +5 -143
- package/src/schemas/v3/overlays/fme1.json +53 -233
- package/src/schemas/v3/overlays/lpe1.json +85 -367
- package/src/schemas/v3/overlays/nts.json +409 -346
- package/src/schemas/v3/overlays/piq.json +149 -689
- package/src/schemas/v3/overlays/rds.json +61 -329
- package/src/schemas/v3/overlays/ta10.json +540 -1755
- package/src/schemas/v3/overlays/ta6.json +261 -1136
- package/src/schemas/v3/overlays/ta7.json +220 -462
- package/src/schemas/v3/pdtf-transaction.json +355 -268
- package/src/schemas/v3/skeleton.json +57 -25
- package/src/tests/v3/transactionSchema.test.js +27 -16
- package/src/tests/v3/verifiedClaimsValidator.test.js +2 -2
- package/src/utils/extractOverlay.js +5 -27
- package/src/tests/v2/transactionSchema.test.js +0 -361
- package/src/tests/v2/verifiedClaimsValidator.test.js +0 -128
|
@@ -183,7 +183,21 @@
|
|
|
183
183
|
"environmentalIssues",
|
|
184
184
|
"additionalInformation"
|
|
185
185
|
],
|
|
186
|
-
"ntsRequired": [
|
|
186
|
+
"ntsRequired": [
|
|
187
|
+
"ownership",
|
|
188
|
+
"councilTax",
|
|
189
|
+
"energyEfficiency",
|
|
190
|
+
"buildInformation",
|
|
191
|
+
"typeOfConstruction",
|
|
192
|
+
"connectedUtilities",
|
|
193
|
+
"waterAndDrainage",
|
|
194
|
+
"heating",
|
|
195
|
+
"parking",
|
|
196
|
+
"listingAndConservation",
|
|
197
|
+
"rightsAndInformalArrangements",
|
|
198
|
+
"environmentalIssues",
|
|
199
|
+
"notices"
|
|
200
|
+
],
|
|
187
201
|
"properties": {
|
|
188
202
|
"address": {
|
|
189
203
|
"baspiRef": "A1.1",
|
|
@@ -251,130 +265,6 @@
|
|
|
251
265
|
"title": "Unique Property Reference Number ",
|
|
252
266
|
"type": "integer"
|
|
253
267
|
},
|
|
254
|
-
"propertyType": {
|
|
255
|
-
"title": "Type of Property",
|
|
256
|
-
"description": "The type or category of the property.",
|
|
257
|
-
"type": "string",
|
|
258
|
-
"enum": [
|
|
259
|
-
"Not Specified",
|
|
260
|
-
"Terraced House",
|
|
261
|
-
"End of terrace house",
|
|
262
|
-
"Semi-detached house",
|
|
263
|
-
"Detached house",
|
|
264
|
-
"Mews house",
|
|
265
|
-
"Cluster house",
|
|
266
|
-
"Ground floor flat",
|
|
267
|
-
"Flat",
|
|
268
|
-
"Studio flat",
|
|
269
|
-
"Ground floor maisonette",
|
|
270
|
-
"Maisonette",
|
|
271
|
-
"Bungalow",
|
|
272
|
-
"Terraced bungalow",
|
|
273
|
-
"Semi-detached bungalow",
|
|
274
|
-
"Detached bungalow",
|
|
275
|
-
"Mobile home",
|
|
276
|
-
"Land (Residential)",
|
|
277
|
-
"Link detached house",
|
|
278
|
-
"Town house",
|
|
279
|
-
"Cottage",
|
|
280
|
-
"Chalet",
|
|
281
|
-
"Character Property",
|
|
282
|
-
"House (unspecified)",
|
|
283
|
-
"Villa",
|
|
284
|
-
"Apartment",
|
|
285
|
-
"Penthouse",
|
|
286
|
-
"Finca",
|
|
287
|
-
"Barn Conversion",
|
|
288
|
-
"Serviced apartment",
|
|
289
|
-
"Parking",
|
|
290
|
-
"Sheltered Housing",
|
|
291
|
-
"Reteirment property",
|
|
292
|
-
"House share",
|
|
293
|
-
"Flat share",
|
|
294
|
-
"Park home",
|
|
295
|
-
"Garages",
|
|
296
|
-
"Farm House",
|
|
297
|
-
"Equestrian facility",
|
|
298
|
-
"Duplex",
|
|
299
|
-
"Triplex",
|
|
300
|
-
"Longere",
|
|
301
|
-
"Gite",
|
|
302
|
-
"Barn",
|
|
303
|
-
"Trulli",
|
|
304
|
-
"Mill",
|
|
305
|
-
"Ruins",
|
|
306
|
-
"Restaurant",
|
|
307
|
-
"Cafe",
|
|
308
|
-
"Castle",
|
|
309
|
-
"Village House",
|
|
310
|
-
"Cave House",
|
|
311
|
-
"Cortijo",
|
|
312
|
-
"Farm Land",
|
|
313
|
-
"Plot",
|
|
314
|
-
"Country House",
|
|
315
|
-
"Stone House",
|
|
316
|
-
"Caravan",
|
|
317
|
-
"Lodge",
|
|
318
|
-
"Log Cabin",
|
|
319
|
-
"Manor House",
|
|
320
|
-
"Stately Home",
|
|
321
|
-
"Off-Plan",
|
|
322
|
-
"Semi-detached Villa",
|
|
323
|
-
"Detached Villa",
|
|
324
|
-
"Bar/Nightclub",
|
|
325
|
-
"Shop",
|
|
326
|
-
"Riad",
|
|
327
|
-
"House Boat",
|
|
328
|
-
"Hotel Room",
|
|
329
|
-
"Block of Apartments",
|
|
330
|
-
"Private Halls",
|
|
331
|
-
"Office",
|
|
332
|
-
"Business Park",
|
|
333
|
-
"Serviced Office",
|
|
334
|
-
"Retail Property (High Street)",
|
|
335
|
-
"Retail Property (Out of Town)",
|
|
336
|
-
"Convenience Store",
|
|
337
|
-
"Hairdresser/Barber Shop",
|
|
338
|
-
"Hotel",
|
|
339
|
-
"Petrol Station",
|
|
340
|
-
"Post Office",
|
|
341
|
-
"Pub",
|
|
342
|
-
"Workshop & Retail Space",
|
|
343
|
-
"Distribution Warehouse",
|
|
344
|
-
"Factory",
|
|
345
|
-
"Heavy Industrial",
|
|
346
|
-
"Industrial Park",
|
|
347
|
-
"Light Industrial",
|
|
348
|
-
"Storage",
|
|
349
|
-
"Showroom",
|
|
350
|
-
"Warehouse",
|
|
351
|
-
"Land (Commercial)",
|
|
352
|
-
"Commercial Development",
|
|
353
|
-
"Industrial Development",
|
|
354
|
-
"Residential Development",
|
|
355
|
-
"Commercial Property",
|
|
356
|
-
"Data Centre",
|
|
357
|
-
"Farm",
|
|
358
|
-
"Healthcare Facility",
|
|
359
|
-
"Marine Property",
|
|
360
|
-
"Mixed Use",
|
|
361
|
-
"Research & Development Facility",
|
|
362
|
-
"Science Park",
|
|
363
|
-
"Guest House",
|
|
364
|
-
"Hospitality",
|
|
365
|
-
"Leisure Facility",
|
|
366
|
-
"Takeaway",
|
|
367
|
-
"Childcare Facility",
|
|
368
|
-
"Smallholding",
|
|
369
|
-
"Place of Worship",
|
|
370
|
-
"Trade Counter",
|
|
371
|
-
"Coach House",
|
|
372
|
-
"House of Multiple Occupation",
|
|
373
|
-
"Sports facilities",
|
|
374
|
-
"Spa",
|
|
375
|
-
"Campsite & Holiday Village"
|
|
376
|
-
]
|
|
377
|
-
},
|
|
378
268
|
"isNewBuild": {
|
|
379
269
|
"title": "Is the property a New Build?",
|
|
380
270
|
"type": "object",
|
|
@@ -559,9 +449,155 @@
|
|
|
559
449
|
}
|
|
560
450
|
},
|
|
561
451
|
"buildInformation": {
|
|
562
|
-
"
|
|
452
|
+
"ntsRef": "B1.1",
|
|
453
|
+
"title": "About the property building",
|
|
563
454
|
"type": "object",
|
|
455
|
+
"ntsRequired": ["building"],
|
|
564
456
|
"properties": {
|
|
457
|
+
"building": {
|
|
458
|
+
"ntsRef": "B1.1.1",
|
|
459
|
+
"title": "Building informatiom",
|
|
460
|
+
"type": "object",
|
|
461
|
+
"ntsRequired": ["propertyType"],
|
|
462
|
+
"properties": {
|
|
463
|
+
"propertyType": {
|
|
464
|
+
"ntsRef": "B1.1.1.1",
|
|
465
|
+
"title": "Property type",
|
|
466
|
+
"type": "string",
|
|
467
|
+
"enum": [
|
|
468
|
+
"House",
|
|
469
|
+
"Bungalow",
|
|
470
|
+
"Maisonette",
|
|
471
|
+
"Flat",
|
|
472
|
+
"Park home",
|
|
473
|
+
"Other"
|
|
474
|
+
]
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
"discriminator": {
|
|
478
|
+
"propertyName": "propertyType"
|
|
479
|
+
},
|
|
480
|
+
"oneOf": [
|
|
481
|
+
{
|
|
482
|
+
"properties": {
|
|
483
|
+
"propertyType": {
|
|
484
|
+
"enum": ["Other"]
|
|
485
|
+
},
|
|
486
|
+
"otherType": {
|
|
487
|
+
"ntsRef": "B1.1.1.1",
|
|
488
|
+
"title": "Please describe the other type of property build",
|
|
489
|
+
"type": "string",
|
|
490
|
+
"minLength": 1
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
"ntsRequired": ["otherType"]
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"properties": {
|
|
497
|
+
"propertyType": {
|
|
498
|
+
"enum": ["House", "Bungalow"]
|
|
499
|
+
},
|
|
500
|
+
"builtForm": {
|
|
501
|
+
"ntsRef": "B1.1.2",
|
|
502
|
+
"title": "Built form",
|
|
503
|
+
"type": "string",
|
|
504
|
+
"enum": [
|
|
505
|
+
"Detached",
|
|
506
|
+
"Semi-detached",
|
|
507
|
+
"Terraced",
|
|
508
|
+
"End of terrace",
|
|
509
|
+
"Other"
|
|
510
|
+
]
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"ntsRequired": ["builtForm"]
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"properties": {
|
|
517
|
+
"propertyType": {
|
|
518
|
+
"enum": ["Maisonette", "Flat"]
|
|
519
|
+
},
|
|
520
|
+
"builtForm": {
|
|
521
|
+
"ntsRef": "B1.1.2",
|
|
522
|
+
"title": "Built form",
|
|
523
|
+
"type": "string",
|
|
524
|
+
"enum": [
|
|
525
|
+
"Detached",
|
|
526
|
+
"Semi-detached",
|
|
527
|
+
"Terraced",
|
|
528
|
+
"End of terrace",
|
|
529
|
+
"Other"
|
|
530
|
+
]
|
|
531
|
+
},
|
|
532
|
+
"numberOfFloors": {
|
|
533
|
+
"ntsRef": "B1.1.3",
|
|
534
|
+
"title": "Number of floors in the building",
|
|
535
|
+
"type": "integer"
|
|
536
|
+
},
|
|
537
|
+
"entranceFloor": {
|
|
538
|
+
"ntsRef": "B1.1.4",
|
|
539
|
+
"title": "Entrance floor",
|
|
540
|
+
"description": "The floor on which the main entrance to the property is located, starting with 1 for the ground floor (0 for a basement)",
|
|
541
|
+
"type": "integer"
|
|
542
|
+
},
|
|
543
|
+
"hasLift": {
|
|
544
|
+
"ntsRef": "B1.1.5",
|
|
545
|
+
"title": "Entrance floor",
|
|
546
|
+
"description": "Is the property served by a lift?",
|
|
547
|
+
"type": "string",
|
|
548
|
+
"enum": ["Yes", "No"]
|
|
549
|
+
},
|
|
550
|
+
"overCommercialPremises": {
|
|
551
|
+
"ntsRef": "B1.1.6",
|
|
552
|
+
"title": "Is the property located over commercial premises?",
|
|
553
|
+
"type": "object",
|
|
554
|
+
"properties": {
|
|
555
|
+
"isLocatedOverCommercialPremises": {
|
|
556
|
+
"ntsRef": "B1.1.6.1",
|
|
557
|
+
"type": "string",
|
|
558
|
+
"title": "Is the property located over commercial premises?",
|
|
559
|
+
"enum": ["Yes", "No"]
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
"required": ["isLocatedOverCommercialPremises"],
|
|
563
|
+
"discriminator": {
|
|
564
|
+
"propertyName": "isLocatedOverCommercialPremises"
|
|
565
|
+
},
|
|
566
|
+
"oneOf": [
|
|
567
|
+
{
|
|
568
|
+
"properties": {
|
|
569
|
+
"isLocatedOverCommercialPremises": {
|
|
570
|
+
"enum": ["No"]
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"properties": {
|
|
576
|
+
"isLocatedOverCommercialPremises": {
|
|
577
|
+
"enum": ["Yes"]
|
|
578
|
+
},
|
|
579
|
+
"details": {
|
|
580
|
+
"ntsRef": "B1.1.6.2",
|
|
581
|
+
"title": "Please provide details",
|
|
582
|
+
"type": "string",
|
|
583
|
+
"minLength": 1
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
"ntsRequired": ["details"]
|
|
587
|
+
}
|
|
588
|
+
]
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
"ntsRequired": [
|
|
592
|
+
"builtForm",
|
|
593
|
+
"numberOfFloors",
|
|
594
|
+
"entranceFloor",
|
|
595
|
+
"hasLift",
|
|
596
|
+
"overCommercialPremises"
|
|
597
|
+
]
|
|
598
|
+
}
|
|
599
|
+
]
|
|
600
|
+
},
|
|
565
601
|
"internalArea": {
|
|
566
602
|
"title": "Total internal floor area",
|
|
567
603
|
"type": "object",
|
|
@@ -1216,9 +1252,11 @@
|
|
|
1216
1252
|
"items": {
|
|
1217
1253
|
"baspiRef": "A1.3.0",
|
|
1218
1254
|
"ntsRef": "A3.1",
|
|
1255
|
+
"ta7Ref": "1",
|
|
1219
1256
|
"title": "Ownership to be transferred",
|
|
1220
1257
|
"type": "object",
|
|
1221
1258
|
"baspiRequired": ["ownershipType"],
|
|
1259
|
+
"ta7Required": ["ownershipType"],
|
|
1222
1260
|
"ntsRequired": ["ownershipType"],
|
|
1223
1261
|
"properties": {
|
|
1224
1262
|
"titleNumber": {
|
|
@@ -1228,6 +1266,7 @@
|
|
|
1228
1266
|
"minLength": 1
|
|
1229
1267
|
},
|
|
1230
1268
|
"ownershipType": {
|
|
1269
|
+
"ntsRef": "A3.1",
|
|
1231
1270
|
"baspiRef": "A1.3.0.2",
|
|
1232
1271
|
"rdsRef": "Tenure/Tenure",
|
|
1233
1272
|
"ta7Ref": "1.1",
|
|
@@ -1303,6 +1342,7 @@
|
|
|
1303
1342
|
},
|
|
1304
1343
|
"managedFreeholdOrCommonholdInformation": {
|
|
1305
1344
|
"title": "Managed freehold or commonhold information",
|
|
1345
|
+
"ntsRef": "A3.2",
|
|
1306
1346
|
"baspiRef": "A1.5",
|
|
1307
1347
|
"type": "object",
|
|
1308
1348
|
"fme1Required": [
|
|
@@ -1318,6 +1358,7 @@
|
|
|
1318
1358
|
"contactDetails",
|
|
1319
1359
|
"serviceCharge"
|
|
1320
1360
|
],
|
|
1361
|
+
"ntsRequired": ["serviceCharge"],
|
|
1321
1362
|
"properties": {
|
|
1322
1363
|
"contactDetails": {
|
|
1323
1364
|
"fme1Ref": "1",
|
|
@@ -1791,10 +1832,9 @@
|
|
|
1791
1832
|
"type": "object",
|
|
1792
1833
|
"properties": {
|
|
1793
1834
|
"isApplicableParty": {
|
|
1794
|
-
"
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
}
|
|
1835
|
+
"fme1Ref": "1.5.1",
|
|
1836
|
+
"type": "string",
|
|
1837
|
+
"enum": ["true", "false"]
|
|
1798
1838
|
}
|
|
1799
1839
|
},
|
|
1800
1840
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -1835,10 +1875,8 @@
|
|
|
1835
1875
|
"type": "object",
|
|
1836
1876
|
"properties": {
|
|
1837
1877
|
"isApplicableParty": {
|
|
1838
|
-
"
|
|
1839
|
-
|
|
1840
|
-
"enum": ["true", "false"]
|
|
1841
|
-
}
|
|
1878
|
+
"type": "string",
|
|
1879
|
+
"enum": ["true", "false"]
|
|
1842
1880
|
}
|
|
1843
1881
|
},
|
|
1844
1882
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -1879,10 +1917,8 @@
|
|
|
1879
1917
|
"type": "object",
|
|
1880
1918
|
"properties": {
|
|
1881
1919
|
"isApplicableParty": {
|
|
1882
|
-
"
|
|
1883
|
-
|
|
1884
|
-
"enum": ["true", "false"]
|
|
1885
|
-
}
|
|
1920
|
+
"type": "string",
|
|
1921
|
+
"enum": ["true", "false"]
|
|
1886
1922
|
}
|
|
1887
1923
|
},
|
|
1888
1924
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -1923,10 +1959,8 @@
|
|
|
1923
1959
|
"type": "object",
|
|
1924
1960
|
"properties": {
|
|
1925
1961
|
"isApplicableParty": {
|
|
1926
|
-
"
|
|
1927
|
-
|
|
1928
|
-
"enum": ["true", "false"]
|
|
1929
|
-
}
|
|
1962
|
+
"type": "string",
|
|
1963
|
+
"enum": ["true", "false"]
|
|
1930
1964
|
}
|
|
1931
1965
|
},
|
|
1932
1966
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -1966,10 +2000,8 @@
|
|
|
1966
2000
|
"type": "object",
|
|
1967
2001
|
"properties": {
|
|
1968
2002
|
"isApplicableParty": {
|
|
1969
|
-
"
|
|
1970
|
-
|
|
1971
|
-
"enum": ["true", "false"]
|
|
1972
|
-
}
|
|
2003
|
+
"type": "string",
|
|
2004
|
+
"enum": ["true", "false"]
|
|
1973
2005
|
}
|
|
1974
2006
|
},
|
|
1975
2007
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -2296,6 +2328,7 @@
|
|
|
2296
2328
|
},
|
|
2297
2329
|
"serviceCharge": {
|
|
2298
2330
|
"baspiRef": "A1.5.1",
|
|
2331
|
+
"ntsRef": "A3.1.1",
|
|
2299
2332
|
"fme1Ref": "3",
|
|
2300
2333
|
"piqRef": "A1.4.2",
|
|
2301
2334
|
"title": "Service Charge",
|
|
@@ -2321,8 +2354,10 @@
|
|
|
2321
2354
|
"largeAdditionalExpense",
|
|
2322
2355
|
"reserveFund"
|
|
2323
2356
|
],
|
|
2357
|
+
"ntsRequired": ["annualServiceCharge"],
|
|
2324
2358
|
"properties": {
|
|
2325
2359
|
"annualServiceCharge": {
|
|
2360
|
+
"ntsRef": "A3.1.2",
|
|
2326
2361
|
"baspiRef": "A1.5.1.1.2",
|
|
2327
2362
|
"fme1Ref": "3.1",
|
|
2328
2363
|
"title": "What is the annual Service Charge payable by this Property?",
|
|
@@ -4379,6 +4414,7 @@
|
|
|
4379
4414
|
"type": "object",
|
|
4380
4415
|
"properties": {
|
|
4381
4416
|
"isApplicableParty": {
|
|
4417
|
+
"lpe1Ref": "1.6.1",
|
|
4382
4418
|
"type": "string",
|
|
4383
4419
|
"enum": ["true", "false"]
|
|
4384
4420
|
}
|
|
@@ -4423,10 +4459,8 @@
|
|
|
4423
4459
|
"type": "object",
|
|
4424
4460
|
"properties": {
|
|
4425
4461
|
"isApplicableParty": {
|
|
4426
|
-
"
|
|
4427
|
-
|
|
4428
|
-
"enum": ["true", "false"]
|
|
4429
|
-
}
|
|
4462
|
+
"type": "string",
|
|
4463
|
+
"enum": ["true", "false"]
|
|
4430
4464
|
}
|
|
4431
4465
|
},
|
|
4432
4466
|
"lpe1Required": [
|
|
@@ -4469,10 +4503,8 @@
|
|
|
4469
4503
|
"type": "object",
|
|
4470
4504
|
"properties": {
|
|
4471
4505
|
"isApplicableParty": {
|
|
4472
|
-
"
|
|
4473
|
-
|
|
4474
|
-
"enum": ["true", "false"]
|
|
4475
|
-
}
|
|
4506
|
+
"type": "string",
|
|
4507
|
+
"enum": ["true", "false"]
|
|
4476
4508
|
}
|
|
4477
4509
|
},
|
|
4478
4510
|
"lpe1Required": [
|
|
@@ -4514,10 +4546,8 @@
|
|
|
4514
4546
|
"type": "object",
|
|
4515
4547
|
"properties": {
|
|
4516
4548
|
"isApplicableParty": {
|
|
4517
|
-
"
|
|
4518
|
-
|
|
4519
|
-
"enum": ["true", "false"]
|
|
4520
|
-
}
|
|
4549
|
+
"type": "string",
|
|
4550
|
+
"enum": ["true", "false"]
|
|
4521
4551
|
}
|
|
4522
4552
|
},
|
|
4523
4553
|
"lpe1Required": [
|
|
@@ -4634,10 +4664,9 @@
|
|
|
4634
4664
|
"type": "object",
|
|
4635
4665
|
"properties": {
|
|
4636
4666
|
"isApplicableParty": {
|
|
4637
|
-
"
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
}
|
|
4667
|
+
"lpe1Ref": "1.5",
|
|
4668
|
+
"type": "string",
|
|
4669
|
+
"enum": ["true", "false"]
|
|
4641
4670
|
}
|
|
4642
4671
|
},
|
|
4643
4672
|
"lpe1Required": [
|
|
@@ -4680,10 +4709,8 @@
|
|
|
4680
4709
|
"type": "object",
|
|
4681
4710
|
"properties": {
|
|
4682
4711
|
"isApplicableParty": {
|
|
4683
|
-
"
|
|
4684
|
-
|
|
4685
|
-
"enum": ["true", "false"]
|
|
4686
|
-
}
|
|
4712
|
+
"type": "string",
|
|
4713
|
+
"enum": ["true", "false"]
|
|
4687
4714
|
}
|
|
4688
4715
|
},
|
|
4689
4716
|
"lpe1Required": [
|
|
@@ -4726,10 +4753,8 @@
|
|
|
4726
4753
|
"type": "object",
|
|
4727
4754
|
"properties": {
|
|
4728
4755
|
"isApplicableParty": {
|
|
4729
|
-
"
|
|
4730
|
-
|
|
4731
|
-
"enum": ["true", "false"]
|
|
4732
|
-
}
|
|
4756
|
+
"type": "string",
|
|
4757
|
+
"enum": ["true", "false"]
|
|
4733
4758
|
}
|
|
4734
4759
|
},
|
|
4735
4760
|
"lpe1Required": [
|
|
@@ -4772,10 +4797,8 @@
|
|
|
4772
4797
|
"type": "object",
|
|
4773
4798
|
"properties": {
|
|
4774
4799
|
"isApplicableParty": {
|
|
4775
|
-
"
|
|
4776
|
-
|
|
4777
|
-
"enum": ["true", "false"]
|
|
4778
|
-
}
|
|
4800
|
+
"type": "string",
|
|
4801
|
+
"enum": ["true", "false"]
|
|
4779
4802
|
}
|
|
4780
4803
|
},
|
|
4781
4804
|
"lpe1Required": [
|
|
@@ -4817,10 +4840,8 @@
|
|
|
4817
4840
|
"type": "object",
|
|
4818
4841
|
"properties": {
|
|
4819
4842
|
"isApplicableParty": {
|
|
4820
|
-
"
|
|
4821
|
-
|
|
4822
|
-
"enum": ["true", "false"]
|
|
4823
|
-
}
|
|
4843
|
+
"type": "string",
|
|
4844
|
+
"enum": ["true", "false"]
|
|
4824
4845
|
}
|
|
4825
4846
|
},
|
|
4826
4847
|
"lpe1Required": [
|
|
@@ -5245,6 +5266,7 @@
|
|
|
5245
5266
|
}
|
|
5246
5267
|
},
|
|
5247
5268
|
"lpe1Required": ["yesNo"],
|
|
5269
|
+
"ta7Required": ["yesNo"],
|
|
5248
5270
|
"discriminator": {
|
|
5249
5271
|
"propertyName": "yesNo"
|
|
5250
5272
|
},
|
|
@@ -5277,6 +5299,7 @@
|
|
|
5277
5299
|
"title": "Is the seller aware of any changes in the terms of the lease or of the landlord giving any consents under the lease?",
|
|
5278
5300
|
"type": "object",
|
|
5279
5301
|
"lpe1Required": ["isSellerAwareOfChanges"],
|
|
5302
|
+
"ta7Required": ["isSellerAwareOfChanges"],
|
|
5280
5303
|
"properties": {
|
|
5281
5304
|
"isSellerAwareOfChanges": {
|
|
5282
5305
|
"title": "",
|
|
@@ -5442,6 +5465,7 @@
|
|
|
5442
5465
|
}
|
|
5443
5466
|
},
|
|
5444
5467
|
"lpe1Required": ["yesNo"],
|
|
5468
|
+
"ta7Required": ["yesNo"],
|
|
5445
5469
|
"baspiRequired": ["yesNo"],
|
|
5446
5470
|
"ntsRequired": ["yesNo"],
|
|
5447
5471
|
"discriminator": {
|
|
@@ -5603,6 +5627,7 @@
|
|
|
5603
5627
|
}
|
|
5604
5628
|
},
|
|
5605
5629
|
"lpe1Required": ["yesNo"],
|
|
5630
|
+
"ta7Required": ["yesNo"],
|
|
5606
5631
|
"discriminator": {
|
|
5607
5632
|
"propertyName": "yesNo"
|
|
5608
5633
|
},
|
|
@@ -5637,6 +5662,7 @@
|
|
|
5637
5662
|
"title": "Who is responsible for managing the building?",
|
|
5638
5663
|
"type": "object",
|
|
5639
5664
|
"lpe1Required": ["buildingManagerType"],
|
|
5665
|
+
"ta7Required": ["buildingManagerType"],
|
|
5640
5666
|
"properties": {
|
|
5641
5667
|
"buildingManagerType": {
|
|
5642
5668
|
"title": "",
|
|
@@ -5698,6 +5724,7 @@
|
|
|
5698
5724
|
"serviceCharge": {
|
|
5699
5725
|
"baspiRef": "A1.5.1",
|
|
5700
5726
|
"lpe1Ref": "4",
|
|
5727
|
+
"ta7Ref": "5.4",
|
|
5701
5728
|
"ntsRef": "A3.5",
|
|
5702
5729
|
"title": "Service Charge",
|
|
5703
5730
|
"type": "object",
|
|
@@ -5710,6 +5737,9 @@
|
|
|
5710
5737
|
"ntsRequired": [
|
|
5711
5738
|
"sellerContributesToServiceCharge"
|
|
5712
5739
|
],
|
|
5740
|
+
"ta7Required": [
|
|
5741
|
+
"sellerContributesToServiceCharge"
|
|
5742
|
+
],
|
|
5713
5743
|
"properties": {
|
|
5714
5744
|
"sellerContributesToServiceCharge": {
|
|
5715
5745
|
"baspiRef": "A1.5.1.1",
|
|
@@ -5758,6 +5788,7 @@
|
|
|
5758
5788
|
}
|
|
5759
5789
|
},
|
|
5760
5790
|
"lpe1Required": ["yesNo"],
|
|
5791
|
+
"ta7Required": ["yesNo"],
|
|
5761
5792
|
"baspiRequired": ["yesNo"],
|
|
5762
5793
|
"discriminator": {
|
|
5763
5794
|
"propertyName": "yesNo"
|
|
@@ -5800,6 +5831,7 @@
|
|
|
5800
5831
|
}
|
|
5801
5832
|
},
|
|
5802
5833
|
"lpe1Required": ["yesNo"],
|
|
5834
|
+
"ta7Required": ["yesNo"],
|
|
5803
5835
|
"discriminator": {
|
|
5804
5836
|
"propertyName": "yesNo"
|
|
5805
5837
|
},
|
|
@@ -5839,6 +5871,7 @@
|
|
|
5839
5871
|
}
|
|
5840
5872
|
},
|
|
5841
5873
|
"lpe1Required": ["yesNo"],
|
|
5874
|
+
"ta7Required": ["yesNo"],
|
|
5842
5875
|
"discriminator": {
|
|
5843
5876
|
"propertyName": "yesNo"
|
|
5844
5877
|
},
|
|
@@ -5884,6 +5917,7 @@
|
|
|
5884
5917
|
}
|
|
5885
5918
|
},
|
|
5886
5919
|
"lpe1Required": ["yesNo"],
|
|
5920
|
+
"ta7Required": ["yesNo"],
|
|
5887
5921
|
"discriminator": {
|
|
5888
5922
|
"propertyName": "yesNo"
|
|
5889
5923
|
},
|
|
@@ -5922,6 +5956,7 @@
|
|
|
5922
5956
|
}
|
|
5923
5957
|
},
|
|
5924
5958
|
"lpe1Required": ["yesNo"],
|
|
5959
|
+
"ta7Required": ["yesNo"],
|
|
5925
5960
|
"discriminator": {
|
|
5926
5961
|
"propertyName": "yesNo"
|
|
5927
5962
|
},
|
|
@@ -6518,7 +6553,8 @@
|
|
|
6518
6553
|
]
|
|
6519
6554
|
}
|
|
6520
6555
|
],
|
|
6521
|
-
"lpe1Required": ["yesNoNotApplicable"]
|
|
6556
|
+
"lpe1Required": ["yesNoNotApplicable"],
|
|
6557
|
+
"ta7Required": ["yesNoNotApplicable"]
|
|
6522
6558
|
},
|
|
6523
6559
|
"landlordsCertificateServed": {
|
|
6524
6560
|
"lpe1Ref": "4.14",
|
|
@@ -6567,7 +6603,8 @@
|
|
|
6567
6603
|
"annualServiceCharge",
|
|
6568
6604
|
"largeAdditionalExpense",
|
|
6569
6605
|
"reserveFund"
|
|
6570
|
-
]
|
|
6606
|
+
],
|
|
6607
|
+
"ntsRequired": ["annualServiceCharge"]
|
|
6571
6608
|
}
|
|
6572
6609
|
]
|
|
6573
6610
|
},
|
|
@@ -7059,6 +7096,7 @@
|
|
|
7059
7096
|
"enum": ["Yes", "No"]
|
|
7060
7097
|
}
|
|
7061
7098
|
},
|
|
7099
|
+
"ta7Required": ["yesNo"],
|
|
7062
7100
|
"lpe1Required": ["yesNo"],
|
|
7063
7101
|
"discriminator": {
|
|
7064
7102
|
"propertyName": "yesNo"
|
|
@@ -7100,6 +7138,7 @@
|
|
|
7100
7138
|
}
|
|
7101
7139
|
},
|
|
7102
7140
|
"lpe1Required": ["yesNo"],
|
|
7141
|
+
"ta7Required": ["yesNo"],
|
|
7103
7142
|
"discriminator": {
|
|
7104
7143
|
"propertyName": "yesNo"
|
|
7105
7144
|
},
|
|
@@ -7297,6 +7336,7 @@
|
|
|
7297
7336
|
}
|
|
7298
7337
|
},
|
|
7299
7338
|
"lpe1Required": ["yesNo"],
|
|
7339
|
+
"ta7Required": ["yesNo"],
|
|
7300
7340
|
"discriminator": {
|
|
7301
7341
|
"propertyName": "yesNo"
|
|
7302
7342
|
},
|
|
@@ -7933,13 +7973,15 @@
|
|
|
7933
7973
|
"enum": ["Other"]
|
|
7934
7974
|
},
|
|
7935
7975
|
"otherOwnershipDetails": {
|
|
7976
|
+
"ntsRef": "A3.5",
|
|
7936
7977
|
"baspiRef": "A1.3.2",
|
|
7937
7978
|
"title": "Details of the ownership type",
|
|
7938
7979
|
"type": "string",
|
|
7939
7980
|
"minLength": 1
|
|
7940
7981
|
}
|
|
7941
7982
|
},
|
|
7942
|
-
"baspiRequired": ["otherOwnershipDetails"]
|
|
7983
|
+
"baspiRequired": ["otherOwnershipDetails"],
|
|
7984
|
+
"ntsRequired": ["otherOwnershipDetails"]
|
|
7943
7985
|
}
|
|
7944
7986
|
]
|
|
7945
7987
|
}
|
|
@@ -7973,6 +8015,7 @@
|
|
|
7973
8015
|
"type": "array",
|
|
7974
8016
|
"title": "Parking arrangements",
|
|
7975
8017
|
"items": {
|
|
8018
|
+
"ntsRef": "B4.1.1",
|
|
7976
8019
|
"type": "string",
|
|
7977
8020
|
"enum": [
|
|
7978
8021
|
"Allocated",
|
|
@@ -7999,6 +8042,7 @@
|
|
|
7999
8042
|
"type": "object",
|
|
8000
8043
|
"properties": {
|
|
8001
8044
|
"yesNo": {
|
|
8045
|
+
"ntsRef": "B4.2.1",
|
|
8002
8046
|
"baspiRef": "A1.6.2.1",
|
|
8003
8047
|
"ta6Ref": "9.2.1",
|
|
8004
8048
|
"type": "string",
|
|
@@ -8017,6 +8061,7 @@
|
|
|
8017
8061
|
"type": "object",
|
|
8018
8062
|
"properties": {
|
|
8019
8063
|
"yesNo": {
|
|
8064
|
+
"ntsRef": "B4.2.1",
|
|
8020
8065
|
"baspiRef": "A1.6.1.1",
|
|
8021
8066
|
"type": "string",
|
|
8022
8067
|
"title": "",
|
|
@@ -8090,9 +8135,10 @@
|
|
|
8090
8135
|
"enum": ["Yes"]
|
|
8091
8136
|
},
|
|
8092
8137
|
"details": {
|
|
8138
|
+
"ntsRef": "C2.1.1.2",
|
|
8093
8139
|
"baspiRef": "A1.7.1.2",
|
|
8094
8140
|
"ta6Ref": "4.7a2",
|
|
8095
|
-
"title": "Please provide details of the listing
|
|
8141
|
+
"title": "Please provide details of the listing",
|
|
8096
8142
|
"type": "string",
|
|
8097
8143
|
"minLength": 1
|
|
8098
8144
|
},
|
|
@@ -8104,6 +8150,7 @@
|
|
|
8104
8150
|
"enum": ["Attached", "To follow"]
|
|
8105
8151
|
}
|
|
8106
8152
|
},
|
|
8153
|
+
"ntsRequired": ["details"],
|
|
8107
8154
|
"baspiRequired": ["details", "attachments"],
|
|
8108
8155
|
"ta6Required": ["details", "attachments"]
|
|
8109
8156
|
}
|
|
@@ -8148,9 +8195,10 @@
|
|
|
8148
8195
|
"enum": ["Yes"]
|
|
8149
8196
|
},
|
|
8150
8197
|
"details": {
|
|
8198
|
+
"ntsRef": "C2.1.2.2",
|
|
8151
8199
|
"baspiRef": "A1.7.2.2",
|
|
8152
8200
|
"ta6Ref": "4.7b2",
|
|
8153
|
-
"title": "Please provide details of the listing
|
|
8201
|
+
"title": "Please provide details of the listing",
|
|
8154
8202
|
"type": "string",
|
|
8155
8203
|
"minLength": 1
|
|
8156
8204
|
},
|
|
@@ -8162,6 +8210,7 @@
|
|
|
8162
8210
|
"enum": ["Attached", "To follow"]
|
|
8163
8211
|
}
|
|
8164
8212
|
},
|
|
8213
|
+
"ntsRequired": ["details"],
|
|
8165
8214
|
"baspiRequired": ["details", "attachments"],
|
|
8166
8215
|
"ta6Required": ["details", "attachments"]
|
|
8167
8216
|
}
|
|
@@ -8206,6 +8255,7 @@
|
|
|
8206
8255
|
"enum": ["Yes"]
|
|
8207
8256
|
},
|
|
8208
8257
|
"workCarriedOut": {
|
|
8258
|
+
"ntsRef": "C2.1.3.2",
|
|
8209
8259
|
"baspiRef": "A1.7.3.2",
|
|
8210
8260
|
"rdsRef": "WorksAlterationsChanges",
|
|
8211
8261
|
"ta6Ref": "4.8a",
|
|
@@ -8223,6 +8273,7 @@
|
|
|
8223
8273
|
}
|
|
8224
8274
|
},
|
|
8225
8275
|
"baspiRequired": ["yesNo"],
|
|
8276
|
+
"ntsRequired": ["yesNo"],
|
|
8226
8277
|
"ta6Required": ["yesNo"],
|
|
8227
8278
|
"discriminator": {
|
|
8228
8279
|
"propertyName": "yesNo"
|
|
@@ -8241,6 +8292,7 @@
|
|
|
8241
8292
|
"enum": ["Yes"]
|
|
8242
8293
|
},
|
|
8243
8294
|
"consentsObtained": {
|
|
8295
|
+
"ntsRef": "C2.1.3.3",
|
|
8244
8296
|
"baspiRef": "A1.7.3.3",
|
|
8245
8297
|
"ta6Ref": "4.8a2",
|
|
8246
8298
|
"title": "Were the relevant consents obtained?",
|
|
@@ -8256,6 +8308,7 @@
|
|
|
8256
8308
|
"enum": ["Attached", "To follow"]
|
|
8257
8309
|
}
|
|
8258
8310
|
},
|
|
8311
|
+
"ntsRequired": ["consentsObtained"],
|
|
8259
8312
|
"baspiRequired": ["consentsObtained"],
|
|
8260
8313
|
"ta6Required": ["consentsObtained"]
|
|
8261
8314
|
}
|
|
@@ -10419,6 +10472,7 @@
|
|
|
10419
10472
|
"notices": {
|
|
10420
10473
|
"baspiRef": "A4",
|
|
10421
10474
|
"ta6Ref": "3",
|
|
10475
|
+
"ntsRef": "C4",
|
|
10422
10476
|
"title": "Notices which Affect the Property",
|
|
10423
10477
|
"description": "Are you aware of, or have you received, any of the following notices?",
|
|
10424
10478
|
"type": "object",
|
|
@@ -10431,6 +10485,7 @@
|
|
|
10431
10485
|
"partyWallAct",
|
|
10432
10486
|
"otherNotices"
|
|
10433
10487
|
],
|
|
10488
|
+
"ntsRequired": ["neighbourDevelopment", "planningApplication"],
|
|
10434
10489
|
"ta6Required": [
|
|
10435
10490
|
"neighbourDevelopment",
|
|
10436
10491
|
"partyWallAct",
|
|
@@ -10439,6 +10494,7 @@
|
|
|
10439
10494
|
"properties": {
|
|
10440
10495
|
"neighbourDevelopment": {
|
|
10441
10496
|
"baspiRef": "A4.1",
|
|
10497
|
+
"ntsRef": "C4.1",
|
|
10442
10498
|
"ta6Ref": "3.2",
|
|
10443
10499
|
"rdsRef": "Property/Flags,Planning",
|
|
10444
10500
|
"piqRef": "A4.1",
|
|
@@ -10446,6 +10502,7 @@
|
|
|
10446
10502
|
"type": "object",
|
|
10447
10503
|
"properties": {
|
|
10448
10504
|
"yesNo": {
|
|
10505
|
+
"ntsRef": "C4.1.1",
|
|
10449
10506
|
"baspiRef": "A4.1.1",
|
|
10450
10507
|
"piqRef": "A4.1.1",
|
|
10451
10508
|
"ta6Ref": "3.2.1",
|
|
@@ -10455,6 +10512,7 @@
|
|
|
10455
10512
|
}
|
|
10456
10513
|
},
|
|
10457
10514
|
"baspiRequired": ["yesNo"],
|
|
10515
|
+
"ntsRequired": ["yesNo"],
|
|
10458
10516
|
"ta6Required": ["yesNo"],
|
|
10459
10517
|
"discriminator": {
|
|
10460
10518
|
"propertyName": "yesNo"
|
|
@@ -10473,6 +10531,7 @@
|
|
|
10473
10531
|
"enum": ["Yes"]
|
|
10474
10532
|
},
|
|
10475
10533
|
"details": {
|
|
10534
|
+
"ntsRef": "C4.1.2",
|
|
10476
10535
|
"baspiRef": "A4.1.2",
|
|
10477
10536
|
"ta6Ref": "3.2.2",
|
|
10478
10537
|
"title": "Details",
|
|
@@ -10487,11 +10546,13 @@
|
|
|
10487
10546
|
}
|
|
10488
10547
|
},
|
|
10489
10548
|
"baspiRequired": ["details", "attachments"],
|
|
10490
|
-
"ta6Required": ["details"]
|
|
10549
|
+
"ta6Required": ["details"],
|
|
10550
|
+
"ntsRequired": ["details"]
|
|
10491
10551
|
}
|
|
10492
10552
|
]
|
|
10493
10553
|
},
|
|
10494
10554
|
"planningApplication": {
|
|
10555
|
+
"ntsRef": "C4.2",
|
|
10495
10556
|
"baspiRef": "A4.2",
|
|
10496
10557
|
"rdsRef": "Property/Flags,Planning",
|
|
10497
10558
|
"ta6Ref": "3.1",
|
|
@@ -10500,6 +10561,7 @@
|
|
|
10500
10561
|
"type": "object",
|
|
10501
10562
|
"properties": {
|
|
10502
10563
|
"yesNo": {
|
|
10564
|
+
"ntsRef": "C4.2.1",
|
|
10503
10565
|
"baspiRef": "A4.2.1",
|
|
10504
10566
|
"ta6Ref": "3.1.1",
|
|
10505
10567
|
"piqRef": "A4.2.1",
|
|
@@ -10509,6 +10571,7 @@
|
|
|
10509
10571
|
}
|
|
10510
10572
|
},
|
|
10511
10573
|
"baspiRequired": ["yesNo"],
|
|
10574
|
+
"ntsRequired": ["yesNo"],
|
|
10512
10575
|
"ta6Required": ["yesNo"],
|
|
10513
10576
|
"discriminator": {
|
|
10514
10577
|
"propertyName": "yesNo"
|
|
@@ -10527,6 +10590,7 @@
|
|
|
10527
10590
|
"enum": ["Yes"]
|
|
10528
10591
|
},
|
|
10529
10592
|
"details": {
|
|
10593
|
+
"ntsRef": "C4.2.2",
|
|
10530
10594
|
"baspiRef": "A4.2.2",
|
|
10531
10595
|
"ta6Ref": "3.1.2",
|
|
10532
10596
|
"title": "Details",
|
|
@@ -10541,7 +10605,8 @@
|
|
|
10541
10605
|
}
|
|
10542
10606
|
},
|
|
10543
10607
|
"baspiRequired": ["details", "attachments"],
|
|
10544
|
-
"ta6Required": ["details"]
|
|
10608
|
+
"ta6Required": ["details"],
|
|
10609
|
+
"ntsRequired": ["details"]
|
|
10545
10610
|
}
|
|
10546
10611
|
]
|
|
10547
10612
|
},
|
|
@@ -17950,8 +18015,6 @@
|
|
|
17950
18015
|
],
|
|
17951
18016
|
"ntsRequired": [
|
|
17952
18017
|
"mainsElectricity",
|
|
17953
|
-
"telephone",
|
|
17954
|
-
"cableSatelliteTV",
|
|
17955
18018
|
"broadband",
|
|
17956
18019
|
"solarPanels",
|
|
17957
18020
|
"otherServices"
|
|
@@ -18546,7 +18609,7 @@
|
|
|
18546
18609
|
},
|
|
18547
18610
|
"details": {
|
|
18548
18611
|
"ntsRef": "3.8.2",
|
|
18549
|
-
"title": "
|
|
18612
|
+
"title": "Details",
|
|
18550
18613
|
"type": "string"
|
|
18551
18614
|
},
|
|
18552
18615
|
"supplier": {
|
|
@@ -18638,6 +18701,7 @@
|
|
|
18638
18701
|
"type": "object",
|
|
18639
18702
|
"baspiRequired": ["water", "drainage", "maintenanceAgreements"],
|
|
18640
18703
|
"ta6Required": ["water", "drainage"],
|
|
18704
|
+
"ntsRequired": ["water", "drainage"],
|
|
18641
18705
|
"con29DWRequired": ["maps", "water", "drainage", "charging"],
|
|
18642
18706
|
"properties": {
|
|
18643
18707
|
"maps": {
|
|
@@ -18671,6 +18735,7 @@
|
|
|
18671
18735
|
"title": "Water",
|
|
18672
18736
|
"type": "object",
|
|
18673
18737
|
"baspiRequired": ["mainsWater"],
|
|
18738
|
+
"ntsRequired": ["mainsWater"],
|
|
18674
18739
|
"ta6Required": ["mainsWater"],
|
|
18675
18740
|
"con29DWRequired": [
|
|
18676
18741
|
"mainsWater",
|
|
@@ -18699,6 +18764,7 @@
|
|
|
18699
18764
|
"type": "string",
|
|
18700
18765
|
"title": "",
|
|
18701
18766
|
"enum": ["Yes", "To be connected", "No"],
|
|
18767
|
+
"ntsEnum": ["Yes", "No"],
|
|
18702
18768
|
"con29DWEnum": ["Yes", "No"]
|
|
18703
18769
|
}
|
|
18704
18770
|
},
|
|
@@ -18745,9 +18811,9 @@
|
|
|
18745
18811
|
},
|
|
18746
18812
|
"isSupplyMetered": {
|
|
18747
18813
|
"ntsRef": "3.2.3",
|
|
18748
|
-
"title": "
|
|
18814
|
+
"title": "Is the supply metered?",
|
|
18749
18815
|
"type": "string",
|
|
18750
|
-
"
|
|
18816
|
+
"enum": ["Yes", "No"]
|
|
18751
18817
|
}
|
|
18752
18818
|
},
|
|
18753
18819
|
"ta6Required": ["supplier"],
|
|
@@ -18960,7 +19026,9 @@
|
|
|
18960
19026
|
"type": "string",
|
|
18961
19027
|
"title": "",
|
|
18962
19028
|
"enum": ["Yes", "To be connected", "No", "Not known"],
|
|
18963
|
-
"con29DWEnum": ["Yes", "No"]
|
|
19029
|
+
"con29DWEnum": ["Yes", "No"],
|
|
19030
|
+
"ntsEnum": ["Yes", "No", "Not known"],
|
|
19031
|
+
"ta6Enum": ["Yes", "No", "Not known"]
|
|
18964
19032
|
}
|
|
18965
19033
|
},
|
|
18966
19034
|
"baspiRequired": ["yesNo"],
|
|
@@ -18982,11 +19050,6 @@
|
|
|
18982
19050
|
"yesNo": {
|
|
18983
19051
|
"enum": ["Yes"]
|
|
18984
19052
|
},
|
|
18985
|
-
"supplier": {
|
|
18986
|
-
"baspiRef": "A7.1.0.12.2",
|
|
18987
|
-
"title": "Supplier",
|
|
18988
|
-
"type": "string"
|
|
18989
|
-
},
|
|
18990
19053
|
"details": {
|
|
18991
19054
|
"con29DWRef": "2.2.2",
|
|
18992
19055
|
"title": "Details",
|
|
@@ -19006,11 +19069,6 @@
|
|
|
19006
19069
|
"title": "Date to be connected",
|
|
19007
19070
|
"type": "string",
|
|
19008
19071
|
"format": "date"
|
|
19009
|
-
},
|
|
19010
|
-
"supplier": {
|
|
19011
|
-
"baspiRef": "A7.1.0.12.2",
|
|
19012
|
-
"title": "Supplier",
|
|
19013
|
-
"type": "string"
|
|
19014
19072
|
}
|
|
19015
19073
|
},
|
|
19016
19074
|
"baspiRequired": ["dateToBeConnected"]
|
|
@@ -19023,20 +19081,22 @@
|
|
|
19023
19081
|
"rdsRef": "Services/WasteWaterSewarageDisposal",
|
|
19024
19082
|
"ta6Ref": "12.4a",
|
|
19025
19083
|
"con29DWRef": "2.1",
|
|
19026
|
-
"title": "Mains foul drainage /
|
|
19084
|
+
"title": "Mains foul drainage / sewerage",
|
|
19027
19085
|
"type": "object",
|
|
19028
19086
|
"baspiRequired": ["yesNo"],
|
|
19029
19087
|
"ta6Required": ["yesNo"],
|
|
19030
19088
|
"ntsRequired": ["yesNo"],
|
|
19031
19089
|
"properties": {
|
|
19032
19090
|
"yesNo": {
|
|
19091
|
+
"ntsRef": "A3.3.2.1",
|
|
19033
19092
|
"baspiRef": "A7.1.0.11.1",
|
|
19034
19093
|
"ta6Ref": "12.4a1",
|
|
19035
19094
|
"type": "string",
|
|
19036
19095
|
"title": "",
|
|
19037
19096
|
"enum": ["Yes", "To be connected", "No", "Not known"],
|
|
19038
19097
|
"con29DWEnum": ["Yes", "No"],
|
|
19039
|
-
"ntsEnum": ["Yes", "No"]
|
|
19098
|
+
"ntsEnum": ["Yes", "No", "Not known"],
|
|
19099
|
+
"ta6Enum": ["Yes", "No", "Not known"]
|
|
19040
19100
|
}
|
|
19041
19101
|
},
|
|
19042
19102
|
"discriminator": {
|
|
@@ -19048,13 +19108,6 @@
|
|
|
19048
19108
|
"yesNo": {
|
|
19049
19109
|
"enum": ["Yes"]
|
|
19050
19110
|
},
|
|
19051
|
-
"supplier": {
|
|
19052
|
-
"baspiRef": "A7.1.0.11.3",
|
|
19053
|
-
"ta6Ref": "12.4a2",
|
|
19054
|
-
"title": "Supplier",
|
|
19055
|
-
"type": "string",
|
|
19056
|
-
"minLength": 1
|
|
19057
|
-
},
|
|
19058
19111
|
"details": {
|
|
19059
19112
|
"con29DWRef": "2.1.2",
|
|
19060
19113
|
"title": "Details",
|
|
@@ -20099,6 +20152,7 @@
|
|
|
20099
20152
|
"Electricity",
|
|
20100
20153
|
"Oil",
|
|
20101
20154
|
"LPG",
|
|
20155
|
+
"Biomass",
|
|
20102
20156
|
"Other"
|
|
20103
20157
|
]
|
|
20104
20158
|
}
|
|
@@ -20115,7 +20169,7 @@
|
|
|
20115
20169
|
"Electricity",
|
|
20116
20170
|
"Oil",
|
|
20117
20171
|
"LPG",
|
|
20118
|
-
"Biomass
|
|
20172
|
+
"Biomass"
|
|
20119
20173
|
]
|
|
20120
20174
|
}
|
|
20121
20175
|
}
|
|
@@ -20802,6 +20856,7 @@
|
|
|
20802
20856
|
"accessRestrictionAttempts",
|
|
20803
20857
|
"rightsOrArrangements"
|
|
20804
20858
|
],
|
|
20859
|
+
"ntsRequired": ["rightsOrArrangements"],
|
|
20805
20860
|
"ta6Required": [
|
|
20806
20861
|
"sharedContributions",
|
|
20807
20862
|
"neighbouringLandRights",
|
|
@@ -21032,13 +21087,13 @@
|
|
|
21032
21087
|
"baspiRef": "A10.4.1.2",
|
|
21033
21088
|
"ta6Ref": "8.6.2",
|
|
21034
21089
|
"piqRef": "A10.4.2",
|
|
21035
|
-
"title": "Please provide details
|
|
21090
|
+
"title": "Please provide details",
|
|
21036
21091
|
"type": "string",
|
|
21037
21092
|
"minLength": 1
|
|
21038
21093
|
},
|
|
21039
21094
|
"attachments": {
|
|
21040
21095
|
"baspiRef": "A10.4.1.3",
|
|
21041
|
-
"title": "
|
|
21096
|
+
"title": "Please mark the route on a plan of the property",
|
|
21042
21097
|
"type": "string",
|
|
21043
21098
|
"enum": ["Attached", "To follow"]
|
|
21044
21099
|
}
|
|
@@ -21413,10 +21468,10 @@
|
|
|
21413
21468
|
"piqRef": "A11.1.1",
|
|
21414
21469
|
"title": "Flood Risk",
|
|
21415
21470
|
"type": "object",
|
|
21416
|
-
"ntsRequired": ["
|
|
21417
|
-
"baspiRequired": ["
|
|
21471
|
+
"ntsRequired": ["riskIndicator"],
|
|
21472
|
+
"baspiRequired": ["riskIndicator"],
|
|
21418
21473
|
"properties": {
|
|
21419
|
-
"
|
|
21474
|
+
"riskIndicator": {
|
|
21420
21475
|
"ntsRef": "C3.1.1.1",
|
|
21421
21476
|
"type": "string",
|
|
21422
21477
|
"title": "Is the property impacted?",
|
|
@@ -21426,19 +21481,19 @@
|
|
|
21426
21481
|
}
|
|
21427
21482
|
},
|
|
21428
21483
|
"discriminator": {
|
|
21429
|
-
"propertyName": "
|
|
21484
|
+
"propertyName": "riskIndicator"
|
|
21430
21485
|
},
|
|
21431
21486
|
"oneOf": [
|
|
21432
21487
|
{
|
|
21433
21488
|
"properties": {
|
|
21434
|
-
"
|
|
21489
|
+
"riskIndicator": {
|
|
21435
21490
|
"enum": ["No"]
|
|
21436
21491
|
}
|
|
21437
21492
|
}
|
|
21438
21493
|
},
|
|
21439
21494
|
{
|
|
21440
21495
|
"properties": {
|
|
21441
|
-
"
|
|
21496
|
+
"riskIndicator": {
|
|
21442
21497
|
"enum": ["Yes"]
|
|
21443
21498
|
},
|
|
21444
21499
|
"actionAlertRating": {
|
|
@@ -21446,6 +21501,11 @@
|
|
|
21446
21501
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21447
21502
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21448
21503
|
},
|
|
21504
|
+
"result": {
|
|
21505
|
+
"title": "Result",
|
|
21506
|
+
"type": "string",
|
|
21507
|
+
"minLength": 1
|
|
21508
|
+
},
|
|
21449
21509
|
"summary": {
|
|
21450
21510
|
"ntsRef": "C3.1.1.2",
|
|
21451
21511
|
"type": "string",
|
|
@@ -21473,7 +21533,7 @@
|
|
|
21473
21533
|
"type": "string",
|
|
21474
21534
|
"title": "Risk sub-category name"
|
|
21475
21535
|
},
|
|
21476
|
-
"
|
|
21536
|
+
"riskIndicator": {
|
|
21477
21537
|
"type": "string",
|
|
21478
21538
|
"title": "Is action recommended?",
|
|
21479
21539
|
"enum": ["Yes", "No"]
|
|
@@ -21483,6 +21543,11 @@
|
|
|
21483
21543
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21484
21544
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21485
21545
|
},
|
|
21546
|
+
"result": {
|
|
21547
|
+
"title": "Result",
|
|
21548
|
+
"type": "string",
|
|
21549
|
+
"minLength": 1
|
|
21550
|
+
},
|
|
21486
21551
|
"summary": {
|
|
21487
21552
|
"type": "string",
|
|
21488
21553
|
"title": "Summary of risk",
|
|
@@ -21551,7 +21616,7 @@
|
|
|
21551
21616
|
}
|
|
21552
21617
|
},
|
|
21553
21618
|
"details": {
|
|
21554
|
-
"ntsRef": "C3.1.1.
|
|
21619
|
+
"ntsRef": "C3.1.1.4",
|
|
21555
21620
|
"baspiRef": "A11.1.2.1",
|
|
21556
21621
|
"ta6Ref": "7.1.2",
|
|
21557
21622
|
"title": "Please state when the flooding occurred and identify the parts that flooded",
|
|
@@ -21580,7 +21645,7 @@
|
|
|
21580
21645
|
"type": "object",
|
|
21581
21646
|
"title": "Radon risk",
|
|
21582
21647
|
"properties": {
|
|
21583
|
-
"
|
|
21648
|
+
"riskIndicator": {
|
|
21584
21649
|
"type": "string",
|
|
21585
21650
|
"title": "Is the property impacted?",
|
|
21586
21651
|
"enum": ["Yes", "No"]
|
|
@@ -21590,6 +21655,11 @@
|
|
|
21590
21655
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21591
21656
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21592
21657
|
},
|
|
21658
|
+
"result": {
|
|
21659
|
+
"title": "Result",
|
|
21660
|
+
"type": "string",
|
|
21661
|
+
"minLength": 1
|
|
21662
|
+
},
|
|
21593
21663
|
"summary": {
|
|
21594
21664
|
"type": "string",
|
|
21595
21665
|
"title": "Summary of risk",
|
|
@@ -21615,7 +21685,7 @@
|
|
|
21615
21685
|
"type": "string",
|
|
21616
21686
|
"title": "Risk sub-category name"
|
|
21617
21687
|
},
|
|
21618
|
-
"
|
|
21688
|
+
"riskIndicator": {
|
|
21619
21689
|
"type": "string",
|
|
21620
21690
|
"title": "Is action recommended?",
|
|
21621
21691
|
"enum": ["Yes", "No"]
|
|
@@ -21625,6 +21695,11 @@
|
|
|
21625
21695
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21626
21696
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21627
21697
|
},
|
|
21698
|
+
"result": {
|
|
21699
|
+
"title": "Result",
|
|
21700
|
+
"type": "string",
|
|
21701
|
+
"minLength": 1
|
|
21702
|
+
},
|
|
21628
21703
|
"summary": {
|
|
21629
21704
|
"type": "string",
|
|
21630
21705
|
"title": "Summary of risk",
|
|
@@ -21727,7 +21802,7 @@
|
|
|
21727
21802
|
"type": "object",
|
|
21728
21803
|
"title": "Contaminated land risk",
|
|
21729
21804
|
"properties": {
|
|
21730
|
-
"
|
|
21805
|
+
"riskIndicator": {
|
|
21731
21806
|
"type": "string",
|
|
21732
21807
|
"title": "Is the property impacted?",
|
|
21733
21808
|
"enum": ["Yes", "No"]
|
|
@@ -21737,6 +21812,11 @@
|
|
|
21737
21812
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21738
21813
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21739
21814
|
},
|
|
21815
|
+
"result": {
|
|
21816
|
+
"title": "Result",
|
|
21817
|
+
"type": "string",
|
|
21818
|
+
"minLength": 1
|
|
21819
|
+
},
|
|
21740
21820
|
"summary": {
|
|
21741
21821
|
"type": "string",
|
|
21742
21822
|
"title": "Summary of risk",
|
|
@@ -21762,7 +21842,7 @@
|
|
|
21762
21842
|
"type": "string",
|
|
21763
21843
|
"title": "Risk sub-category name"
|
|
21764
21844
|
},
|
|
21765
|
-
"
|
|
21845
|
+
"riskIndicator": {
|
|
21766
21846
|
"type": "string",
|
|
21767
21847
|
"title": "Is action recommended?",
|
|
21768
21848
|
"enum": ["Yes", "No"]
|
|
@@ -21772,6 +21852,11 @@
|
|
|
21772
21852
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21773
21853
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21774
21854
|
},
|
|
21855
|
+
"result": {
|
|
21856
|
+
"title": "Result",
|
|
21857
|
+
"type": "string",
|
|
21858
|
+
"minLength": 1
|
|
21859
|
+
},
|
|
21775
21860
|
"summary": {
|
|
21776
21861
|
"type": "string",
|
|
21777
21862
|
"title": "Summary of risk",
|
|
@@ -21803,7 +21888,7 @@
|
|
|
21803
21888
|
"type": "object",
|
|
21804
21889
|
"title": "Ground stability risk",
|
|
21805
21890
|
"properties": {
|
|
21806
|
-
"
|
|
21891
|
+
"riskIndicator": {
|
|
21807
21892
|
"type": "string",
|
|
21808
21893
|
"title": "Is the property impacted?",
|
|
21809
21894
|
"enum": ["Yes", "No"]
|
|
@@ -21813,6 +21898,11 @@
|
|
|
21813
21898
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21814
21899
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21815
21900
|
},
|
|
21901
|
+
"result": {
|
|
21902
|
+
"title": "Result",
|
|
21903
|
+
"type": "string",
|
|
21904
|
+
"minLength": 1
|
|
21905
|
+
},
|
|
21816
21906
|
"summary": {
|
|
21817
21907
|
"type": "string",
|
|
21818
21908
|
"title": "Summary of risk",
|
|
@@ -21838,7 +21928,7 @@
|
|
|
21838
21928
|
"type": "string",
|
|
21839
21929
|
"title": "Risk sub-category name"
|
|
21840
21930
|
},
|
|
21841
|
-
"
|
|
21931
|
+
"riskIndicator": {
|
|
21842
21932
|
"type": "string",
|
|
21843
21933
|
"title": "Is action recommended?",
|
|
21844
21934
|
"enum": ["Yes", "No"]
|
|
@@ -21848,6 +21938,11 @@
|
|
|
21848
21938
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21849
21939
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21850
21940
|
},
|
|
21941
|
+
"result": {
|
|
21942
|
+
"title": "Result",
|
|
21943
|
+
"type": "string",
|
|
21944
|
+
"minLength": 1
|
|
21945
|
+
},
|
|
21851
21946
|
"summary": {
|
|
21852
21947
|
"type": "string",
|
|
21853
21948
|
"title": "Summary of risk",
|
|
@@ -21879,7 +21974,7 @@
|
|
|
21879
21974
|
"type": "object",
|
|
21880
21975
|
"title": "Energy risk",
|
|
21881
21976
|
"properties": {
|
|
21882
|
-
"
|
|
21977
|
+
"riskIndicator": {
|
|
21883
21978
|
"type": "string",
|
|
21884
21979
|
"title": "Is the property impacted?",
|
|
21885
21980
|
"enum": ["Yes", "No"]
|
|
@@ -21889,6 +21984,11 @@
|
|
|
21889
21984
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21890
21985
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21891
21986
|
},
|
|
21987
|
+
"result": {
|
|
21988
|
+
"title": "Result",
|
|
21989
|
+
"type": "string",
|
|
21990
|
+
"minLength": 1
|
|
21991
|
+
},
|
|
21892
21992
|
"summary": {
|
|
21893
21993
|
"type": "string",
|
|
21894
21994
|
"title": "Summary of risk",
|
|
@@ -21914,7 +22014,7 @@
|
|
|
21914
22014
|
"type": "string",
|
|
21915
22015
|
"title": "Risk sub-category name"
|
|
21916
22016
|
},
|
|
21917
|
-
"
|
|
22017
|
+
"riskIndicator": {
|
|
21918
22018
|
"type": "string",
|
|
21919
22019
|
"title": "Is action recommended?",
|
|
21920
22020
|
"enum": ["Yes", "No"]
|
|
@@ -21924,6 +22024,11 @@
|
|
|
21924
22024
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21925
22025
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21926
22026
|
},
|
|
22027
|
+
"result": {
|
|
22028
|
+
"title": "Result",
|
|
22029
|
+
"type": "string",
|
|
22030
|
+
"minLength": 1
|
|
22031
|
+
},
|
|
21927
22032
|
"summary": {
|
|
21928
22033
|
"type": "string",
|
|
21929
22034
|
"title": "Summary of risk",
|
|
@@ -21955,7 +22060,7 @@
|
|
|
21955
22060
|
"type": "object",
|
|
21956
22061
|
"title": "Transportation risk",
|
|
21957
22062
|
"properties": {
|
|
21958
|
-
"
|
|
22063
|
+
"riskIndicator": {
|
|
21959
22064
|
"type": "string",
|
|
21960
22065
|
"title": "Is the property impacted?",
|
|
21961
22066
|
"enum": ["Yes", "No"]
|
|
@@ -21965,6 +22070,11 @@
|
|
|
21965
22070
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21966
22071
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21967
22072
|
},
|
|
22073
|
+
"result": {
|
|
22074
|
+
"title": "Result",
|
|
22075
|
+
"type": "string",
|
|
22076
|
+
"minLength": 1
|
|
22077
|
+
},
|
|
21968
22078
|
"summary": {
|
|
21969
22079
|
"type": "string",
|
|
21970
22080
|
"title": "Summary of risk",
|
|
@@ -21990,7 +22100,7 @@
|
|
|
21990
22100
|
"type": "string",
|
|
21991
22101
|
"title": "Risk sub-category name"
|
|
21992
22102
|
},
|
|
21993
|
-
"
|
|
22103
|
+
"riskIndicator": {
|
|
21994
22104
|
"type": "string",
|
|
21995
22105
|
"title": "Is action recommended?",
|
|
21996
22106
|
"enum": ["Yes", "No"]
|
|
@@ -22000,6 +22110,11 @@
|
|
|
22000
22110
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22001
22111
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22002
22112
|
},
|
|
22113
|
+
"result": {
|
|
22114
|
+
"title": "Result",
|
|
22115
|
+
"type": "string",
|
|
22116
|
+
"minLength": 1
|
|
22117
|
+
},
|
|
22003
22118
|
"summary": {
|
|
22004
22119
|
"type": "string",
|
|
22005
22120
|
"title": "Summary of risk",
|
|
@@ -22031,7 +22146,7 @@
|
|
|
22031
22146
|
"type": "object",
|
|
22032
22147
|
"title": "Planning risk",
|
|
22033
22148
|
"properties": {
|
|
22034
|
-
"
|
|
22149
|
+
"riskIndicator": {
|
|
22035
22150
|
"type": "string",
|
|
22036
22151
|
"title": "Is the property impacted?",
|
|
22037
22152
|
"enum": ["Yes", "No"]
|
|
@@ -22041,6 +22156,11 @@
|
|
|
22041
22156
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22042
22157
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22043
22158
|
},
|
|
22159
|
+
"result": {
|
|
22160
|
+
"title": "Result",
|
|
22161
|
+
"type": "string",
|
|
22162
|
+
"minLength": 1
|
|
22163
|
+
},
|
|
22044
22164
|
"summary": {
|
|
22045
22165
|
"type": "string",
|
|
22046
22166
|
"title": "Summary of risk",
|
|
@@ -22066,7 +22186,7 @@
|
|
|
22066
22186
|
"type": "string",
|
|
22067
22187
|
"title": "Risk sub-category name"
|
|
22068
22188
|
},
|
|
22069
|
-
"
|
|
22189
|
+
"riskIndicator": {
|
|
22070
22190
|
"type": "string",
|
|
22071
22191
|
"title": "Is action recommended?",
|
|
22072
22192
|
"enum": ["Yes", "No"]
|
|
@@ -22076,6 +22196,11 @@
|
|
|
22076
22196
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22077
22197
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22078
22198
|
},
|
|
22199
|
+
"result": {
|
|
22200
|
+
"title": "Result",
|
|
22201
|
+
"type": "string",
|
|
22202
|
+
"minLength": 1
|
|
22203
|
+
},
|
|
22079
22204
|
"summary": {
|
|
22080
22205
|
"type": "string",
|
|
22081
22206
|
"title": "Summary of risk",
|
|
@@ -22107,7 +22232,7 @@
|
|
|
22107
22232
|
"type": "object",
|
|
22108
22233
|
"title": "Climate risk",
|
|
22109
22234
|
"properties": {
|
|
22110
|
-
"
|
|
22235
|
+
"riskIndicator": {
|
|
22111
22236
|
"type": "string",
|
|
22112
22237
|
"title": "Is the property impacted?",
|
|
22113
22238
|
"enum": ["Yes", "No"]
|
|
@@ -22117,6 +22242,11 @@
|
|
|
22117
22242
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22118
22243
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22119
22244
|
},
|
|
22245
|
+
"result": {
|
|
22246
|
+
"title": "Result",
|
|
22247
|
+
"type": "string",
|
|
22248
|
+
"minLength": 1
|
|
22249
|
+
},
|
|
22120
22250
|
"summary": {
|
|
22121
22251
|
"type": "string",
|
|
22122
22252
|
"title": "Summary of risk",
|
|
@@ -22142,7 +22272,7 @@
|
|
|
22142
22272
|
"type": "string",
|
|
22143
22273
|
"title": "Risk sub-category name"
|
|
22144
22274
|
},
|
|
22145
|
-
"
|
|
22275
|
+
"riskIndicator": {
|
|
22146
22276
|
"type": "string",
|
|
22147
22277
|
"title": "Is action recommended?",
|
|
22148
22278
|
"enum": ["Yes", "No"]
|
|
@@ -22152,6 +22282,11 @@
|
|
|
22152
22282
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22153
22283
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22154
22284
|
},
|
|
22285
|
+
"result": {
|
|
22286
|
+
"title": "Result",
|
|
22287
|
+
"type": "string",
|
|
22288
|
+
"minLength": 1
|
|
22289
|
+
},
|
|
22155
22290
|
"summary": {
|
|
22156
22291
|
"type": "string",
|
|
22157
22292
|
"title": "Summary of risk",
|
|
@@ -22179,9 +22314,9 @@
|
|
|
22179
22314
|
"ntsRef": "C6.1",
|
|
22180
22315
|
"title": "Coal mining",
|
|
22181
22316
|
"type": "object",
|
|
22182
|
-
"ntsRequired": ["
|
|
22317
|
+
"ntsRequired": ["riskIndicator"],
|
|
22183
22318
|
"properties": {
|
|
22184
|
-
"
|
|
22319
|
+
"riskIndicator": {
|
|
22185
22320
|
"ntsRef": "C6.1.1",
|
|
22186
22321
|
"type": "string",
|
|
22187
22322
|
"title": "Is the property impacted?",
|
|
@@ -22190,19 +22325,19 @@
|
|
|
22190
22325
|
}
|
|
22191
22326
|
},
|
|
22192
22327
|
"discriminator": {
|
|
22193
|
-
"propertyName": "
|
|
22328
|
+
"propertyName": "riskIndicator"
|
|
22194
22329
|
},
|
|
22195
22330
|
"oneOf": [
|
|
22196
22331
|
{
|
|
22197
22332
|
"properties": {
|
|
22198
|
-
"
|
|
22333
|
+
"riskIndicator": {
|
|
22199
22334
|
"enum": ["No"]
|
|
22200
22335
|
}
|
|
22201
22336
|
}
|
|
22202
22337
|
},
|
|
22203
22338
|
{
|
|
22204
22339
|
"properties": {
|
|
22205
|
-
"
|
|
22340
|
+
"riskIndicator": {
|
|
22206
22341
|
"enum": ["Yes"]
|
|
22207
22342
|
},
|
|
22208
22343
|
"actionAlertRating": {
|
|
@@ -22210,6 +22345,11 @@
|
|
|
22210
22345
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22211
22346
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22212
22347
|
},
|
|
22348
|
+
"result": {
|
|
22349
|
+
"title": "Result",
|
|
22350
|
+
"type": "string",
|
|
22351
|
+
"minLength": 1
|
|
22352
|
+
},
|
|
22213
22353
|
"summary": {
|
|
22214
22354
|
"ntsRef": "C6.1.1",
|
|
22215
22355
|
"type": "string",
|
|
@@ -22237,7 +22377,7 @@
|
|
|
22237
22377
|
"type": "string",
|
|
22238
22378
|
"title": "Risk sub-category name"
|
|
22239
22379
|
},
|
|
22240
|
-
"
|
|
22380
|
+
"riskIndicator": {
|
|
22241
22381
|
"type": "string",
|
|
22242
22382
|
"title": "Is action recommended?",
|
|
22243
22383
|
"enum": ["Yes", "No"]
|
|
@@ -22247,6 +22387,11 @@
|
|
|
22247
22387
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22248
22388
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22249
22389
|
},
|
|
22390
|
+
"result": {
|
|
22391
|
+
"title": "Result",
|
|
22392
|
+
"type": "string",
|
|
22393
|
+
"minLength": 1
|
|
22394
|
+
},
|
|
22250
22395
|
"summary": {
|
|
22251
22396
|
"type": "string",
|
|
22252
22397
|
"title": "Summary of risk",
|
|
@@ -22274,9 +22419,9 @@
|
|
|
22274
22419
|
"ntsRef": "C6.2",
|
|
22275
22420
|
"title": "Non-coal mining",
|
|
22276
22421
|
"type": "object",
|
|
22277
|
-
"ntsRequired": ["
|
|
22422
|
+
"ntsRequired": ["riskIndicator"],
|
|
22278
22423
|
"properties": {
|
|
22279
|
-
"
|
|
22424
|
+
"riskIndicator": {
|
|
22280
22425
|
"ntsRef": "C6.2.1",
|
|
22281
22426
|
"type": "string",
|
|
22282
22427
|
"title": "Is the property impacted?",
|
|
@@ -22285,19 +22430,19 @@
|
|
|
22285
22430
|
}
|
|
22286
22431
|
},
|
|
22287
22432
|
"discriminator": {
|
|
22288
|
-
"propertyName": "
|
|
22433
|
+
"propertyName": "riskIndicator"
|
|
22289
22434
|
},
|
|
22290
22435
|
"oneOf": [
|
|
22291
22436
|
{
|
|
22292
22437
|
"properties": {
|
|
22293
|
-
"
|
|
22438
|
+
"riskIndicator": {
|
|
22294
22439
|
"enum": ["No"]
|
|
22295
22440
|
}
|
|
22296
22441
|
}
|
|
22297
22442
|
},
|
|
22298
22443
|
{
|
|
22299
22444
|
"properties": {
|
|
22300
|
-
"
|
|
22445
|
+
"riskIndicator": {
|
|
22301
22446
|
"enum": ["Yes"]
|
|
22302
22447
|
},
|
|
22303
22448
|
"actionAlertRating": {
|
|
@@ -22305,6 +22450,11 @@
|
|
|
22305
22450
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22306
22451
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22307
22452
|
},
|
|
22453
|
+
"result": {
|
|
22454
|
+
"title": "Result",
|
|
22455
|
+
"type": "string",
|
|
22456
|
+
"minLength": 1
|
|
22457
|
+
},
|
|
22308
22458
|
"summary": {
|
|
22309
22459
|
"ntsRef": "C6.2.2",
|
|
22310
22460
|
"type": "string",
|
|
@@ -22332,7 +22482,7 @@
|
|
|
22332
22482
|
"type": "string",
|
|
22333
22483
|
"title": "Risk sub-category name"
|
|
22334
22484
|
},
|
|
22335
|
-
"
|
|
22485
|
+
"riskIndicator": {
|
|
22336
22486
|
"type": "string",
|
|
22337
22487
|
"title": "Is action recommended?",
|
|
22338
22488
|
"enum": ["Yes", "No"]
|
|
@@ -22342,6 +22492,11 @@
|
|
|
22342
22492
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22343
22493
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22344
22494
|
},
|
|
22495
|
+
"result": {
|
|
22496
|
+
"title": "Result",
|
|
22497
|
+
"type": "string",
|
|
22498
|
+
"minLength": 1
|
|
22499
|
+
},
|
|
22345
22500
|
"summary": {
|
|
22346
22501
|
"type": "string",
|
|
22347
22502
|
"title": "Summary of risk",
|
|
@@ -22370,9 +22525,9 @@
|
|
|
22370
22525
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
22371
22526
|
"title": "Coastal erosion",
|
|
22372
22527
|
"type": "object",
|
|
22373
|
-
"ntsRequired": ["
|
|
22528
|
+
"ntsRequired": ["riskIndicator"],
|
|
22374
22529
|
"properties": {
|
|
22375
|
-
"
|
|
22530
|
+
"riskIndicator": {
|
|
22376
22531
|
"ntsRef": "C3.2.1",
|
|
22377
22532
|
"type": "string",
|
|
22378
22533
|
"title": "Is the property impacted?",
|
|
@@ -22381,19 +22536,19 @@
|
|
|
22381
22536
|
}
|
|
22382
22537
|
},
|
|
22383
22538
|
"discriminator": {
|
|
22384
|
-
"propertyName": "
|
|
22539
|
+
"propertyName": "riskIndicator"
|
|
22385
22540
|
},
|
|
22386
22541
|
"oneOf": [
|
|
22387
22542
|
{
|
|
22388
22543
|
"properties": {
|
|
22389
|
-
"
|
|
22544
|
+
"riskIndicator": {
|
|
22390
22545
|
"enum": ["No"]
|
|
22391
22546
|
}
|
|
22392
22547
|
}
|
|
22393
22548
|
},
|
|
22394
22549
|
{
|
|
22395
22550
|
"properties": {
|
|
22396
|
-
"
|
|
22551
|
+
"riskIndicator": {
|
|
22397
22552
|
"enum": ["Yes"]
|
|
22398
22553
|
},
|
|
22399
22554
|
"actionAlertRating": {
|
|
@@ -22401,6 +22556,11 @@
|
|
|
22401
22556
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22402
22557
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22403
22558
|
},
|
|
22559
|
+
"result": {
|
|
22560
|
+
"title": "Result",
|
|
22561
|
+
"type": "string",
|
|
22562
|
+
"minLength": 1
|
|
22563
|
+
},
|
|
22404
22564
|
"summary": {
|
|
22405
22565
|
"ntsRef": "C3.2.2",
|
|
22406
22566
|
"type": "string",
|
|
@@ -22428,7 +22588,7 @@
|
|
|
22428
22588
|
"type": "string",
|
|
22429
22589
|
"title": "Risk sub-category name"
|
|
22430
22590
|
},
|
|
22431
|
-
"
|
|
22591
|
+
"riskIndicator": {
|
|
22432
22592
|
"type": "string",
|
|
22433
22593
|
"title": "Is action recommended?",
|
|
22434
22594
|
"enum": ["Yes", "No"]
|
|
@@ -22438,6 +22598,11 @@
|
|
|
22438
22598
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22439
22599
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22440
22600
|
},
|
|
22601
|
+
"result": {
|
|
22602
|
+
"title": "Result",
|
|
22603
|
+
"type": "string",
|
|
22604
|
+
"minLength": 1
|
|
22605
|
+
},
|
|
22441
22606
|
"summary": {
|
|
22442
22607
|
"type": "string",
|
|
22443
22608
|
"title": "Summary of risk",
|
|
@@ -23681,8 +23846,11 @@
|
|
|
23681
23846
|
"solarPanels": {
|
|
23682
23847
|
"baspiRef": "B4.3",
|
|
23683
23848
|
"piqRef": "B4.4",
|
|
23849
|
+
"ta6Ref": "4.6",
|
|
23684
23850
|
"title": "Solar or photovoltaic panels",
|
|
23685
23851
|
"type": "object",
|
|
23852
|
+
"baspiRequired": ["hasSolarPanels"],
|
|
23853
|
+
"ta6Required": ["hasSolarPanels"],
|
|
23686
23854
|
"properties": {
|
|
23687
23855
|
"hasSolarPanels": {
|
|
23688
23856
|
"baspiRef": "B4.3.0",
|
|
@@ -23694,8 +23862,6 @@
|
|
|
23694
23862
|
"enum": ["Yes", "No"]
|
|
23695
23863
|
}
|
|
23696
23864
|
},
|
|
23697
|
-
"baspiRequired": ["hasSolarPanels"],
|
|
23698
|
-
"ta6Required": ["hasSolarPanels"],
|
|
23699
23865
|
"discriminator": {
|
|
23700
23866
|
"propertyName": "hasSolarPanels"
|
|
23701
23867
|
},
|