@pdtf/schemas 3.0.0-1 → 3.0.0-11
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 +23 -22
- 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 +762 -683
- package/src/schemas/v3/overlays/baspi.json +662 -2571
- package/src/schemas/v3/overlays/con29DW.json +46 -127
- 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 +493 -475
- package/src/schemas/v3/overlays/piq.json +225 -827
- package/src/schemas/v3/overlays/rds.json +172 -541
- package/src/schemas/v3/overlays/ta10.json +540 -1755
- package/src/schemas/v3/overlays/ta6.json +346 -1271
- package/src/schemas/v3/overlays/ta7.json +220 -462
- package/src/schemas/v3/pdtf-transaction.json +628 -600
- package/src/schemas/v3/skeleton.json +92 -67
- package/src/tests/v3/transactionSchema.test.js +27 -17
- 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,140 +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
|
-
"isNewBuild": {
|
|
379
|
-
"title": "Is the property a New Build?",
|
|
380
|
-
"type": "object",
|
|
381
|
-
"properties": {
|
|
382
|
-
"yesNo": {
|
|
383
|
-
"type": "string",
|
|
384
|
-
"enum": ["Yes", "No"]
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
},
|
|
388
268
|
"location": {
|
|
389
269
|
"title": "Geographical location",
|
|
390
270
|
"type": "object",
|
|
@@ -559,9 +439,155 @@
|
|
|
559
439
|
}
|
|
560
440
|
},
|
|
561
441
|
"buildInformation": {
|
|
562
|
-
"
|
|
442
|
+
"ntsRef": "B1.1",
|
|
443
|
+
"title": "About the property building",
|
|
563
444
|
"type": "object",
|
|
445
|
+
"ntsRequired": ["building", "roomDimensions"],
|
|
564
446
|
"properties": {
|
|
447
|
+
"building": {
|
|
448
|
+
"ntsRef": "B1.1.1",
|
|
449
|
+
"title": "Building informatiom",
|
|
450
|
+
"type": "object",
|
|
451
|
+
"ntsRequired": ["propertyType"],
|
|
452
|
+
"properties": {
|
|
453
|
+
"propertyType": {
|
|
454
|
+
"ntsRef": "B1.1.1.1",
|
|
455
|
+
"title": "Property type",
|
|
456
|
+
"type": "string",
|
|
457
|
+
"enum": [
|
|
458
|
+
"House",
|
|
459
|
+
"Bungalow",
|
|
460
|
+
"Maisonette",
|
|
461
|
+
"Flat",
|
|
462
|
+
"Park home",
|
|
463
|
+
"Other"
|
|
464
|
+
]
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
"discriminator": {
|
|
468
|
+
"propertyName": "propertyType"
|
|
469
|
+
},
|
|
470
|
+
"oneOf": [
|
|
471
|
+
{
|
|
472
|
+
"properties": {
|
|
473
|
+
"propertyType": {
|
|
474
|
+
"enum": ["Other"]
|
|
475
|
+
},
|
|
476
|
+
"otherType": {
|
|
477
|
+
"ntsRef": "B1.1.1.1",
|
|
478
|
+
"title": "Please describe the other type of property build",
|
|
479
|
+
"type": "string",
|
|
480
|
+
"minLength": 1
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
"ntsRequired": ["otherType"]
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"properties": {
|
|
487
|
+
"propertyType": {
|
|
488
|
+
"enum": ["House", "Bungalow"]
|
|
489
|
+
},
|
|
490
|
+
"builtForm": {
|
|
491
|
+
"ntsRef": "B1.1.2",
|
|
492
|
+
"title": "Built form",
|
|
493
|
+
"type": "string",
|
|
494
|
+
"enum": [
|
|
495
|
+
"Detached",
|
|
496
|
+
"Semi-detached",
|
|
497
|
+
"Terraced",
|
|
498
|
+
"End of terrace",
|
|
499
|
+
"Other"
|
|
500
|
+
]
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
"ntsRequired": ["builtForm"]
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"properties": {
|
|
507
|
+
"propertyType": {
|
|
508
|
+
"enum": ["Maisonette", "Flat"]
|
|
509
|
+
},
|
|
510
|
+
"builtForm": {
|
|
511
|
+
"ntsRef": "B1.1.2",
|
|
512
|
+
"title": "Built form",
|
|
513
|
+
"type": "string",
|
|
514
|
+
"enum": [
|
|
515
|
+
"Detached",
|
|
516
|
+
"Semi-detached",
|
|
517
|
+
"Terraced",
|
|
518
|
+
"End of terrace",
|
|
519
|
+
"Other"
|
|
520
|
+
]
|
|
521
|
+
},
|
|
522
|
+
"numberOfFloors": {
|
|
523
|
+
"ntsRef": "B1.1.3",
|
|
524
|
+
"title": "Number of floors in the building",
|
|
525
|
+
"type": "integer"
|
|
526
|
+
},
|
|
527
|
+
"entranceFloor": {
|
|
528
|
+
"ntsRef": "B1.1.4",
|
|
529
|
+
"title": "Entrance floor",
|
|
530
|
+
"description": "The floor on which the main entrance to the property is located, starting with 1 for the ground floor (0 for a basement)",
|
|
531
|
+
"type": "integer"
|
|
532
|
+
},
|
|
533
|
+
"hasLift": {
|
|
534
|
+
"ntsRef": "B1.1.5",
|
|
535
|
+
"title": "Entrance floor",
|
|
536
|
+
"description": "Is the property served by a lift?",
|
|
537
|
+
"type": "string",
|
|
538
|
+
"enum": ["Yes", "No"]
|
|
539
|
+
},
|
|
540
|
+
"overCommercialPremises": {
|
|
541
|
+
"ntsRef": "B1.1.6",
|
|
542
|
+
"title": "Is the property located over commercial premises?",
|
|
543
|
+
"type": "object",
|
|
544
|
+
"properties": {
|
|
545
|
+
"isLocatedOverCommercialPremises": {
|
|
546
|
+
"ntsRef": "B1.1.6.1",
|
|
547
|
+
"type": "string",
|
|
548
|
+
"title": "Is the property located over commercial premises?",
|
|
549
|
+
"enum": ["Yes", "No"]
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
"required": ["isLocatedOverCommercialPremises"],
|
|
553
|
+
"discriminator": {
|
|
554
|
+
"propertyName": "isLocatedOverCommercialPremises"
|
|
555
|
+
},
|
|
556
|
+
"oneOf": [
|
|
557
|
+
{
|
|
558
|
+
"properties": {
|
|
559
|
+
"isLocatedOverCommercialPremises": {
|
|
560
|
+
"enum": ["No"]
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"properties": {
|
|
566
|
+
"isLocatedOverCommercialPremises": {
|
|
567
|
+
"enum": ["Yes"]
|
|
568
|
+
},
|
|
569
|
+
"details": {
|
|
570
|
+
"ntsRef": "B1.1.6.2",
|
|
571
|
+
"title": "Please provide details",
|
|
572
|
+
"type": "string",
|
|
573
|
+
"minLength": 1
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
"ntsRequired": ["details"]
|
|
577
|
+
}
|
|
578
|
+
]
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
"ntsRequired": [
|
|
582
|
+
"builtForm",
|
|
583
|
+
"numberOfFloors",
|
|
584
|
+
"entranceFloor",
|
|
585
|
+
"hasLift",
|
|
586
|
+
"overCommercialPremises"
|
|
587
|
+
]
|
|
588
|
+
}
|
|
589
|
+
]
|
|
590
|
+
},
|
|
565
591
|
"internalArea": {
|
|
566
592
|
"title": "Total internal floor area",
|
|
567
593
|
"type": "object",
|
|
@@ -582,65 +608,123 @@
|
|
|
582
608
|
"title": "Year the property was built",
|
|
583
609
|
"type": "integer"
|
|
584
610
|
},
|
|
585
|
-
"
|
|
611
|
+
"isNewBuild": {
|
|
612
|
+
"title": "Is the property a New Build?",
|
|
613
|
+
"type": "object",
|
|
614
|
+
"properties": {
|
|
615
|
+
"yesNo": {
|
|
616
|
+
"type": "string",
|
|
617
|
+
"enum": ["Yes", "No"]
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
"roomDimensions": {
|
|
586
622
|
"ntsRef": "B2",
|
|
587
|
-
"title": "
|
|
588
|
-
"
|
|
589
|
-
"
|
|
590
|
-
"
|
|
591
|
-
"
|
|
592
|
-
|
|
593
|
-
"
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
"
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
"minLength": 1,
|
|
603
|
-
"title": "The specific description of the room"
|
|
604
|
-
},
|
|
605
|
-
"length": {
|
|
606
|
-
"ntsRef": "B2.3",
|
|
607
|
-
"type": "number",
|
|
608
|
-
"minimum": 0,
|
|
609
|
-
"title": "The length of the room"
|
|
610
|
-
},
|
|
611
|
-
"width": {
|
|
612
|
-
"ntsRef": "B2.4",
|
|
613
|
-
"type": "number",
|
|
614
|
-
"minimum": 0,
|
|
615
|
-
"title": "The width of the room"
|
|
616
|
-
},
|
|
617
|
-
"units": {
|
|
618
|
-
"ntsRef": "B2.5",
|
|
619
|
-
"title": "The units which the length and width of the room have been provided in",
|
|
620
|
-
"type": "string",
|
|
621
|
-
"enum": [
|
|
622
|
-
"meters",
|
|
623
|
-
"centimetres",
|
|
624
|
-
"millimetres",
|
|
625
|
-
"feet",
|
|
626
|
-
"inches"
|
|
627
|
-
]
|
|
623
|
+
"title": "Room dimensions",
|
|
624
|
+
"type": "object",
|
|
625
|
+
"baspiRequired": ["hasFloorplan"],
|
|
626
|
+
"properties": {
|
|
627
|
+
"hasFloorplan": {
|
|
628
|
+
"ntsRef": "B2.1",
|
|
629
|
+
"title": "Is a floorplan available which includes the dimensions of all the rooms?",
|
|
630
|
+
"type": "object",
|
|
631
|
+
"properties": {
|
|
632
|
+
"yesNo": {
|
|
633
|
+
"ntsRef": "B2.1.1",
|
|
634
|
+
"type": "string",
|
|
635
|
+
"title": "",
|
|
636
|
+
"enum": ["Yes", "No"]
|
|
637
|
+
}
|
|
628
638
|
},
|
|
629
|
-
"
|
|
630
|
-
|
|
631
|
-
"
|
|
632
|
-
"type": "string",
|
|
633
|
-
"minLength": 1
|
|
639
|
+
"ntsRequired": ["yesNo"],
|
|
640
|
+
"discriminator": {
|
|
641
|
+
"propertyName": "yesNo"
|
|
634
642
|
},
|
|
635
|
-
"
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
643
|
+
"oneOf": [
|
|
644
|
+
{
|
|
645
|
+
"properties": {
|
|
646
|
+
"yesNo": {
|
|
647
|
+
"enum": ["Yes"]
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"properties": {
|
|
653
|
+
"yesNo": {
|
|
654
|
+
"enum": ["No"]
|
|
655
|
+
},
|
|
656
|
+
"rooms": {
|
|
657
|
+
"ntsRef": "B2",
|
|
658
|
+
"title": "Rooms",
|
|
659
|
+
"description": "Please supply dimensions for each of the rooms.",
|
|
660
|
+
"type": "array",
|
|
661
|
+
"items": {
|
|
662
|
+
"type": "object",
|
|
663
|
+
"properties": {
|
|
664
|
+
"roomName": {
|
|
665
|
+
"ntsRef": "B2.1.1",
|
|
666
|
+
"type": "string",
|
|
667
|
+
"title": "The name of the room",
|
|
668
|
+
"minLength": 1
|
|
669
|
+
},
|
|
670
|
+
"description": {
|
|
671
|
+
"ntsRef": "B2.1.2",
|
|
672
|
+
"type": "string",
|
|
673
|
+
"minLength": 1,
|
|
674
|
+
"title": "Description of the room"
|
|
675
|
+
},
|
|
676
|
+
"length": {
|
|
677
|
+
"ntsRef": "B2.1.3",
|
|
678
|
+
"type": "number",
|
|
679
|
+
"minimum": 0,
|
|
680
|
+
"title": "The length of the room"
|
|
681
|
+
},
|
|
682
|
+
"width": {
|
|
683
|
+
"ntsRef": "B2.1.4",
|
|
684
|
+
"type": "number",
|
|
685
|
+
"minimum": 0,
|
|
686
|
+
"title": "The width of the room"
|
|
687
|
+
},
|
|
688
|
+
"units": {
|
|
689
|
+
"ntsRef": "B2.1.5",
|
|
690
|
+
"title": "The units which the length and width of the room have been provided in",
|
|
691
|
+
"type": "string",
|
|
692
|
+
"enum": [
|
|
693
|
+
"meters",
|
|
694
|
+
"centimetres",
|
|
695
|
+
"millimetres",
|
|
696
|
+
"feet",
|
|
697
|
+
"inches"
|
|
698
|
+
]
|
|
699
|
+
},
|
|
700
|
+
"dimensionDetails": {
|
|
701
|
+
"ntsRef": "B2.6",
|
|
702
|
+
"title": "Any additional description or clarification of the room dimensions",
|
|
703
|
+
"type": "string",
|
|
704
|
+
"minLength": 1
|
|
705
|
+
},
|
|
706
|
+
"photoUrls": {
|
|
707
|
+
"ntsRef": "B2.7",
|
|
708
|
+
"title": "The URLs of images which should be associated with this room",
|
|
709
|
+
"type": "array",
|
|
710
|
+
"items": {
|
|
711
|
+
"type": "string",
|
|
712
|
+
"format": "uri"
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
"ntsRequired": [
|
|
717
|
+
"roomName",
|
|
718
|
+
"length",
|
|
719
|
+
"width",
|
|
720
|
+
"units"
|
|
721
|
+
]
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
"ntsRequired": ["rooms"]
|
|
642
726
|
}
|
|
643
|
-
|
|
727
|
+
]
|
|
644
728
|
}
|
|
645
729
|
}
|
|
646
730
|
}
|
|
@@ -1216,9 +1300,11 @@
|
|
|
1216
1300
|
"items": {
|
|
1217
1301
|
"baspiRef": "A1.3.0",
|
|
1218
1302
|
"ntsRef": "A3.1",
|
|
1303
|
+
"ta7Ref": "1",
|
|
1219
1304
|
"title": "Ownership to be transferred",
|
|
1220
1305
|
"type": "object",
|
|
1221
1306
|
"baspiRequired": ["ownershipType"],
|
|
1307
|
+
"ta7Required": ["ownershipType"],
|
|
1222
1308
|
"ntsRequired": ["ownershipType"],
|
|
1223
1309
|
"properties": {
|
|
1224
1310
|
"titleNumber": {
|
|
@@ -1228,6 +1314,7 @@
|
|
|
1228
1314
|
"minLength": 1
|
|
1229
1315
|
},
|
|
1230
1316
|
"ownershipType": {
|
|
1317
|
+
"ntsRef": "A3.1",
|
|
1231
1318
|
"baspiRef": "A1.3.0.2",
|
|
1232
1319
|
"rdsRef": "Tenure/Tenure",
|
|
1233
1320
|
"ta7Ref": "1.1",
|
|
@@ -1303,6 +1390,7 @@
|
|
|
1303
1390
|
},
|
|
1304
1391
|
"managedFreeholdOrCommonholdInformation": {
|
|
1305
1392
|
"title": "Managed freehold or commonhold information",
|
|
1393
|
+
"ntsRef": "A3.2",
|
|
1306
1394
|
"baspiRef": "A1.5",
|
|
1307
1395
|
"type": "object",
|
|
1308
1396
|
"fme1Required": [
|
|
@@ -1318,6 +1406,7 @@
|
|
|
1318
1406
|
"contactDetails",
|
|
1319
1407
|
"serviceCharge"
|
|
1320
1408
|
],
|
|
1409
|
+
"ntsRequired": ["serviceCharge"],
|
|
1321
1410
|
"properties": {
|
|
1322
1411
|
"contactDetails": {
|
|
1323
1412
|
"fme1Ref": "1",
|
|
@@ -1791,10 +1880,9 @@
|
|
|
1791
1880
|
"type": "object",
|
|
1792
1881
|
"properties": {
|
|
1793
1882
|
"isApplicableParty": {
|
|
1794
|
-
"
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
}
|
|
1883
|
+
"fme1Ref": "1.5.1",
|
|
1884
|
+
"type": "string",
|
|
1885
|
+
"enum": ["true", "false"]
|
|
1798
1886
|
}
|
|
1799
1887
|
},
|
|
1800
1888
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -1835,10 +1923,8 @@
|
|
|
1835
1923
|
"type": "object",
|
|
1836
1924
|
"properties": {
|
|
1837
1925
|
"isApplicableParty": {
|
|
1838
|
-
"
|
|
1839
|
-
|
|
1840
|
-
"enum": ["true", "false"]
|
|
1841
|
-
}
|
|
1926
|
+
"type": "string",
|
|
1927
|
+
"enum": ["true", "false"]
|
|
1842
1928
|
}
|
|
1843
1929
|
},
|
|
1844
1930
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -1879,10 +1965,8 @@
|
|
|
1879
1965
|
"type": "object",
|
|
1880
1966
|
"properties": {
|
|
1881
1967
|
"isApplicableParty": {
|
|
1882
|
-
"
|
|
1883
|
-
|
|
1884
|
-
"enum": ["true", "false"]
|
|
1885
|
-
}
|
|
1968
|
+
"type": "string",
|
|
1969
|
+
"enum": ["true", "false"]
|
|
1886
1970
|
}
|
|
1887
1971
|
},
|
|
1888
1972
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -1923,10 +2007,8 @@
|
|
|
1923
2007
|
"type": "object",
|
|
1924
2008
|
"properties": {
|
|
1925
2009
|
"isApplicableParty": {
|
|
1926
|
-
"
|
|
1927
|
-
|
|
1928
|
-
"enum": ["true", "false"]
|
|
1929
|
-
}
|
|
2010
|
+
"type": "string",
|
|
2011
|
+
"enum": ["true", "false"]
|
|
1930
2012
|
}
|
|
1931
2013
|
},
|
|
1932
2014
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -1966,10 +2048,8 @@
|
|
|
1966
2048
|
"type": "object",
|
|
1967
2049
|
"properties": {
|
|
1968
2050
|
"isApplicableParty": {
|
|
1969
|
-
"
|
|
1970
|
-
|
|
1971
|
-
"enum": ["true", "false"]
|
|
1972
|
-
}
|
|
2051
|
+
"type": "string",
|
|
2052
|
+
"enum": ["true", "false"]
|
|
1973
2053
|
}
|
|
1974
2054
|
},
|
|
1975
2055
|
"fme1Required": ["isApplicableParty"],
|
|
@@ -2296,6 +2376,7 @@
|
|
|
2296
2376
|
},
|
|
2297
2377
|
"serviceCharge": {
|
|
2298
2378
|
"baspiRef": "A1.5.1",
|
|
2379
|
+
"ntsRef": "A3.1.1",
|
|
2299
2380
|
"fme1Ref": "3",
|
|
2300
2381
|
"piqRef": "A1.4.2",
|
|
2301
2382
|
"title": "Service Charge",
|
|
@@ -2321,8 +2402,10 @@
|
|
|
2321
2402
|
"largeAdditionalExpense",
|
|
2322
2403
|
"reserveFund"
|
|
2323
2404
|
],
|
|
2405
|
+
"ntsRequired": ["annualServiceCharge"],
|
|
2324
2406
|
"properties": {
|
|
2325
2407
|
"annualServiceCharge": {
|
|
2408
|
+
"ntsRef": "A3.1.2",
|
|
2326
2409
|
"baspiRef": "A1.5.1.1.2",
|
|
2327
2410
|
"fme1Ref": "3.1",
|
|
2328
2411
|
"title": "What is the annual Service Charge payable by this Property?",
|
|
@@ -4379,6 +4462,7 @@
|
|
|
4379
4462
|
"type": "object",
|
|
4380
4463
|
"properties": {
|
|
4381
4464
|
"isApplicableParty": {
|
|
4465
|
+
"lpe1Ref": "1.6.1",
|
|
4382
4466
|
"type": "string",
|
|
4383
4467
|
"enum": ["true", "false"]
|
|
4384
4468
|
}
|
|
@@ -4423,10 +4507,8 @@
|
|
|
4423
4507
|
"type": "object",
|
|
4424
4508
|
"properties": {
|
|
4425
4509
|
"isApplicableParty": {
|
|
4426
|
-
"
|
|
4427
|
-
|
|
4428
|
-
"enum": ["true", "false"]
|
|
4429
|
-
}
|
|
4510
|
+
"type": "string",
|
|
4511
|
+
"enum": ["true", "false"]
|
|
4430
4512
|
}
|
|
4431
4513
|
},
|
|
4432
4514
|
"lpe1Required": [
|
|
@@ -4469,10 +4551,8 @@
|
|
|
4469
4551
|
"type": "object",
|
|
4470
4552
|
"properties": {
|
|
4471
4553
|
"isApplicableParty": {
|
|
4472
|
-
"
|
|
4473
|
-
|
|
4474
|
-
"enum": ["true", "false"]
|
|
4475
|
-
}
|
|
4554
|
+
"type": "string",
|
|
4555
|
+
"enum": ["true", "false"]
|
|
4476
4556
|
}
|
|
4477
4557
|
},
|
|
4478
4558
|
"lpe1Required": [
|
|
@@ -4514,10 +4594,8 @@
|
|
|
4514
4594
|
"type": "object",
|
|
4515
4595
|
"properties": {
|
|
4516
4596
|
"isApplicableParty": {
|
|
4517
|
-
"
|
|
4518
|
-
|
|
4519
|
-
"enum": ["true", "false"]
|
|
4520
|
-
}
|
|
4597
|
+
"type": "string",
|
|
4598
|
+
"enum": ["true", "false"]
|
|
4521
4599
|
}
|
|
4522
4600
|
},
|
|
4523
4601
|
"lpe1Required": [
|
|
@@ -4634,10 +4712,9 @@
|
|
|
4634
4712
|
"type": "object",
|
|
4635
4713
|
"properties": {
|
|
4636
4714
|
"isApplicableParty": {
|
|
4637
|
-
"
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
}
|
|
4715
|
+
"lpe1Ref": "1.5",
|
|
4716
|
+
"type": "string",
|
|
4717
|
+
"enum": ["true", "false"]
|
|
4641
4718
|
}
|
|
4642
4719
|
},
|
|
4643
4720
|
"lpe1Required": [
|
|
@@ -4680,10 +4757,8 @@
|
|
|
4680
4757
|
"type": "object",
|
|
4681
4758
|
"properties": {
|
|
4682
4759
|
"isApplicableParty": {
|
|
4683
|
-
"
|
|
4684
|
-
|
|
4685
|
-
"enum": ["true", "false"]
|
|
4686
|
-
}
|
|
4760
|
+
"type": "string",
|
|
4761
|
+
"enum": ["true", "false"]
|
|
4687
4762
|
}
|
|
4688
4763
|
},
|
|
4689
4764
|
"lpe1Required": [
|
|
@@ -4726,10 +4801,8 @@
|
|
|
4726
4801
|
"type": "object",
|
|
4727
4802
|
"properties": {
|
|
4728
4803
|
"isApplicableParty": {
|
|
4729
|
-
"
|
|
4730
|
-
|
|
4731
|
-
"enum": ["true", "false"]
|
|
4732
|
-
}
|
|
4804
|
+
"type": "string",
|
|
4805
|
+
"enum": ["true", "false"]
|
|
4733
4806
|
}
|
|
4734
4807
|
},
|
|
4735
4808
|
"lpe1Required": [
|
|
@@ -4772,10 +4845,8 @@
|
|
|
4772
4845
|
"type": "object",
|
|
4773
4846
|
"properties": {
|
|
4774
4847
|
"isApplicableParty": {
|
|
4775
|
-
"
|
|
4776
|
-
|
|
4777
|
-
"enum": ["true", "false"]
|
|
4778
|
-
}
|
|
4848
|
+
"type": "string",
|
|
4849
|
+
"enum": ["true", "false"]
|
|
4779
4850
|
}
|
|
4780
4851
|
},
|
|
4781
4852
|
"lpe1Required": [
|
|
@@ -4817,10 +4888,8 @@
|
|
|
4817
4888
|
"type": "object",
|
|
4818
4889
|
"properties": {
|
|
4819
4890
|
"isApplicableParty": {
|
|
4820
|
-
"
|
|
4821
|
-
|
|
4822
|
-
"enum": ["true", "false"]
|
|
4823
|
-
}
|
|
4891
|
+
"type": "string",
|
|
4892
|
+
"enum": ["true", "false"]
|
|
4824
4893
|
}
|
|
4825
4894
|
},
|
|
4826
4895
|
"lpe1Required": [
|
|
@@ -5245,6 +5314,7 @@
|
|
|
5245
5314
|
}
|
|
5246
5315
|
},
|
|
5247
5316
|
"lpe1Required": ["yesNo"],
|
|
5317
|
+
"ta7Required": ["yesNo"],
|
|
5248
5318
|
"discriminator": {
|
|
5249
5319
|
"propertyName": "yesNo"
|
|
5250
5320
|
},
|
|
@@ -5277,6 +5347,7 @@
|
|
|
5277
5347
|
"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
5348
|
"type": "object",
|
|
5279
5349
|
"lpe1Required": ["isSellerAwareOfChanges"],
|
|
5350
|
+
"ta7Required": ["isSellerAwareOfChanges"],
|
|
5280
5351
|
"properties": {
|
|
5281
5352
|
"isSellerAwareOfChanges": {
|
|
5282
5353
|
"title": "",
|
|
@@ -5442,6 +5513,7 @@
|
|
|
5442
5513
|
}
|
|
5443
5514
|
},
|
|
5444
5515
|
"lpe1Required": ["yesNo"],
|
|
5516
|
+
"ta7Required": ["yesNo"],
|
|
5445
5517
|
"baspiRequired": ["yesNo"],
|
|
5446
5518
|
"ntsRequired": ["yesNo"],
|
|
5447
5519
|
"discriminator": {
|
|
@@ -5603,6 +5675,7 @@
|
|
|
5603
5675
|
}
|
|
5604
5676
|
},
|
|
5605
5677
|
"lpe1Required": ["yesNo"],
|
|
5678
|
+
"ta7Required": ["yesNo"],
|
|
5606
5679
|
"discriminator": {
|
|
5607
5680
|
"propertyName": "yesNo"
|
|
5608
5681
|
},
|
|
@@ -5637,6 +5710,7 @@
|
|
|
5637
5710
|
"title": "Who is responsible for managing the building?",
|
|
5638
5711
|
"type": "object",
|
|
5639
5712
|
"lpe1Required": ["buildingManagerType"],
|
|
5713
|
+
"ta7Required": ["buildingManagerType"],
|
|
5640
5714
|
"properties": {
|
|
5641
5715
|
"buildingManagerType": {
|
|
5642
5716
|
"title": "",
|
|
@@ -5698,6 +5772,7 @@
|
|
|
5698
5772
|
"serviceCharge": {
|
|
5699
5773
|
"baspiRef": "A1.5.1",
|
|
5700
5774
|
"lpe1Ref": "4",
|
|
5775
|
+
"ta7Ref": "5.4",
|
|
5701
5776
|
"ntsRef": "A3.5",
|
|
5702
5777
|
"title": "Service Charge",
|
|
5703
5778
|
"type": "object",
|
|
@@ -5710,6 +5785,9 @@
|
|
|
5710
5785
|
"ntsRequired": [
|
|
5711
5786
|
"sellerContributesToServiceCharge"
|
|
5712
5787
|
],
|
|
5788
|
+
"ta7Required": [
|
|
5789
|
+
"sellerContributesToServiceCharge"
|
|
5790
|
+
],
|
|
5713
5791
|
"properties": {
|
|
5714
5792
|
"sellerContributesToServiceCharge": {
|
|
5715
5793
|
"baspiRef": "A1.5.1.1",
|
|
@@ -5758,6 +5836,7 @@
|
|
|
5758
5836
|
}
|
|
5759
5837
|
},
|
|
5760
5838
|
"lpe1Required": ["yesNo"],
|
|
5839
|
+
"ta7Required": ["yesNo"],
|
|
5761
5840
|
"baspiRequired": ["yesNo"],
|
|
5762
5841
|
"discriminator": {
|
|
5763
5842
|
"propertyName": "yesNo"
|
|
@@ -5800,6 +5879,7 @@
|
|
|
5800
5879
|
}
|
|
5801
5880
|
},
|
|
5802
5881
|
"lpe1Required": ["yesNo"],
|
|
5882
|
+
"ta7Required": ["yesNo"],
|
|
5803
5883
|
"discriminator": {
|
|
5804
5884
|
"propertyName": "yesNo"
|
|
5805
5885
|
},
|
|
@@ -5839,6 +5919,7 @@
|
|
|
5839
5919
|
}
|
|
5840
5920
|
},
|
|
5841
5921
|
"lpe1Required": ["yesNo"],
|
|
5922
|
+
"ta7Required": ["yesNo"],
|
|
5842
5923
|
"discriminator": {
|
|
5843
5924
|
"propertyName": "yesNo"
|
|
5844
5925
|
},
|
|
@@ -5884,6 +5965,7 @@
|
|
|
5884
5965
|
}
|
|
5885
5966
|
},
|
|
5886
5967
|
"lpe1Required": ["yesNo"],
|
|
5968
|
+
"ta7Required": ["yesNo"],
|
|
5887
5969
|
"discriminator": {
|
|
5888
5970
|
"propertyName": "yesNo"
|
|
5889
5971
|
},
|
|
@@ -5922,6 +6004,7 @@
|
|
|
5922
6004
|
}
|
|
5923
6005
|
},
|
|
5924
6006
|
"lpe1Required": ["yesNo"],
|
|
6007
|
+
"ta7Required": ["yesNo"],
|
|
5925
6008
|
"discriminator": {
|
|
5926
6009
|
"propertyName": "yesNo"
|
|
5927
6010
|
},
|
|
@@ -6518,7 +6601,8 @@
|
|
|
6518
6601
|
]
|
|
6519
6602
|
}
|
|
6520
6603
|
],
|
|
6521
|
-
"lpe1Required": ["yesNoNotApplicable"]
|
|
6604
|
+
"lpe1Required": ["yesNoNotApplicable"],
|
|
6605
|
+
"ta7Required": ["yesNoNotApplicable"]
|
|
6522
6606
|
},
|
|
6523
6607
|
"landlordsCertificateServed": {
|
|
6524
6608
|
"lpe1Ref": "4.14",
|
|
@@ -6567,7 +6651,8 @@
|
|
|
6567
6651
|
"annualServiceCharge",
|
|
6568
6652
|
"largeAdditionalExpense",
|
|
6569
6653
|
"reserveFund"
|
|
6570
|
-
]
|
|
6654
|
+
],
|
|
6655
|
+
"ntsRequired": ["annualServiceCharge"]
|
|
6571
6656
|
}
|
|
6572
6657
|
]
|
|
6573
6658
|
},
|
|
@@ -7059,6 +7144,7 @@
|
|
|
7059
7144
|
"enum": ["Yes", "No"]
|
|
7060
7145
|
}
|
|
7061
7146
|
},
|
|
7147
|
+
"ta7Required": ["yesNo"],
|
|
7062
7148
|
"lpe1Required": ["yesNo"],
|
|
7063
7149
|
"discriminator": {
|
|
7064
7150
|
"propertyName": "yesNo"
|
|
@@ -7100,6 +7186,7 @@
|
|
|
7100
7186
|
}
|
|
7101
7187
|
},
|
|
7102
7188
|
"lpe1Required": ["yesNo"],
|
|
7189
|
+
"ta7Required": ["yesNo"],
|
|
7103
7190
|
"discriminator": {
|
|
7104
7191
|
"propertyName": "yesNo"
|
|
7105
7192
|
},
|
|
@@ -7297,6 +7384,7 @@
|
|
|
7297
7384
|
}
|
|
7298
7385
|
},
|
|
7299
7386
|
"lpe1Required": ["yesNo"],
|
|
7387
|
+
"ta7Required": ["yesNo"],
|
|
7300
7388
|
"discriminator": {
|
|
7301
7389
|
"propertyName": "yesNo"
|
|
7302
7390
|
},
|
|
@@ -7933,13 +8021,15 @@
|
|
|
7933
8021
|
"enum": ["Other"]
|
|
7934
8022
|
},
|
|
7935
8023
|
"otherOwnershipDetails": {
|
|
8024
|
+
"ntsRef": "A3.5",
|
|
7936
8025
|
"baspiRef": "A1.3.2",
|
|
7937
8026
|
"title": "Details of the ownership type",
|
|
7938
8027
|
"type": "string",
|
|
7939
8028
|
"minLength": 1
|
|
7940
8029
|
}
|
|
7941
8030
|
},
|
|
7942
|
-
"baspiRequired": ["otherOwnershipDetails"]
|
|
8031
|
+
"baspiRequired": ["otherOwnershipDetails"],
|
|
8032
|
+
"ntsRequired": ["otherOwnershipDetails"]
|
|
7943
8033
|
}
|
|
7944
8034
|
]
|
|
7945
8035
|
}
|
|
@@ -7973,6 +8063,7 @@
|
|
|
7973
8063
|
"type": "array",
|
|
7974
8064
|
"title": "Parking arrangements",
|
|
7975
8065
|
"items": {
|
|
8066
|
+
"ntsRef": "B4.1.1",
|
|
7976
8067
|
"type": "string",
|
|
7977
8068
|
"enum": [
|
|
7978
8069
|
"Allocated",
|
|
@@ -7999,6 +8090,7 @@
|
|
|
7999
8090
|
"type": "object",
|
|
8000
8091
|
"properties": {
|
|
8001
8092
|
"yesNo": {
|
|
8093
|
+
"ntsRef": "B4.2.1",
|
|
8002
8094
|
"baspiRef": "A1.6.2.1",
|
|
8003
8095
|
"ta6Ref": "9.2.1",
|
|
8004
8096
|
"type": "string",
|
|
@@ -8017,6 +8109,7 @@
|
|
|
8017
8109
|
"type": "object",
|
|
8018
8110
|
"properties": {
|
|
8019
8111
|
"yesNo": {
|
|
8112
|
+
"ntsRef": "B4.2.1",
|
|
8020
8113
|
"baspiRef": "A1.6.1.1",
|
|
8021
8114
|
"type": "string",
|
|
8022
8115
|
"title": "",
|
|
@@ -8090,9 +8183,10 @@
|
|
|
8090
8183
|
"enum": ["Yes"]
|
|
8091
8184
|
},
|
|
8092
8185
|
"details": {
|
|
8186
|
+
"ntsRef": "C2.1.1.2",
|
|
8093
8187
|
"baspiRef": "A1.7.1.2",
|
|
8094
8188
|
"ta6Ref": "4.7a2",
|
|
8095
|
-
"title": "Please provide details of the listing
|
|
8189
|
+
"title": "Please provide details of the listing",
|
|
8096
8190
|
"type": "string",
|
|
8097
8191
|
"minLength": 1
|
|
8098
8192
|
},
|
|
@@ -8104,6 +8198,7 @@
|
|
|
8104
8198
|
"enum": ["Attached", "To follow"]
|
|
8105
8199
|
}
|
|
8106
8200
|
},
|
|
8201
|
+
"ntsRequired": ["details"],
|
|
8107
8202
|
"baspiRequired": ["details", "attachments"],
|
|
8108
8203
|
"ta6Required": ["details", "attachments"]
|
|
8109
8204
|
}
|
|
@@ -8148,9 +8243,10 @@
|
|
|
8148
8243
|
"enum": ["Yes"]
|
|
8149
8244
|
},
|
|
8150
8245
|
"details": {
|
|
8246
|
+
"ntsRef": "C2.1.2.2",
|
|
8151
8247
|
"baspiRef": "A1.7.2.2",
|
|
8152
8248
|
"ta6Ref": "4.7b2",
|
|
8153
|
-
"title": "Please provide details of the listing
|
|
8249
|
+
"title": "Please provide details of the listing",
|
|
8154
8250
|
"type": "string",
|
|
8155
8251
|
"minLength": 1
|
|
8156
8252
|
},
|
|
@@ -8162,6 +8258,7 @@
|
|
|
8162
8258
|
"enum": ["Attached", "To follow"]
|
|
8163
8259
|
}
|
|
8164
8260
|
},
|
|
8261
|
+
"ntsRequired": ["details"],
|
|
8165
8262
|
"baspiRequired": ["details", "attachments"],
|
|
8166
8263
|
"ta6Required": ["details", "attachments"]
|
|
8167
8264
|
}
|
|
@@ -8206,6 +8303,7 @@
|
|
|
8206
8303
|
"enum": ["Yes"]
|
|
8207
8304
|
},
|
|
8208
8305
|
"workCarriedOut": {
|
|
8306
|
+
"ntsRef": "C2.1.3.2",
|
|
8209
8307
|
"baspiRef": "A1.7.3.2",
|
|
8210
8308
|
"rdsRef": "WorksAlterationsChanges",
|
|
8211
8309
|
"ta6Ref": "4.8a",
|
|
@@ -8223,6 +8321,7 @@
|
|
|
8223
8321
|
}
|
|
8224
8322
|
},
|
|
8225
8323
|
"baspiRequired": ["yesNo"],
|
|
8324
|
+
"ntsRequired": ["yesNo"],
|
|
8226
8325
|
"ta6Required": ["yesNo"],
|
|
8227
8326
|
"discriminator": {
|
|
8228
8327
|
"propertyName": "yesNo"
|
|
@@ -8241,6 +8340,7 @@
|
|
|
8241
8340
|
"enum": ["Yes"]
|
|
8242
8341
|
},
|
|
8243
8342
|
"consentsObtained": {
|
|
8343
|
+
"ntsRef": "C2.1.3.3",
|
|
8244
8344
|
"baspiRef": "A1.7.3.3",
|
|
8245
8345
|
"ta6Ref": "4.8a2",
|
|
8246
8346
|
"title": "Were the relevant consents obtained?",
|
|
@@ -8256,6 +8356,7 @@
|
|
|
8256
8356
|
"enum": ["Attached", "To follow"]
|
|
8257
8357
|
}
|
|
8258
8358
|
},
|
|
8359
|
+
"ntsRequired": ["consentsObtained"],
|
|
8259
8360
|
"baspiRequired": ["consentsObtained"],
|
|
8260
8361
|
"ta6Required": ["consentsObtained"]
|
|
8261
8362
|
}
|
|
@@ -10419,6 +10520,7 @@
|
|
|
10419
10520
|
"notices": {
|
|
10420
10521
|
"baspiRef": "A4",
|
|
10421
10522
|
"ta6Ref": "3",
|
|
10523
|
+
"ntsRef": "C4",
|
|
10422
10524
|
"title": "Notices which Affect the Property",
|
|
10423
10525
|
"description": "Are you aware of, or have you received, any of the following notices?",
|
|
10424
10526
|
"type": "object",
|
|
@@ -10431,6 +10533,7 @@
|
|
|
10431
10533
|
"partyWallAct",
|
|
10432
10534
|
"otherNotices"
|
|
10433
10535
|
],
|
|
10536
|
+
"ntsRequired": ["neighbourDevelopment", "planningApplication"],
|
|
10434
10537
|
"ta6Required": [
|
|
10435
10538
|
"neighbourDevelopment",
|
|
10436
10539
|
"partyWallAct",
|
|
@@ -10439,6 +10542,7 @@
|
|
|
10439
10542
|
"properties": {
|
|
10440
10543
|
"neighbourDevelopment": {
|
|
10441
10544
|
"baspiRef": "A4.1",
|
|
10545
|
+
"ntsRef": "C4.1",
|
|
10442
10546
|
"ta6Ref": "3.2",
|
|
10443
10547
|
"rdsRef": "Property/Flags,Planning",
|
|
10444
10548
|
"piqRef": "A4.1",
|
|
@@ -10446,6 +10550,7 @@
|
|
|
10446
10550
|
"type": "object",
|
|
10447
10551
|
"properties": {
|
|
10448
10552
|
"yesNo": {
|
|
10553
|
+
"ntsRef": "C4.1.1",
|
|
10449
10554
|
"baspiRef": "A4.1.1",
|
|
10450
10555
|
"piqRef": "A4.1.1",
|
|
10451
10556
|
"ta6Ref": "3.2.1",
|
|
@@ -10455,6 +10560,7 @@
|
|
|
10455
10560
|
}
|
|
10456
10561
|
},
|
|
10457
10562
|
"baspiRequired": ["yesNo"],
|
|
10563
|
+
"ntsRequired": ["yesNo"],
|
|
10458
10564
|
"ta6Required": ["yesNo"],
|
|
10459
10565
|
"discriminator": {
|
|
10460
10566
|
"propertyName": "yesNo"
|
|
@@ -10473,6 +10579,7 @@
|
|
|
10473
10579
|
"enum": ["Yes"]
|
|
10474
10580
|
},
|
|
10475
10581
|
"details": {
|
|
10582
|
+
"ntsRef": "C4.1.2",
|
|
10476
10583
|
"baspiRef": "A4.1.2",
|
|
10477
10584
|
"ta6Ref": "3.2.2",
|
|
10478
10585
|
"title": "Details",
|
|
@@ -10487,11 +10594,13 @@
|
|
|
10487
10594
|
}
|
|
10488
10595
|
},
|
|
10489
10596
|
"baspiRequired": ["details", "attachments"],
|
|
10490
|
-
"ta6Required": ["details"]
|
|
10597
|
+
"ta6Required": ["details"],
|
|
10598
|
+
"ntsRequired": ["details"]
|
|
10491
10599
|
}
|
|
10492
10600
|
]
|
|
10493
10601
|
},
|
|
10494
10602
|
"planningApplication": {
|
|
10603
|
+
"ntsRef": "C4.2",
|
|
10495
10604
|
"baspiRef": "A4.2",
|
|
10496
10605
|
"rdsRef": "Property/Flags,Planning",
|
|
10497
10606
|
"ta6Ref": "3.1",
|
|
@@ -10500,6 +10609,7 @@
|
|
|
10500
10609
|
"type": "object",
|
|
10501
10610
|
"properties": {
|
|
10502
10611
|
"yesNo": {
|
|
10612
|
+
"ntsRef": "C4.2.1",
|
|
10503
10613
|
"baspiRef": "A4.2.1",
|
|
10504
10614
|
"ta6Ref": "3.1.1",
|
|
10505
10615
|
"piqRef": "A4.2.1",
|
|
@@ -10509,6 +10619,7 @@
|
|
|
10509
10619
|
}
|
|
10510
10620
|
},
|
|
10511
10621
|
"baspiRequired": ["yesNo"],
|
|
10622
|
+
"ntsRequired": ["yesNo"],
|
|
10512
10623
|
"ta6Required": ["yesNo"],
|
|
10513
10624
|
"discriminator": {
|
|
10514
10625
|
"propertyName": "yesNo"
|
|
@@ -10527,6 +10638,7 @@
|
|
|
10527
10638
|
"enum": ["Yes"]
|
|
10528
10639
|
},
|
|
10529
10640
|
"details": {
|
|
10641
|
+
"ntsRef": "C4.2.2",
|
|
10530
10642
|
"baspiRef": "A4.2.2",
|
|
10531
10643
|
"ta6Ref": "3.1.2",
|
|
10532
10644
|
"title": "Details",
|
|
@@ -10541,7 +10653,8 @@
|
|
|
10541
10653
|
}
|
|
10542
10654
|
},
|
|
10543
10655
|
"baspiRequired": ["details", "attachments"],
|
|
10544
|
-
"ta6Required": ["details"]
|
|
10656
|
+
"ta6Required": ["details"],
|
|
10657
|
+
"ntsRequired": ["details"]
|
|
10545
10658
|
}
|
|
10546
10659
|
]
|
|
10547
10660
|
},
|
|
@@ -17950,8 +18063,6 @@
|
|
|
17950
18063
|
],
|
|
17951
18064
|
"ntsRequired": [
|
|
17952
18065
|
"mainsElectricity",
|
|
17953
|
-
"telephone",
|
|
17954
|
-
"cableSatelliteTV",
|
|
17955
18066
|
"broadband",
|
|
17956
18067
|
"solarPanels",
|
|
17957
18068
|
"otherServices"
|
|
@@ -18546,7 +18657,7 @@
|
|
|
18546
18657
|
},
|
|
18547
18658
|
"details": {
|
|
18548
18659
|
"ntsRef": "3.8.2",
|
|
18549
|
-
"title": "
|
|
18660
|
+
"title": "Details",
|
|
18550
18661
|
"type": "string"
|
|
18551
18662
|
},
|
|
18552
18663
|
"supplier": {
|
|
@@ -18638,6 +18749,7 @@
|
|
|
18638
18749
|
"type": "object",
|
|
18639
18750
|
"baspiRequired": ["water", "drainage", "maintenanceAgreements"],
|
|
18640
18751
|
"ta6Required": ["water", "drainage"],
|
|
18752
|
+
"ntsRequired": ["water", "drainage"],
|
|
18641
18753
|
"con29DWRequired": ["maps", "water", "drainage", "charging"],
|
|
18642
18754
|
"properties": {
|
|
18643
18755
|
"maps": {
|
|
@@ -18671,6 +18783,7 @@
|
|
|
18671
18783
|
"title": "Water",
|
|
18672
18784
|
"type": "object",
|
|
18673
18785
|
"baspiRequired": ["mainsWater"],
|
|
18786
|
+
"ntsRequired": ["mainsWater"],
|
|
18674
18787
|
"ta6Required": ["mainsWater"],
|
|
18675
18788
|
"con29DWRequired": [
|
|
18676
18789
|
"mainsWater",
|
|
@@ -18699,6 +18812,7 @@
|
|
|
18699
18812
|
"type": "string",
|
|
18700
18813
|
"title": "",
|
|
18701
18814
|
"enum": ["Yes", "To be connected", "No"],
|
|
18815
|
+
"ntsEnum": ["Yes", "No"],
|
|
18702
18816
|
"con29DWEnum": ["Yes", "No"]
|
|
18703
18817
|
}
|
|
18704
18818
|
},
|
|
@@ -18745,9 +18859,9 @@
|
|
|
18745
18859
|
},
|
|
18746
18860
|
"isSupplyMetered": {
|
|
18747
18861
|
"ntsRef": "3.2.3",
|
|
18748
|
-
"title": "
|
|
18862
|
+
"title": "Is the supply metered?",
|
|
18749
18863
|
"type": "string",
|
|
18750
|
-
"
|
|
18864
|
+
"enum": ["Yes", "No"]
|
|
18751
18865
|
}
|
|
18752
18866
|
},
|
|
18753
18867
|
"ta6Required": ["supplier"],
|
|
@@ -18960,7 +19074,9 @@
|
|
|
18960
19074
|
"type": "string",
|
|
18961
19075
|
"title": "",
|
|
18962
19076
|
"enum": ["Yes", "To be connected", "No", "Not known"],
|
|
18963
|
-
"con29DWEnum": ["Yes", "No"]
|
|
19077
|
+
"con29DWEnum": ["Yes", "No"],
|
|
19078
|
+
"ntsEnum": ["Yes", "No", "Not known"],
|
|
19079
|
+
"ta6Enum": ["Yes", "No", "Not known"]
|
|
18964
19080
|
}
|
|
18965
19081
|
},
|
|
18966
19082
|
"baspiRequired": ["yesNo"],
|
|
@@ -18982,11 +19098,6 @@
|
|
|
18982
19098
|
"yesNo": {
|
|
18983
19099
|
"enum": ["Yes"]
|
|
18984
19100
|
},
|
|
18985
|
-
"supplier": {
|
|
18986
|
-
"baspiRef": "A7.1.0.12.2",
|
|
18987
|
-
"title": "Supplier",
|
|
18988
|
-
"type": "string"
|
|
18989
|
-
},
|
|
18990
19101
|
"details": {
|
|
18991
19102
|
"con29DWRef": "2.2.2",
|
|
18992
19103
|
"title": "Details",
|
|
@@ -19006,11 +19117,6 @@
|
|
|
19006
19117
|
"title": "Date to be connected",
|
|
19007
19118
|
"type": "string",
|
|
19008
19119
|
"format": "date"
|
|
19009
|
-
},
|
|
19010
|
-
"supplier": {
|
|
19011
|
-
"baspiRef": "A7.1.0.12.2",
|
|
19012
|
-
"title": "Supplier",
|
|
19013
|
-
"type": "string"
|
|
19014
19120
|
}
|
|
19015
19121
|
},
|
|
19016
19122
|
"baspiRequired": ["dateToBeConnected"]
|
|
@@ -19020,23 +19126,25 @@
|
|
|
19020
19126
|
"mainsFoulDrainage": {
|
|
19021
19127
|
"ntsRef": "A3.3.2",
|
|
19022
19128
|
"baspiRef": "A7.1.0.11",
|
|
19023
|
-
"rdsRef": "Services/
|
|
19129
|
+
"rdsRef": "Services/WasteWaterSewerageDisposal",
|
|
19024
19130
|
"ta6Ref": "12.4a",
|
|
19025
19131
|
"con29DWRef": "2.1",
|
|
19026
|
-
"title": "Mains foul drainage /
|
|
19132
|
+
"title": "Mains foul drainage / sewerage",
|
|
19027
19133
|
"type": "object",
|
|
19028
19134
|
"baspiRequired": ["yesNo"],
|
|
19029
19135
|
"ta6Required": ["yesNo"],
|
|
19030
19136
|
"ntsRequired": ["yesNo"],
|
|
19031
19137
|
"properties": {
|
|
19032
19138
|
"yesNo": {
|
|
19139
|
+
"ntsRef": "A3.3.2.1",
|
|
19033
19140
|
"baspiRef": "A7.1.0.11.1",
|
|
19034
19141
|
"ta6Ref": "12.4a1",
|
|
19035
19142
|
"type": "string",
|
|
19036
19143
|
"title": "",
|
|
19037
19144
|
"enum": ["Yes", "To be connected", "No", "Not known"],
|
|
19038
19145
|
"con29DWEnum": ["Yes", "No"],
|
|
19039
|
-
"ntsEnum": ["Yes", "No"]
|
|
19146
|
+
"ntsEnum": ["Yes", "No", "Not known"],
|
|
19147
|
+
"ta6Enum": ["Yes", "No", "Not known"]
|
|
19040
19148
|
}
|
|
19041
19149
|
},
|
|
19042
19150
|
"discriminator": {
|
|
@@ -19048,13 +19156,6 @@
|
|
|
19048
19156
|
"yesNo": {
|
|
19049
19157
|
"enum": ["Yes"]
|
|
19050
19158
|
},
|
|
19051
|
-
"supplier": {
|
|
19052
|
-
"baspiRef": "A7.1.0.11.3",
|
|
19053
|
-
"ta6Ref": "12.4a2",
|
|
19054
|
-
"title": "Supplier",
|
|
19055
|
-
"type": "string",
|
|
19056
|
-
"minLength": 1
|
|
19057
|
-
},
|
|
19058
19159
|
"details": {
|
|
19059
19160
|
"con29DWRef": "2.1.2",
|
|
19060
19161
|
"title": "Details",
|
|
@@ -19064,6 +19165,13 @@
|
|
|
19064
19165
|
},
|
|
19065
19166
|
"con29DWRequired": ["details"]
|
|
19066
19167
|
},
|
|
19168
|
+
{
|
|
19169
|
+
"properties": {
|
|
19170
|
+
"yesNo": {
|
|
19171
|
+
"enum": ["Not known"]
|
|
19172
|
+
}
|
|
19173
|
+
}
|
|
19174
|
+
},
|
|
19067
19175
|
{
|
|
19068
19176
|
"properties": {
|
|
19069
19177
|
"yesNo": {
|
|
@@ -19087,107 +19195,252 @@
|
|
|
19087
19195
|
{
|
|
19088
19196
|
"properties": {
|
|
19089
19197
|
"yesNo": {
|
|
19090
|
-
"enum": ["No"
|
|
19198
|
+
"enum": ["No"]
|
|
19091
19199
|
},
|
|
19092
|
-
"
|
|
19200
|
+
"offMainsDrainageSystem": {
|
|
19093
19201
|
"ntsRef": "A3.3.3",
|
|
19094
|
-
"baspiRef": "A7.1.
|
|
19095
|
-
"
|
|
19096
|
-
"title": "Sustainable Drainage System",
|
|
19202
|
+
"baspiRef": "A7.1.10.13",
|
|
19203
|
+
"ta6Ref": "12.4a",
|
|
19097
19204
|
"type": "object",
|
|
19205
|
+
"baspiRequired": [
|
|
19206
|
+
"offMainsDrainageSystemType",
|
|
19207
|
+
"otherConnectedProperties",
|
|
19208
|
+
"plantOnOtherLand",
|
|
19209
|
+
"plantRegistered",
|
|
19210
|
+
"plantDrainsIntoWaterway"
|
|
19211
|
+
],
|
|
19212
|
+
"ntsRequired": ["offMainsDrainageSystemType"],
|
|
19213
|
+
"ta6Required": [
|
|
19214
|
+
"offMainsDrainageSystemType",
|
|
19215
|
+
"otherConnectedProperties",
|
|
19216
|
+
"plantOnOtherLand"
|
|
19217
|
+
],
|
|
19098
19218
|
"properties": {
|
|
19099
|
-
"
|
|
19219
|
+
"offMainsDrainageSystemType": {
|
|
19100
19220
|
"ntsRef": "A3.3.3.1",
|
|
19101
|
-
"baspiRef": "A7.
|
|
19221
|
+
"baspiRef": "A7.",
|
|
19102
19222
|
"type": "string",
|
|
19103
|
-
"
|
|
19104
|
-
|
|
19105
|
-
|
|
19106
|
-
|
|
19107
|
-
|
|
19108
|
-
|
|
19109
|
-
|
|
19110
|
-
|
|
19111
|
-
|
|
19112
|
-
|
|
19113
|
-
|
|
19114
|
-
|
|
19223
|
+
"enum": [
|
|
19224
|
+
"Sustainable Drainage System",
|
|
19225
|
+
"Septic tank",
|
|
19226
|
+
"Cesspit",
|
|
19227
|
+
"Sewerage treatment plant"
|
|
19228
|
+
]
|
|
19229
|
+
},
|
|
19230
|
+
"otherConnectedProperties": {
|
|
19231
|
+
"baspiRef": "A7.1.1",
|
|
19232
|
+
"rdsRef": "Services/OtherServices/SharedWith",
|
|
19233
|
+
"ta6Ref": "12.6",
|
|
19234
|
+
"piqRef": "A7.1.29",
|
|
19235
|
+
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
19236
|
+
"type": "object",
|
|
19115
19237
|
"properties": {
|
|
19116
19238
|
"yesNo": {
|
|
19117
|
-
"
|
|
19239
|
+
"baspiRef": "A7.1.1.1",
|
|
19240
|
+
"ta6Ref": "12.6.1",
|
|
19241
|
+
"type": "string",
|
|
19242
|
+
"title": "",
|
|
19243
|
+
"enum": ["Yes", "No"]
|
|
19118
19244
|
}
|
|
19119
|
-
}
|
|
19245
|
+
},
|
|
19246
|
+
"baspiRequired": ["yesNo"],
|
|
19247
|
+
"ta6Required": ["yesNo"],
|
|
19248
|
+
"discriminator": {
|
|
19249
|
+
"propertyName": "yesNo"
|
|
19250
|
+
},
|
|
19251
|
+
"oneOf": [
|
|
19252
|
+
{
|
|
19253
|
+
"properties": {
|
|
19254
|
+
"yesNo": {
|
|
19255
|
+
"enum": ["No"]
|
|
19256
|
+
}
|
|
19257
|
+
}
|
|
19258
|
+
},
|
|
19259
|
+
{
|
|
19260
|
+
"properties": {
|
|
19261
|
+
"yesNo": {
|
|
19262
|
+
"enum": ["Yes"]
|
|
19263
|
+
},
|
|
19264
|
+
"numberOfPropertiesSharing": {
|
|
19265
|
+
"baspiRef": "A7.1.1.1",
|
|
19266
|
+
"ta6Ref": "12.6.2",
|
|
19267
|
+
"title": "How many other properties?",
|
|
19268
|
+
"type": "integer"
|
|
19269
|
+
},
|
|
19270
|
+
"details": {
|
|
19271
|
+
"baspiRef": "A7.1.1.2",
|
|
19272
|
+
"title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for",
|
|
19273
|
+
"type": "string",
|
|
19274
|
+
"minLength": 1
|
|
19275
|
+
}
|
|
19276
|
+
},
|
|
19277
|
+
"baspiRequired": [
|
|
19278
|
+
"numberOfPropertiesSharing",
|
|
19279
|
+
"details"
|
|
19280
|
+
],
|
|
19281
|
+
"ta6Required": [
|
|
19282
|
+
"numberOfPropertiesSharing"
|
|
19283
|
+
]
|
|
19284
|
+
}
|
|
19285
|
+
]
|
|
19120
19286
|
},
|
|
19121
|
-
{
|
|
19287
|
+
"plantOnOtherLand": {
|
|
19288
|
+
"baspiRef": "A7.1.2",
|
|
19289
|
+
"rdsRef": "Services/OtherServices/Located,Services/OtherServices/{access=?}",
|
|
19290
|
+
"ta6Ref": "12.10",
|
|
19291
|
+
"piqRef": "A7.1.30",
|
|
19292
|
+
"title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
|
|
19293
|
+
"type": "object",
|
|
19122
19294
|
"properties": {
|
|
19123
19295
|
"yesNo": {
|
|
19124
|
-
"
|
|
19296
|
+
"baspiRef": "7.1.2.1",
|
|
19297
|
+
"ta6Ref": "12.10.1",
|
|
19298
|
+
"type": "string",
|
|
19299
|
+
"title": "",
|
|
19300
|
+
"enum": ["Yes", "No"]
|
|
19301
|
+
}
|
|
19302
|
+
},
|
|
19303
|
+
"baspiRequired": ["yesNo"],
|
|
19304
|
+
"discriminator": {
|
|
19305
|
+
"propertyName": "yesNo"
|
|
19306
|
+
},
|
|
19307
|
+
"oneOf": [
|
|
19308
|
+
{
|
|
19309
|
+
"properties": {
|
|
19310
|
+
"yesNo": {
|
|
19311
|
+
"enum": ["No"]
|
|
19312
|
+
}
|
|
19313
|
+
}
|
|
19125
19314
|
},
|
|
19126
|
-
|
|
19127
|
-
"
|
|
19128
|
-
|
|
19129
|
-
|
|
19315
|
+
{
|
|
19316
|
+
"properties": {
|
|
19317
|
+
"yesNo": {
|
|
19318
|
+
"enum": ["Yes"]
|
|
19319
|
+
},
|
|
19320
|
+
"attachments": {
|
|
19321
|
+
"baspiRef": "7.1.2.2",
|
|
19322
|
+
"ta6Ref": "12.10.2",
|
|
19323
|
+
"title": "Please supply a plan showing the location of the system and how access is obtained.",
|
|
19324
|
+
"type": "string",
|
|
19325
|
+
"enum": ["Attached", "To follow"]
|
|
19326
|
+
}
|
|
19327
|
+
},
|
|
19328
|
+
"baspiRequired": ["attachments"],
|
|
19329
|
+
"ta6Required": ["attachments"]
|
|
19130
19330
|
}
|
|
19131
|
-
|
|
19331
|
+
],
|
|
19332
|
+
"ta6Required": ["yesNo"]
|
|
19132
19333
|
},
|
|
19133
|
-
{
|
|
19334
|
+
"plantRegistered": {
|
|
19335
|
+
"baspiRef": "A7.1.3",
|
|
19336
|
+
"rdsRef": "Services/OtherServices/Certificates",
|
|
19337
|
+
"piqRef": "A7.1.31",
|
|
19338
|
+
"title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
|
|
19339
|
+
"type": "object",
|
|
19134
19340
|
"properties": {
|
|
19135
19341
|
"yesNo": {
|
|
19136
|
-
"
|
|
19137
|
-
},
|
|
19138
|
-
"dateToBeConnected": {
|
|
19139
|
-
"baspiRef": "A7.1.0.13.2",
|
|
19140
|
-
"title": "Date to be connected",
|
|
19342
|
+
"baspiRef": "A7.1.3.1",
|
|
19141
19343
|
"type": "string",
|
|
19142
|
-
"
|
|
19344
|
+
"title": "",
|
|
19345
|
+
"enum": ["Yes", "No"]
|
|
19346
|
+
}
|
|
19347
|
+
},
|
|
19348
|
+
"baspiRequired": ["yesNo"],
|
|
19349
|
+
"discriminator": {
|
|
19350
|
+
"propertyName": "yesNo"
|
|
19351
|
+
},
|
|
19352
|
+
"oneOf": [
|
|
19353
|
+
{
|
|
19354
|
+
"properties": {
|
|
19355
|
+
"yesNo": {
|
|
19356
|
+
"enum": ["No"]
|
|
19357
|
+
}
|
|
19358
|
+
}
|
|
19143
19359
|
},
|
|
19144
|
-
|
|
19145
|
-
"
|
|
19146
|
-
|
|
19147
|
-
|
|
19360
|
+
{
|
|
19361
|
+
"properties": {
|
|
19362
|
+
"yesNo": {
|
|
19363
|
+
"enum": ["Yes"]
|
|
19364
|
+
},
|
|
19365
|
+
"attachments": {
|
|
19366
|
+
"baspiRef": "A7.1.3.2",
|
|
19367
|
+
"title": "Please supply the appropriate permit to discharge or exemption certificate",
|
|
19368
|
+
"type": "string",
|
|
19369
|
+
"enum": ["Attached", "To follow"]
|
|
19370
|
+
}
|
|
19371
|
+
},
|
|
19372
|
+
"baspiRequired": ["attachments"]
|
|
19373
|
+
}
|
|
19374
|
+
]
|
|
19375
|
+
},
|
|
19376
|
+
"plantDrainsIntoWaterway": {
|
|
19377
|
+
"baspiRef": "A7.1.4",
|
|
19378
|
+
"rdsRef": "Services/OtherServices/{isExternallyConnected='yes?true'}",
|
|
19379
|
+
"title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
|
|
19380
|
+
"type": "object",
|
|
19381
|
+
"properties": {
|
|
19382
|
+
"yesNo": {
|
|
19383
|
+
"baspiRef": "A7.1.4.1",
|
|
19384
|
+
"type": "string",
|
|
19385
|
+
"title": "",
|
|
19386
|
+
"enum": [
|
|
19387
|
+
"Yes",
|
|
19388
|
+
"No, the effluent is discharged through a soakaway system."
|
|
19389
|
+
]
|
|
19148
19390
|
}
|
|
19149
19391
|
},
|
|
19150
|
-
"baspiRequired": ["
|
|
19151
|
-
|
|
19152
|
-
|
|
19153
|
-
|
|
19154
|
-
|
|
19155
|
-
|
|
19156
|
-
|
|
19157
|
-
|
|
19158
|
-
|
|
19159
|
-
|
|
19160
|
-
|
|
19161
|
-
|
|
19162
|
-
|
|
19163
|
-
|
|
19164
|
-
|
|
19165
|
-
|
|
19166
|
-
|
|
19167
|
-
|
|
19168
|
-
|
|
19169
|
-
|
|
19170
|
-
|
|
19171
|
-
|
|
19172
|
-
|
|
19392
|
+
"baspiRequired": ["yesNo"],
|
|
19393
|
+
"discriminator": {
|
|
19394
|
+
"propertyName": "yesNo"
|
|
19395
|
+
},
|
|
19396
|
+
"oneOf": [
|
|
19397
|
+
{
|
|
19398
|
+
"properties": {
|
|
19399
|
+
"yesNo": {
|
|
19400
|
+
"enum": [
|
|
19401
|
+
"No, the effluent is discharged through a soakaway system."
|
|
19402
|
+
]
|
|
19403
|
+
}
|
|
19404
|
+
}
|
|
19405
|
+
},
|
|
19406
|
+
{
|
|
19407
|
+
"properties": {
|
|
19408
|
+
"yesNo": {
|
|
19409
|
+
"enum": ["Yes"]
|
|
19410
|
+
},
|
|
19411
|
+
"dischargeCompliesWithGBR": {
|
|
19412
|
+
"baspiRef": "A7.1.4.1",
|
|
19413
|
+
"rdsRef": "Services/OtherServices/ExternalConnections/Flags",
|
|
19414
|
+
"title": "Does it comply with the General Binding Rules for discharge into a waterway?",
|
|
19415
|
+
"type": "string",
|
|
19416
|
+
"enum": [
|
|
19417
|
+
"Yes",
|
|
19418
|
+
"No, it does not comply with the rules for discharge into a waterway."
|
|
19419
|
+
]
|
|
19420
|
+
}
|
|
19421
|
+
},
|
|
19422
|
+
"baspiRequired": [
|
|
19423
|
+
"dischargeCompliesWithGBR"
|
|
19424
|
+
]
|
|
19425
|
+
}
|
|
19426
|
+
]
|
|
19173
19427
|
}
|
|
19174
19428
|
},
|
|
19175
|
-
|
|
19176
19429
|
"discriminator": {
|
|
19177
|
-
"propertyName": "
|
|
19430
|
+
"propertyName": "offMainsDrainageSystemType"
|
|
19178
19431
|
},
|
|
19179
19432
|
"oneOf": [
|
|
19180
19433
|
{
|
|
19181
19434
|
"properties": {
|
|
19182
|
-
"
|
|
19183
|
-
"enum": ["
|
|
19435
|
+
"offMainsDrainageSystemType": {
|
|
19436
|
+
"enum": ["Sustainable Drainage System"]
|
|
19184
19437
|
}
|
|
19185
19438
|
}
|
|
19186
19439
|
},
|
|
19187
19440
|
{
|
|
19188
19441
|
"properties": {
|
|
19189
|
-
"
|
|
19190
|
-
"enum": ["
|
|
19442
|
+
"offMainsDrainageSystemType": {
|
|
19443
|
+
"enum": ["Septic tank"]
|
|
19191
19444
|
},
|
|
19192
19445
|
"dateReplaced": {
|
|
19193
19446
|
"baspiRef": "A7.1.0.14.2",
|
|
@@ -19213,46 +19466,11 @@
|
|
|
19213
19466
|
"dateReplaced",
|
|
19214
19467
|
"dateLastEmptied"
|
|
19215
19468
|
]
|
|
19216
|
-
}
|
|
19217
|
-
]
|
|
19218
|
-
},
|
|
19219
|
-
"cesspit": {
|
|
19220
|
-
"ntsRef": "A3.3.5",
|
|
19221
|
-
"baspiRef": "A7.1.0.15",
|
|
19222
|
-
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
19223
|
-
"ta6Ref": "12.5b",
|
|
19224
|
-
"piqRef": "A7.1.25",
|
|
19225
|
-
"title": "Cesspit",
|
|
19226
|
-
"type": "object",
|
|
19227
|
-
"baspiRequired": ["yesNo"],
|
|
19228
|
-
"ntsRequired": ["yesNo"],
|
|
19229
|
-
"ta6Required": ["yesNo"],
|
|
19230
|
-
"properties": {
|
|
19231
|
-
"yesNo": {
|
|
19232
|
-
"ntsRef": "A3.3.5.1",
|
|
19233
|
-
"baspiRef": "A7.1.0.15.1",
|
|
19234
|
-
"ta6Ref": "12.5c1",
|
|
19235
|
-
"type": "string",
|
|
19236
|
-
"title": "",
|
|
19237
|
-
"enum": ["Yes", "No"]
|
|
19238
|
-
}
|
|
19239
|
-
},
|
|
19240
|
-
|
|
19241
|
-
"discriminator": {
|
|
19242
|
-
"propertyName": "yesNo"
|
|
19243
|
-
},
|
|
19244
|
-
"oneOf": [
|
|
19245
|
-
{
|
|
19246
|
-
"properties": {
|
|
19247
|
-
"yesNo": {
|
|
19248
|
-
"enum": ["No"]
|
|
19249
|
-
}
|
|
19250
|
-
}
|
|
19251
19469
|
},
|
|
19252
19470
|
{
|
|
19253
19471
|
"properties": {
|
|
19254
|
-
"
|
|
19255
|
-
"enum": ["
|
|
19472
|
+
"offMainsDrainageSystemType": {
|
|
19473
|
+
"enum": ["Cesspit"]
|
|
19256
19474
|
},
|
|
19257
19475
|
"dateLastEmptied": {
|
|
19258
19476
|
"baspiRef": "A7.1.0.15.2",
|
|
@@ -19265,46 +19483,11 @@
|
|
|
19265
19483
|
},
|
|
19266
19484
|
"baspiRequired": ["dateLastEmptied"],
|
|
19267
19485
|
"ta6Required": ["dateLastEmptied"]
|
|
19268
|
-
}
|
|
19269
|
-
]
|
|
19270
|
-
},
|
|
19271
|
-
"sewerageTreatmentPlant": {
|
|
19272
|
-
"ntsRef": "A3.3.6",
|
|
19273
|
-
"baspiRef": "A7.1.0.16",
|
|
19274
|
-
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
19275
|
-
"ta6Ref": "12.5b",
|
|
19276
|
-
"piqRef": "A7.1.27",
|
|
19277
|
-
"title": "Sewerage treatment plant",
|
|
19278
|
-
"type": "object",
|
|
19279
|
-
"baspiRequired": ["yesNo"],
|
|
19280
|
-
"ntsRequired": ["yesNo"],
|
|
19281
|
-
"ta6Required": ["yesNo"],
|
|
19282
|
-
"properties": {
|
|
19283
|
-
"yesNo": {
|
|
19284
|
-
"ntsRef": "A3.3.6.1",
|
|
19285
|
-
"baspiRef": "A7.1.0.16.1",
|
|
19286
|
-
"ta6Ref": "12.5b1",
|
|
19287
|
-
"type": "string",
|
|
19288
|
-
"title": "",
|
|
19289
|
-
"enum": ["Yes", "No"]
|
|
19290
|
-
}
|
|
19291
|
-
},
|
|
19292
|
-
|
|
19293
|
-
"discriminator": {
|
|
19294
|
-
"propertyName": "yesNo"
|
|
19295
|
-
},
|
|
19296
|
-
"oneOf": [
|
|
19297
|
-
{
|
|
19298
|
-
"properties": {
|
|
19299
|
-
"yesNo": {
|
|
19300
|
-
"enum": ["No"]
|
|
19301
|
-
}
|
|
19302
|
-
}
|
|
19303
19486
|
},
|
|
19304
19487
|
{
|
|
19305
19488
|
"properties": {
|
|
19306
|
-
"
|
|
19307
|
-
"enum": ["
|
|
19489
|
+
"offMainsDrainageSystemType": {
|
|
19490
|
+
"enum": ["Sewerage treatment plant"]
|
|
19308
19491
|
},
|
|
19309
19492
|
"dateInstalled": {
|
|
19310
19493
|
"baspiRef": "A7.1.0.16.2",
|
|
@@ -19342,225 +19525,8 @@
|
|
|
19342
19525
|
]
|
|
19343
19526
|
}
|
|
19344
19527
|
]
|
|
19345
|
-
},
|
|
19346
|
-
"otherConnectedProperties": {
|
|
19347
|
-
"baspiRef": "A7.1.1",
|
|
19348
|
-
"rdsRef": "Services/OtherServices/SharedWith",
|
|
19349
|
-
"ta6Ref": "12.6",
|
|
19350
|
-
"piqRef": "A7.1.29",
|
|
19351
|
-
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
19352
|
-
"type": "object",
|
|
19353
|
-
"properties": {
|
|
19354
|
-
"yesNo": {
|
|
19355
|
-
"baspiRef": "A7.1.1.1",
|
|
19356
|
-
"ta6Ref": "12.6.1",
|
|
19357
|
-
"type": "string",
|
|
19358
|
-
"title": "",
|
|
19359
|
-
"enum": ["Yes", "No"]
|
|
19360
|
-
}
|
|
19361
|
-
},
|
|
19362
|
-
"baspiRequired": ["yesNo"],
|
|
19363
|
-
"ta6Required": ["yesNo"],
|
|
19364
|
-
"discriminator": {
|
|
19365
|
-
"propertyName": "yesNo"
|
|
19366
|
-
},
|
|
19367
|
-
"oneOf": [
|
|
19368
|
-
{
|
|
19369
|
-
"properties": {
|
|
19370
|
-
"yesNo": {
|
|
19371
|
-
"enum": ["No"]
|
|
19372
|
-
}
|
|
19373
|
-
}
|
|
19374
|
-
},
|
|
19375
|
-
{
|
|
19376
|
-
"properties": {
|
|
19377
|
-
"yesNo": {
|
|
19378
|
-
"enum": ["Yes"]
|
|
19379
|
-
},
|
|
19380
|
-
"numberOfPropertiesSharing": {
|
|
19381
|
-
"baspiRef": "A7.1.1.1",
|
|
19382
|
-
"ta6Ref": "12.6.2",
|
|
19383
|
-
"title": "How many other properties?",
|
|
19384
|
-
"type": "integer"
|
|
19385
|
-
},
|
|
19386
|
-
"details": {
|
|
19387
|
-
"baspiRef": "A7.1.1.2",
|
|
19388
|
-
"title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for",
|
|
19389
|
-
"type": "string",
|
|
19390
|
-
"minLength": 1
|
|
19391
|
-
}
|
|
19392
|
-
},
|
|
19393
|
-
"baspiRequired": [
|
|
19394
|
-
"numberOfPropertiesSharing",
|
|
19395
|
-
"details"
|
|
19396
|
-
],
|
|
19397
|
-
"ta6Required": ["numberOfPropertiesSharing"]
|
|
19398
|
-
}
|
|
19399
|
-
]
|
|
19400
|
-
},
|
|
19401
|
-
"plantOnOtherLand": {
|
|
19402
|
-
"baspiRef": "A7.1.2",
|
|
19403
|
-
"rdsRef": "Services/OtherServices/Located,Services/OtherServices/{access=?}",
|
|
19404
|
-
"ta6Ref": "12.10",
|
|
19405
|
-
"piqRef": "A7.1.30",
|
|
19406
|
-
"title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
|
|
19407
|
-
"type": "object",
|
|
19408
|
-
"properties": {
|
|
19409
|
-
"yesNo": {
|
|
19410
|
-
"baspiRef": "7.1.2.1",
|
|
19411
|
-
"ta6Ref": "12.10.1",
|
|
19412
|
-
"type": "string",
|
|
19413
|
-
"title": "",
|
|
19414
|
-
"enum": ["Yes", "No"]
|
|
19415
|
-
}
|
|
19416
|
-
},
|
|
19417
|
-
"baspiRequired": ["yesNo"],
|
|
19418
|
-
"discriminator": {
|
|
19419
|
-
"propertyName": "yesNo"
|
|
19420
|
-
},
|
|
19421
|
-
"oneOf": [
|
|
19422
|
-
{
|
|
19423
|
-
"properties": {
|
|
19424
|
-
"yesNo": {
|
|
19425
|
-
"enum": ["No"]
|
|
19426
|
-
}
|
|
19427
|
-
}
|
|
19428
|
-
},
|
|
19429
|
-
{
|
|
19430
|
-
"properties": {
|
|
19431
|
-
"yesNo": {
|
|
19432
|
-
"enum": ["Yes"]
|
|
19433
|
-
},
|
|
19434
|
-
"attachments": {
|
|
19435
|
-
"baspiRef": "7.1.2.2",
|
|
19436
|
-
"ta6Ref": "12.10.2",
|
|
19437
|
-
"title": "Please supply a plan showing the location of the system and how access is obtained.",
|
|
19438
|
-
"type": "string",
|
|
19439
|
-
"enum": ["Attached", "To follow"]
|
|
19440
|
-
}
|
|
19441
|
-
},
|
|
19442
|
-
"baspiRequired": ["attachments"],
|
|
19443
|
-
"ta6Required": ["attachments"]
|
|
19444
|
-
}
|
|
19445
|
-
],
|
|
19446
|
-
"ta6Required": ["yesNo"]
|
|
19447
|
-
},
|
|
19448
|
-
"plantRegistered": {
|
|
19449
|
-
"baspiRef": "A7.1.3",
|
|
19450
|
-
"rdsRef": "Services/OtherServices/Certificates",
|
|
19451
|
-
"piqRef": "A7.1.31",
|
|
19452
|
-
"title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
|
|
19453
|
-
"type": "object",
|
|
19454
|
-
"properties": {
|
|
19455
|
-
"yesNo": {
|
|
19456
|
-
"baspiRef": "A7.1.3.1",
|
|
19457
|
-
"type": "string",
|
|
19458
|
-
"title": "",
|
|
19459
|
-
"enum": ["Yes", "No"]
|
|
19460
|
-
}
|
|
19461
|
-
},
|
|
19462
|
-
"baspiRequired": ["yesNo"],
|
|
19463
|
-
"discriminator": {
|
|
19464
|
-
"propertyName": "yesNo"
|
|
19465
|
-
},
|
|
19466
|
-
"oneOf": [
|
|
19467
|
-
{
|
|
19468
|
-
"properties": {
|
|
19469
|
-
"yesNo": {
|
|
19470
|
-
"enum": ["No"]
|
|
19471
|
-
}
|
|
19472
|
-
}
|
|
19473
|
-
},
|
|
19474
|
-
{
|
|
19475
|
-
"properties": {
|
|
19476
|
-
"yesNo": {
|
|
19477
|
-
"enum": ["Yes"]
|
|
19478
|
-
},
|
|
19479
|
-
"attachments": {
|
|
19480
|
-
"baspiRef": "A7.1.3.2",
|
|
19481
|
-
"title": "Please supply the appropriate permit to discharge or exemption certificate",
|
|
19482
|
-
"type": "string",
|
|
19483
|
-
"enum": ["Attached", "To follow"]
|
|
19484
|
-
}
|
|
19485
|
-
},
|
|
19486
|
-
"baspiRequired": ["attachments"]
|
|
19487
|
-
}
|
|
19488
|
-
]
|
|
19489
|
-
},
|
|
19490
|
-
"plantDrainsIntoWaterway": {
|
|
19491
|
-
"baspiRef": "A7.1.4",
|
|
19492
|
-
"rdsRef": "Services/OtherServices/{isExternallyConnected='yes?true'}",
|
|
19493
|
-
"title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
|
|
19494
|
-
"type": "object",
|
|
19495
|
-
"properties": {
|
|
19496
|
-
"yesNo": {
|
|
19497
|
-
"baspiRef": "A7.1.4.1",
|
|
19498
|
-
"type": "string",
|
|
19499
|
-
"title": "",
|
|
19500
|
-
"enum": [
|
|
19501
|
-
"Yes",
|
|
19502
|
-
"No, the effluent is discharged through a soakaway system."
|
|
19503
|
-
]
|
|
19504
|
-
}
|
|
19505
|
-
},
|
|
19506
|
-
"baspiRequired": ["yesNo"],
|
|
19507
|
-
"discriminator": {
|
|
19508
|
-
"propertyName": "yesNo"
|
|
19509
|
-
},
|
|
19510
|
-
"oneOf": [
|
|
19511
|
-
{
|
|
19512
|
-
"properties": {
|
|
19513
|
-
"yesNo": {
|
|
19514
|
-
"enum": [
|
|
19515
|
-
"No, the effluent is discharged through a soakaway system."
|
|
19516
|
-
]
|
|
19517
|
-
}
|
|
19518
|
-
}
|
|
19519
|
-
},
|
|
19520
|
-
{
|
|
19521
|
-
"properties": {
|
|
19522
|
-
"yesNo": {
|
|
19523
|
-
"enum": ["Yes"]
|
|
19524
|
-
},
|
|
19525
|
-
"dischargeCompliesWithGBR": {
|
|
19526
|
-
"baspiRef": "A7.1.4.1",
|
|
19527
|
-
"rdsRef": "Services/OtherServices/ExternalConnections/Flags",
|
|
19528
|
-
"title": "Does it comply with the General Binding Rules for discharge into a waterway?",
|
|
19529
|
-
"type": "string",
|
|
19530
|
-
"enum": [
|
|
19531
|
-
"Yes",
|
|
19532
|
-
"No, it does not comply with the rules for discharge into a waterway."
|
|
19533
|
-
]
|
|
19534
|
-
}
|
|
19535
|
-
},
|
|
19536
|
-
"baspiRequired": ["dischargeCompliesWithGBR"]
|
|
19537
|
-
}
|
|
19538
|
-
]
|
|
19539
19528
|
}
|
|
19540
|
-
}
|
|
19541
|
-
"baspiRequired": [
|
|
19542
|
-
"sustainableDrainageSystem",
|
|
19543
|
-
"septicTank",
|
|
19544
|
-
"cesspit",
|
|
19545
|
-
"sewerageTreatmentPlant",
|
|
19546
|
-
"otherConnectedProperties",
|
|
19547
|
-
"plantOnOtherLand",
|
|
19548
|
-
"plantRegistered",
|
|
19549
|
-
"plantDrainsIntoWaterway"
|
|
19550
|
-
],
|
|
19551
|
-
"ntsRequired": [
|
|
19552
|
-
"sustainableDrainageSystem",
|
|
19553
|
-
"septicTank",
|
|
19554
|
-
"cesspit",
|
|
19555
|
-
"sewerageTreatmentPlant"
|
|
19556
|
-
],
|
|
19557
|
-
"ta6Required": [
|
|
19558
|
-
"septicTank",
|
|
19559
|
-
"cesspit",
|
|
19560
|
-
"sewerageTreatmentPlant",
|
|
19561
|
-
"otherConnectedProperties",
|
|
19562
|
-
"plantOnOtherLand"
|
|
19563
|
-
]
|
|
19529
|
+
}
|
|
19564
19530
|
}
|
|
19565
19531
|
]
|
|
19566
19532
|
},
|
|
@@ -20099,6 +20065,7 @@
|
|
|
20099
20065
|
"Electricity",
|
|
20100
20066
|
"Oil",
|
|
20101
20067
|
"LPG",
|
|
20068
|
+
"Biomass",
|
|
20102
20069
|
"Other"
|
|
20103
20070
|
]
|
|
20104
20071
|
}
|
|
@@ -20115,7 +20082,7 @@
|
|
|
20115
20082
|
"Electricity",
|
|
20116
20083
|
"Oil",
|
|
20117
20084
|
"LPG",
|
|
20118
|
-
"Biomass
|
|
20085
|
+
"Biomass"
|
|
20119
20086
|
]
|
|
20120
20087
|
}
|
|
20121
20088
|
}
|
|
@@ -20802,6 +20769,7 @@
|
|
|
20802
20769
|
"accessRestrictionAttempts",
|
|
20803
20770
|
"rightsOrArrangements"
|
|
20804
20771
|
],
|
|
20772
|
+
"ntsRequired": ["rightsOrArrangements"],
|
|
20805
20773
|
"ta6Required": [
|
|
20806
20774
|
"sharedContributions",
|
|
20807
20775
|
"neighbouringLandRights",
|
|
@@ -20996,6 +20964,7 @@
|
|
|
20996
20964
|
"ta6Ref": "8.6",
|
|
20997
20965
|
"piqRef": "A10.4",
|
|
20998
20966
|
"title": "A public right of way through and/or across your property, buildings or land",
|
|
20967
|
+
"ntsTitle": "Is there a public right of way through and/or across your house, buildings or land?",
|
|
20999
20968
|
"type": "object",
|
|
21000
20969
|
"properties": {
|
|
21001
20970
|
"yesNo": {
|
|
@@ -21032,13 +21001,13 @@
|
|
|
21032
21001
|
"baspiRef": "A10.4.1.2",
|
|
21033
21002
|
"ta6Ref": "8.6.2",
|
|
21034
21003
|
"piqRef": "A10.4.2",
|
|
21035
|
-
"title": "Please provide details
|
|
21004
|
+
"title": "Please provide details",
|
|
21036
21005
|
"type": "string",
|
|
21037
21006
|
"minLength": 1
|
|
21038
21007
|
},
|
|
21039
21008
|
"attachments": {
|
|
21040
21009
|
"baspiRef": "A10.4.1.3",
|
|
21041
|
-
"title": "
|
|
21010
|
+
"title": "Please mark the route on a plan of the property",
|
|
21042
21011
|
"type": "string",
|
|
21043
21012
|
"enum": ["Attached", "To follow"]
|
|
21044
21013
|
}
|
|
@@ -21402,21 +21371,20 @@
|
|
|
21402
21371
|
"ta6Ref": "7.1.0",
|
|
21403
21372
|
"title": "Flooding",
|
|
21404
21373
|
"type": "object",
|
|
21405
|
-
"baspiRequired": ["
|
|
21374
|
+
"baspiRequired": ["hasBeenFlooded"],
|
|
21406
21375
|
"ntsRequired": ["floodRisk", "hasBeenFlooded"],
|
|
21407
21376
|
"ta6Required": ["hasBeenFlooded"],
|
|
21408
21377
|
"properties": {
|
|
21409
21378
|
"floodRisk": {
|
|
21410
21379
|
"ntsRef": "C3.1.1.1",
|
|
21411
|
-
"baspiRef": "A11.1.1",
|
|
21412
21380
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
21413
21381
|
"piqRef": "A11.1.1",
|
|
21414
21382
|
"title": "Flood Risk",
|
|
21415
21383
|
"type": "object",
|
|
21416
|
-
"ntsRequired": ["
|
|
21417
|
-
"baspiRequired": ["
|
|
21384
|
+
"ntsRequired": ["riskIndicator"],
|
|
21385
|
+
"baspiRequired": ["riskIndicator"],
|
|
21418
21386
|
"properties": {
|
|
21419
|
-
"
|
|
21387
|
+
"riskIndicator": {
|
|
21420
21388
|
"ntsRef": "C3.1.1.1",
|
|
21421
21389
|
"type": "string",
|
|
21422
21390
|
"title": "Is the property impacted?",
|
|
@@ -21426,19 +21394,19 @@
|
|
|
21426
21394
|
}
|
|
21427
21395
|
},
|
|
21428
21396
|
"discriminator": {
|
|
21429
|
-
"propertyName": "
|
|
21397
|
+
"propertyName": "riskIndicator"
|
|
21430
21398
|
},
|
|
21431
21399
|
"oneOf": [
|
|
21432
21400
|
{
|
|
21433
21401
|
"properties": {
|
|
21434
|
-
"
|
|
21402
|
+
"riskIndicator": {
|
|
21435
21403
|
"enum": ["No"]
|
|
21436
21404
|
}
|
|
21437
21405
|
}
|
|
21438
21406
|
},
|
|
21439
21407
|
{
|
|
21440
21408
|
"properties": {
|
|
21441
|
-
"
|
|
21409
|
+
"riskIndicator": {
|
|
21442
21410
|
"enum": ["Yes"]
|
|
21443
21411
|
},
|
|
21444
21412
|
"actionAlertRating": {
|
|
@@ -21446,6 +21414,11 @@
|
|
|
21446
21414
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21447
21415
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21448
21416
|
},
|
|
21417
|
+
"result": {
|
|
21418
|
+
"title": "Result",
|
|
21419
|
+
"type": "string",
|
|
21420
|
+
"minLength": 1
|
|
21421
|
+
},
|
|
21449
21422
|
"summary": {
|
|
21450
21423
|
"ntsRef": "C3.1.1.2",
|
|
21451
21424
|
"type": "string",
|
|
@@ -21473,7 +21446,7 @@
|
|
|
21473
21446
|
"type": "string",
|
|
21474
21447
|
"title": "Risk sub-category name"
|
|
21475
21448
|
},
|
|
21476
|
-
"
|
|
21449
|
+
"riskIndicator": {
|
|
21477
21450
|
"type": "string",
|
|
21478
21451
|
"title": "Is action recommended?",
|
|
21479
21452
|
"enum": ["Yes", "No"]
|
|
@@ -21483,6 +21456,11 @@
|
|
|
21483
21456
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21484
21457
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21485
21458
|
},
|
|
21459
|
+
"result": {
|
|
21460
|
+
"title": "Result",
|
|
21461
|
+
"type": "string",
|
|
21462
|
+
"minLength": 1
|
|
21463
|
+
},
|
|
21486
21464
|
"summary": {
|
|
21487
21465
|
"type": "string",
|
|
21488
21466
|
"title": "Summary of risk",
|
|
@@ -21551,7 +21529,7 @@
|
|
|
21551
21529
|
}
|
|
21552
21530
|
},
|
|
21553
21531
|
"details": {
|
|
21554
|
-
"ntsRef": "C3.1.1.
|
|
21532
|
+
"ntsRef": "C3.1.1.4",
|
|
21555
21533
|
"baspiRef": "A11.1.2.1",
|
|
21556
21534
|
"ta6Ref": "7.1.2",
|
|
21557
21535
|
"title": "Please state when the flooding occurred and identify the parts that flooded",
|
|
@@ -21580,7 +21558,7 @@
|
|
|
21580
21558
|
"type": "object",
|
|
21581
21559
|
"title": "Radon risk",
|
|
21582
21560
|
"properties": {
|
|
21583
|
-
"
|
|
21561
|
+
"riskIndicator": {
|
|
21584
21562
|
"type": "string",
|
|
21585
21563
|
"title": "Is the property impacted?",
|
|
21586
21564
|
"enum": ["Yes", "No"]
|
|
@@ -21590,6 +21568,11 @@
|
|
|
21590
21568
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21591
21569
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21592
21570
|
},
|
|
21571
|
+
"result": {
|
|
21572
|
+
"title": "Result",
|
|
21573
|
+
"type": "string",
|
|
21574
|
+
"minLength": 1
|
|
21575
|
+
},
|
|
21593
21576
|
"summary": {
|
|
21594
21577
|
"type": "string",
|
|
21595
21578
|
"title": "Summary of risk",
|
|
@@ -21615,7 +21598,7 @@
|
|
|
21615
21598
|
"type": "string",
|
|
21616
21599
|
"title": "Risk sub-category name"
|
|
21617
21600
|
},
|
|
21618
|
-
"
|
|
21601
|
+
"riskIndicator": {
|
|
21619
21602
|
"type": "string",
|
|
21620
21603
|
"title": "Is action recommended?",
|
|
21621
21604
|
"enum": ["Yes", "No"]
|
|
@@ -21625,6 +21608,11 @@
|
|
|
21625
21608
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21626
21609
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21627
21610
|
},
|
|
21611
|
+
"result": {
|
|
21612
|
+
"title": "Result",
|
|
21613
|
+
"type": "string",
|
|
21614
|
+
"minLength": 1
|
|
21615
|
+
},
|
|
21628
21616
|
"summary": {
|
|
21629
21617
|
"type": "string",
|
|
21630
21618
|
"title": "Summary of risk",
|
|
@@ -21727,7 +21715,7 @@
|
|
|
21727
21715
|
"type": "object",
|
|
21728
21716
|
"title": "Contaminated land risk",
|
|
21729
21717
|
"properties": {
|
|
21730
|
-
"
|
|
21718
|
+
"riskIndicator": {
|
|
21731
21719
|
"type": "string",
|
|
21732
21720
|
"title": "Is the property impacted?",
|
|
21733
21721
|
"enum": ["Yes", "No"]
|
|
@@ -21737,6 +21725,11 @@
|
|
|
21737
21725
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21738
21726
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21739
21727
|
},
|
|
21728
|
+
"result": {
|
|
21729
|
+
"title": "Result",
|
|
21730
|
+
"type": "string",
|
|
21731
|
+
"minLength": 1
|
|
21732
|
+
},
|
|
21740
21733
|
"summary": {
|
|
21741
21734
|
"type": "string",
|
|
21742
21735
|
"title": "Summary of risk",
|
|
@@ -21762,7 +21755,7 @@
|
|
|
21762
21755
|
"type": "string",
|
|
21763
21756
|
"title": "Risk sub-category name"
|
|
21764
21757
|
},
|
|
21765
|
-
"
|
|
21758
|
+
"riskIndicator": {
|
|
21766
21759
|
"type": "string",
|
|
21767
21760
|
"title": "Is action recommended?",
|
|
21768
21761
|
"enum": ["Yes", "No"]
|
|
@@ -21772,6 +21765,11 @@
|
|
|
21772
21765
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21773
21766
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21774
21767
|
},
|
|
21768
|
+
"result": {
|
|
21769
|
+
"title": "Result",
|
|
21770
|
+
"type": "string",
|
|
21771
|
+
"minLength": 1
|
|
21772
|
+
},
|
|
21775
21773
|
"summary": {
|
|
21776
21774
|
"type": "string",
|
|
21777
21775
|
"title": "Summary of risk",
|
|
@@ -21803,7 +21801,7 @@
|
|
|
21803
21801
|
"type": "object",
|
|
21804
21802
|
"title": "Ground stability risk",
|
|
21805
21803
|
"properties": {
|
|
21806
|
-
"
|
|
21804
|
+
"riskIndicator": {
|
|
21807
21805
|
"type": "string",
|
|
21808
21806
|
"title": "Is the property impacted?",
|
|
21809
21807
|
"enum": ["Yes", "No"]
|
|
@@ -21813,6 +21811,11 @@
|
|
|
21813
21811
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21814
21812
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21815
21813
|
},
|
|
21814
|
+
"result": {
|
|
21815
|
+
"title": "Result",
|
|
21816
|
+
"type": "string",
|
|
21817
|
+
"minLength": 1
|
|
21818
|
+
},
|
|
21816
21819
|
"summary": {
|
|
21817
21820
|
"type": "string",
|
|
21818
21821
|
"title": "Summary of risk",
|
|
@@ -21838,7 +21841,7 @@
|
|
|
21838
21841
|
"type": "string",
|
|
21839
21842
|
"title": "Risk sub-category name"
|
|
21840
21843
|
},
|
|
21841
|
-
"
|
|
21844
|
+
"riskIndicator": {
|
|
21842
21845
|
"type": "string",
|
|
21843
21846
|
"title": "Is action recommended?",
|
|
21844
21847
|
"enum": ["Yes", "No"]
|
|
@@ -21848,6 +21851,11 @@
|
|
|
21848
21851
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21849
21852
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21850
21853
|
},
|
|
21854
|
+
"result": {
|
|
21855
|
+
"title": "Result",
|
|
21856
|
+
"type": "string",
|
|
21857
|
+
"minLength": 1
|
|
21858
|
+
},
|
|
21851
21859
|
"summary": {
|
|
21852
21860
|
"type": "string",
|
|
21853
21861
|
"title": "Summary of risk",
|
|
@@ -21879,7 +21887,7 @@
|
|
|
21879
21887
|
"type": "object",
|
|
21880
21888
|
"title": "Energy risk",
|
|
21881
21889
|
"properties": {
|
|
21882
|
-
"
|
|
21890
|
+
"riskIndicator": {
|
|
21883
21891
|
"type": "string",
|
|
21884
21892
|
"title": "Is the property impacted?",
|
|
21885
21893
|
"enum": ["Yes", "No"]
|
|
@@ -21889,6 +21897,11 @@
|
|
|
21889
21897
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21890
21898
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21891
21899
|
},
|
|
21900
|
+
"result": {
|
|
21901
|
+
"title": "Result",
|
|
21902
|
+
"type": "string",
|
|
21903
|
+
"minLength": 1
|
|
21904
|
+
},
|
|
21892
21905
|
"summary": {
|
|
21893
21906
|
"type": "string",
|
|
21894
21907
|
"title": "Summary of risk",
|
|
@@ -21914,7 +21927,7 @@
|
|
|
21914
21927
|
"type": "string",
|
|
21915
21928
|
"title": "Risk sub-category name"
|
|
21916
21929
|
},
|
|
21917
|
-
"
|
|
21930
|
+
"riskIndicator": {
|
|
21918
21931
|
"type": "string",
|
|
21919
21932
|
"title": "Is action recommended?",
|
|
21920
21933
|
"enum": ["Yes", "No"]
|
|
@@ -21924,6 +21937,11 @@
|
|
|
21924
21937
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21925
21938
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21926
21939
|
},
|
|
21940
|
+
"result": {
|
|
21941
|
+
"title": "Result",
|
|
21942
|
+
"type": "string",
|
|
21943
|
+
"minLength": 1
|
|
21944
|
+
},
|
|
21927
21945
|
"summary": {
|
|
21928
21946
|
"type": "string",
|
|
21929
21947
|
"title": "Summary of risk",
|
|
@@ -21955,7 +21973,7 @@
|
|
|
21955
21973
|
"type": "object",
|
|
21956
21974
|
"title": "Transportation risk",
|
|
21957
21975
|
"properties": {
|
|
21958
|
-
"
|
|
21976
|
+
"riskIndicator": {
|
|
21959
21977
|
"type": "string",
|
|
21960
21978
|
"title": "Is the property impacted?",
|
|
21961
21979
|
"enum": ["Yes", "No"]
|
|
@@ -21965,6 +21983,11 @@
|
|
|
21965
21983
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21966
21984
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21967
21985
|
},
|
|
21986
|
+
"result": {
|
|
21987
|
+
"title": "Result",
|
|
21988
|
+
"type": "string",
|
|
21989
|
+
"minLength": 1
|
|
21990
|
+
},
|
|
21968
21991
|
"summary": {
|
|
21969
21992
|
"type": "string",
|
|
21970
21993
|
"title": "Summary of risk",
|
|
@@ -21990,7 +22013,7 @@
|
|
|
21990
22013
|
"type": "string",
|
|
21991
22014
|
"title": "Risk sub-category name"
|
|
21992
22015
|
},
|
|
21993
|
-
"
|
|
22016
|
+
"riskIndicator": {
|
|
21994
22017
|
"type": "string",
|
|
21995
22018
|
"title": "Is action recommended?",
|
|
21996
22019
|
"enum": ["Yes", "No"]
|
|
@@ -22000,6 +22023,11 @@
|
|
|
22000
22023
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22001
22024
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22002
22025
|
},
|
|
22026
|
+
"result": {
|
|
22027
|
+
"title": "Result",
|
|
22028
|
+
"type": "string",
|
|
22029
|
+
"minLength": 1
|
|
22030
|
+
},
|
|
22003
22031
|
"summary": {
|
|
22004
22032
|
"type": "string",
|
|
22005
22033
|
"title": "Summary of risk",
|
|
@@ -22031,7 +22059,7 @@
|
|
|
22031
22059
|
"type": "object",
|
|
22032
22060
|
"title": "Planning risk",
|
|
22033
22061
|
"properties": {
|
|
22034
|
-
"
|
|
22062
|
+
"riskIndicator": {
|
|
22035
22063
|
"type": "string",
|
|
22036
22064
|
"title": "Is the property impacted?",
|
|
22037
22065
|
"enum": ["Yes", "No"]
|
|
@@ -22041,6 +22069,11 @@
|
|
|
22041
22069
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22042
22070
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22043
22071
|
},
|
|
22072
|
+
"result": {
|
|
22073
|
+
"title": "Result",
|
|
22074
|
+
"type": "string",
|
|
22075
|
+
"minLength": 1
|
|
22076
|
+
},
|
|
22044
22077
|
"summary": {
|
|
22045
22078
|
"type": "string",
|
|
22046
22079
|
"title": "Summary of risk",
|
|
@@ -22066,7 +22099,7 @@
|
|
|
22066
22099
|
"type": "string",
|
|
22067
22100
|
"title": "Risk sub-category name"
|
|
22068
22101
|
},
|
|
22069
|
-
"
|
|
22102
|
+
"riskIndicator": {
|
|
22070
22103
|
"type": "string",
|
|
22071
22104
|
"title": "Is action recommended?",
|
|
22072
22105
|
"enum": ["Yes", "No"]
|
|
@@ -22076,6 +22109,11 @@
|
|
|
22076
22109
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22077
22110
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22078
22111
|
},
|
|
22112
|
+
"result": {
|
|
22113
|
+
"title": "Result",
|
|
22114
|
+
"type": "string",
|
|
22115
|
+
"minLength": 1
|
|
22116
|
+
},
|
|
22079
22117
|
"summary": {
|
|
22080
22118
|
"type": "string",
|
|
22081
22119
|
"title": "Summary of risk",
|
|
@@ -22107,7 +22145,7 @@
|
|
|
22107
22145
|
"type": "object",
|
|
22108
22146
|
"title": "Climate risk",
|
|
22109
22147
|
"properties": {
|
|
22110
|
-
"
|
|
22148
|
+
"riskIndicator": {
|
|
22111
22149
|
"type": "string",
|
|
22112
22150
|
"title": "Is the property impacted?",
|
|
22113
22151
|
"enum": ["Yes", "No"]
|
|
@@ -22117,6 +22155,11 @@
|
|
|
22117
22155
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22118
22156
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22119
22157
|
},
|
|
22158
|
+
"result": {
|
|
22159
|
+
"title": "Result",
|
|
22160
|
+
"type": "string",
|
|
22161
|
+
"minLength": 1
|
|
22162
|
+
},
|
|
22120
22163
|
"summary": {
|
|
22121
22164
|
"type": "string",
|
|
22122
22165
|
"title": "Summary of risk",
|
|
@@ -22142,7 +22185,7 @@
|
|
|
22142
22185
|
"type": "string",
|
|
22143
22186
|
"title": "Risk sub-category name"
|
|
22144
22187
|
},
|
|
22145
|
-
"
|
|
22188
|
+
"riskIndicator": {
|
|
22146
22189
|
"type": "string",
|
|
22147
22190
|
"title": "Is action recommended?",
|
|
22148
22191
|
"enum": ["Yes", "No"]
|
|
@@ -22152,6 +22195,11 @@
|
|
|
22152
22195
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22153
22196
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22154
22197
|
},
|
|
22198
|
+
"result": {
|
|
22199
|
+
"title": "Result",
|
|
22200
|
+
"type": "string",
|
|
22201
|
+
"minLength": 1
|
|
22202
|
+
},
|
|
22155
22203
|
"summary": {
|
|
22156
22204
|
"type": "string",
|
|
22157
22205
|
"title": "Summary of risk",
|
|
@@ -22179,9 +22227,9 @@
|
|
|
22179
22227
|
"ntsRef": "C6.1",
|
|
22180
22228
|
"title": "Coal mining",
|
|
22181
22229
|
"type": "object",
|
|
22182
|
-
"ntsRequired": ["
|
|
22230
|
+
"ntsRequired": ["riskIndicator"],
|
|
22183
22231
|
"properties": {
|
|
22184
|
-
"
|
|
22232
|
+
"riskIndicator": {
|
|
22185
22233
|
"ntsRef": "C6.1.1",
|
|
22186
22234
|
"type": "string",
|
|
22187
22235
|
"title": "Is the property impacted?",
|
|
@@ -22190,19 +22238,19 @@
|
|
|
22190
22238
|
}
|
|
22191
22239
|
},
|
|
22192
22240
|
"discriminator": {
|
|
22193
|
-
"propertyName": "
|
|
22241
|
+
"propertyName": "riskIndicator"
|
|
22194
22242
|
},
|
|
22195
22243
|
"oneOf": [
|
|
22196
22244
|
{
|
|
22197
22245
|
"properties": {
|
|
22198
|
-
"
|
|
22246
|
+
"riskIndicator": {
|
|
22199
22247
|
"enum": ["No"]
|
|
22200
22248
|
}
|
|
22201
22249
|
}
|
|
22202
22250
|
},
|
|
22203
22251
|
{
|
|
22204
22252
|
"properties": {
|
|
22205
|
-
"
|
|
22253
|
+
"riskIndicator": {
|
|
22206
22254
|
"enum": ["Yes"]
|
|
22207
22255
|
},
|
|
22208
22256
|
"actionAlertRating": {
|
|
@@ -22210,6 +22258,11 @@
|
|
|
22210
22258
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22211
22259
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22212
22260
|
},
|
|
22261
|
+
"result": {
|
|
22262
|
+
"title": "Result",
|
|
22263
|
+
"type": "string",
|
|
22264
|
+
"minLength": 1
|
|
22265
|
+
},
|
|
22213
22266
|
"summary": {
|
|
22214
22267
|
"ntsRef": "C6.1.1",
|
|
22215
22268
|
"type": "string",
|
|
@@ -22237,7 +22290,7 @@
|
|
|
22237
22290
|
"type": "string",
|
|
22238
22291
|
"title": "Risk sub-category name"
|
|
22239
22292
|
},
|
|
22240
|
-
"
|
|
22293
|
+
"riskIndicator": {
|
|
22241
22294
|
"type": "string",
|
|
22242
22295
|
"title": "Is action recommended?",
|
|
22243
22296
|
"enum": ["Yes", "No"]
|
|
@@ -22247,6 +22300,11 @@
|
|
|
22247
22300
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22248
22301
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22249
22302
|
},
|
|
22303
|
+
"result": {
|
|
22304
|
+
"title": "Result",
|
|
22305
|
+
"type": "string",
|
|
22306
|
+
"minLength": 1
|
|
22307
|
+
},
|
|
22250
22308
|
"summary": {
|
|
22251
22309
|
"type": "string",
|
|
22252
22310
|
"title": "Summary of risk",
|
|
@@ -22274,9 +22332,9 @@
|
|
|
22274
22332
|
"ntsRef": "C6.2",
|
|
22275
22333
|
"title": "Non-coal mining",
|
|
22276
22334
|
"type": "object",
|
|
22277
|
-
"ntsRequired": ["
|
|
22335
|
+
"ntsRequired": ["riskIndicator"],
|
|
22278
22336
|
"properties": {
|
|
22279
|
-
"
|
|
22337
|
+
"riskIndicator": {
|
|
22280
22338
|
"ntsRef": "C6.2.1",
|
|
22281
22339
|
"type": "string",
|
|
22282
22340
|
"title": "Is the property impacted?",
|
|
@@ -22285,19 +22343,19 @@
|
|
|
22285
22343
|
}
|
|
22286
22344
|
},
|
|
22287
22345
|
"discriminator": {
|
|
22288
|
-
"propertyName": "
|
|
22346
|
+
"propertyName": "riskIndicator"
|
|
22289
22347
|
},
|
|
22290
22348
|
"oneOf": [
|
|
22291
22349
|
{
|
|
22292
22350
|
"properties": {
|
|
22293
|
-
"
|
|
22351
|
+
"riskIndicator": {
|
|
22294
22352
|
"enum": ["No"]
|
|
22295
22353
|
}
|
|
22296
22354
|
}
|
|
22297
22355
|
},
|
|
22298
22356
|
{
|
|
22299
22357
|
"properties": {
|
|
22300
|
-
"
|
|
22358
|
+
"riskIndicator": {
|
|
22301
22359
|
"enum": ["Yes"]
|
|
22302
22360
|
},
|
|
22303
22361
|
"actionAlertRating": {
|
|
@@ -22305,6 +22363,11 @@
|
|
|
22305
22363
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22306
22364
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22307
22365
|
},
|
|
22366
|
+
"result": {
|
|
22367
|
+
"title": "Result",
|
|
22368
|
+
"type": "string",
|
|
22369
|
+
"minLength": 1
|
|
22370
|
+
},
|
|
22308
22371
|
"summary": {
|
|
22309
22372
|
"ntsRef": "C6.2.2",
|
|
22310
22373
|
"type": "string",
|
|
@@ -22332,7 +22395,7 @@
|
|
|
22332
22395
|
"type": "string",
|
|
22333
22396
|
"title": "Risk sub-category name"
|
|
22334
22397
|
},
|
|
22335
|
-
"
|
|
22398
|
+
"riskIndicator": {
|
|
22336
22399
|
"type": "string",
|
|
22337
22400
|
"title": "Is action recommended?",
|
|
22338
22401
|
"enum": ["Yes", "No"]
|
|
@@ -22342,6 +22405,11 @@
|
|
|
22342
22405
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22343
22406
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22344
22407
|
},
|
|
22408
|
+
"result": {
|
|
22409
|
+
"title": "Result",
|
|
22410
|
+
"type": "string",
|
|
22411
|
+
"minLength": 1
|
|
22412
|
+
},
|
|
22345
22413
|
"summary": {
|
|
22346
22414
|
"type": "string",
|
|
22347
22415
|
"title": "Summary of risk",
|
|
@@ -22370,9 +22438,9 @@
|
|
|
22370
22438
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
22371
22439
|
"title": "Coastal erosion",
|
|
22372
22440
|
"type": "object",
|
|
22373
|
-
"ntsRequired": ["
|
|
22441
|
+
"ntsRequired": ["riskIndicator"],
|
|
22374
22442
|
"properties": {
|
|
22375
|
-
"
|
|
22443
|
+
"riskIndicator": {
|
|
22376
22444
|
"ntsRef": "C3.2.1",
|
|
22377
22445
|
"type": "string",
|
|
22378
22446
|
"title": "Is the property impacted?",
|
|
@@ -22381,19 +22449,19 @@
|
|
|
22381
22449
|
}
|
|
22382
22450
|
},
|
|
22383
22451
|
"discriminator": {
|
|
22384
|
-
"propertyName": "
|
|
22452
|
+
"propertyName": "riskIndicator"
|
|
22385
22453
|
},
|
|
22386
22454
|
"oneOf": [
|
|
22387
22455
|
{
|
|
22388
22456
|
"properties": {
|
|
22389
|
-
"
|
|
22457
|
+
"riskIndicator": {
|
|
22390
22458
|
"enum": ["No"]
|
|
22391
22459
|
}
|
|
22392
22460
|
}
|
|
22393
22461
|
},
|
|
22394
22462
|
{
|
|
22395
22463
|
"properties": {
|
|
22396
|
-
"
|
|
22464
|
+
"riskIndicator": {
|
|
22397
22465
|
"enum": ["Yes"]
|
|
22398
22466
|
},
|
|
22399
22467
|
"actionAlertRating": {
|
|
@@ -22401,6 +22469,11 @@
|
|
|
22401
22469
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22402
22470
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22403
22471
|
},
|
|
22472
|
+
"result": {
|
|
22473
|
+
"title": "Result",
|
|
22474
|
+
"type": "string",
|
|
22475
|
+
"minLength": 1
|
|
22476
|
+
},
|
|
22404
22477
|
"summary": {
|
|
22405
22478
|
"ntsRef": "C3.2.2",
|
|
22406
22479
|
"type": "string",
|
|
@@ -22428,7 +22501,7 @@
|
|
|
22428
22501
|
"type": "string",
|
|
22429
22502
|
"title": "Risk sub-category name"
|
|
22430
22503
|
},
|
|
22431
|
-
"
|
|
22504
|
+
"riskIndicator": {
|
|
22432
22505
|
"type": "string",
|
|
22433
22506
|
"title": "Is action recommended?",
|
|
22434
22507
|
"enum": ["Yes", "No"]
|
|
@@ -22438,6 +22511,11 @@
|
|
|
22438
22511
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22439
22512
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22440
22513
|
},
|
|
22514
|
+
"result": {
|
|
22515
|
+
"title": "Result",
|
|
22516
|
+
"type": "string",
|
|
22517
|
+
"minLength": 1
|
|
22518
|
+
},
|
|
22441
22519
|
"summary": {
|
|
22442
22520
|
"type": "string",
|
|
22443
22521
|
"title": "Summary of risk",
|
|
@@ -23681,8 +23759,11 @@
|
|
|
23681
23759
|
"solarPanels": {
|
|
23682
23760
|
"baspiRef": "B4.3",
|
|
23683
23761
|
"piqRef": "B4.4",
|
|
23762
|
+
"ta6Ref": "4.6",
|
|
23684
23763
|
"title": "Solar or photovoltaic panels",
|
|
23685
23764
|
"type": "object",
|
|
23765
|
+
"baspiRequired": ["hasSolarPanels"],
|
|
23766
|
+
"ta6Required": ["hasSolarPanels"],
|
|
23686
23767
|
"properties": {
|
|
23687
23768
|
"hasSolarPanels": {
|
|
23688
23769
|
"baspiRef": "B4.3.0",
|
|
@@ -23694,8 +23775,6 @@
|
|
|
23694
23775
|
"enum": ["Yes", "No"]
|
|
23695
23776
|
}
|
|
23696
23777
|
},
|
|
23697
|
-
"baspiRequired": ["hasSolarPanels"],
|
|
23698
|
-
"ta6Required": ["hasSolarPanels"],
|
|
23699
23778
|
"discriminator": {
|
|
23700
23779
|
"propertyName": "hasSolarPanels"
|
|
23701
23780
|
},
|