@pdtf/schemas 3.0.0-7 → 3.0.0-8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -539,12 +539,53 @@
|
|
|
539
539
|
"title": "Entrance floor",
|
|
540
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
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
|
+
"locatedOverCommercialPremises": {
|
|
551
|
+
"ntsRef": "B1.1.6",
|
|
552
|
+
"type": "string",
|
|
553
|
+
"title": "Is the property located over commercial premises?",
|
|
554
|
+
"enum": ["Yes", "No"]
|
|
542
555
|
}
|
|
543
556
|
},
|
|
544
557
|
"ntsRequired": [
|
|
545
558
|
"builtForm",
|
|
546
559
|
"numberOfFloors",
|
|
547
|
-
"entranceFloor"
|
|
560
|
+
"entranceFloor",
|
|
561
|
+
"hasLift",
|
|
562
|
+
"locatedOverCommercialPremises"
|
|
563
|
+
],
|
|
564
|
+
"discriminator": {
|
|
565
|
+
"propertyName": "locatedOverCommercialPremises"
|
|
566
|
+
},
|
|
567
|
+
"oneOf": [
|
|
568
|
+
{
|
|
569
|
+
"properties": {
|
|
570
|
+
"locatedOverCommercialPremises": {
|
|
571
|
+
"enum": ["No"]
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"properties": {
|
|
577
|
+
"locatedOverCommercialPremises": {
|
|
578
|
+
"enum": ["Yes"]
|
|
579
|
+
},
|
|
580
|
+
"details": {
|
|
581
|
+
"ntsRef": "B1.1.7",
|
|
582
|
+
"title": "Please provide details",
|
|
583
|
+
"type": "string",
|
|
584
|
+
"minLength": 1
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
"ntsRequired": ["details"]
|
|
588
|
+
}
|
|
548
589
|
]
|
|
549
590
|
}
|
|
550
591
|
]
|
|
@@ -6554,7 +6595,8 @@
|
|
|
6554
6595
|
"annualServiceCharge",
|
|
6555
6596
|
"largeAdditionalExpense",
|
|
6556
6597
|
"reserveFund"
|
|
6557
|
-
]
|
|
6598
|
+
],
|
|
6599
|
+
"ntsRequired": ["annualServiceCharge"]
|
|
6558
6600
|
}
|
|
6559
6601
|
]
|
|
6560
6602
|
},
|
|
@@ -7923,13 +7965,15 @@
|
|
|
7923
7965
|
"enum": ["Other"]
|
|
7924
7966
|
},
|
|
7925
7967
|
"otherOwnershipDetails": {
|
|
7968
|
+
"ntsRef": "A3.5",
|
|
7926
7969
|
"baspiRef": "A1.3.2",
|
|
7927
7970
|
"title": "Details of the ownership type",
|
|
7928
7971
|
"type": "string",
|
|
7929
7972
|
"minLength": 1
|
|
7930
7973
|
}
|
|
7931
7974
|
},
|
|
7932
|
-
"baspiRequired": ["otherOwnershipDetails"]
|
|
7975
|
+
"baspiRequired": ["otherOwnershipDetails"],
|
|
7976
|
+
"ntsRequired": ["otherOwnershipDetails"]
|
|
7933
7977
|
}
|
|
7934
7978
|
]
|
|
7935
7979
|
}
|
|
@@ -8490,7 +8534,6 @@
|
|
|
8490
8534
|
"description": "Lateral living is a term used to describe a property that has essential facilites on the entrance level",
|
|
8491
8535
|
"type": "array",
|
|
8492
8536
|
"items": {
|
|
8493
|
-
"ntsRef": "C5.1",
|
|
8494
8537
|
"type": "string",
|
|
8495
8538
|
"enum": [
|
|
8496
8539
|
"None",
|
|
@@ -10421,6 +10464,7 @@
|
|
|
10421
10464
|
"notices": {
|
|
10422
10465
|
"baspiRef": "A4",
|
|
10423
10466
|
"ta6Ref": "3",
|
|
10467
|
+
"ntsRef": "C4",
|
|
10424
10468
|
"title": "Notices which Affect the Property",
|
|
10425
10469
|
"description": "Are you aware of, or have you received, any of the following notices?",
|
|
10426
10470
|
"type": "object",
|
|
@@ -10433,6 +10477,7 @@
|
|
|
10433
10477
|
"partyWallAct",
|
|
10434
10478
|
"otherNotices"
|
|
10435
10479
|
],
|
|
10480
|
+
"ntsRequired": ["neighbourDevelopment", "planningApplication"],
|
|
10436
10481
|
"ta6Required": [
|
|
10437
10482
|
"neighbourDevelopment",
|
|
10438
10483
|
"partyWallAct",
|
|
@@ -10441,6 +10486,7 @@
|
|
|
10441
10486
|
"properties": {
|
|
10442
10487
|
"neighbourDevelopment": {
|
|
10443
10488
|
"baspiRef": "A4.1",
|
|
10489
|
+
"ntsRef": "C4.1",
|
|
10444
10490
|
"ta6Ref": "3.2",
|
|
10445
10491
|
"rdsRef": "Property/Flags,Planning",
|
|
10446
10492
|
"piqRef": "A4.1",
|
|
@@ -10448,6 +10494,7 @@
|
|
|
10448
10494
|
"type": "object",
|
|
10449
10495
|
"properties": {
|
|
10450
10496
|
"yesNo": {
|
|
10497
|
+
"ntsRef": "C4.1.1",
|
|
10451
10498
|
"baspiRef": "A4.1.1",
|
|
10452
10499
|
"piqRef": "A4.1.1",
|
|
10453
10500
|
"ta6Ref": "3.2.1",
|
|
@@ -10457,6 +10504,7 @@
|
|
|
10457
10504
|
}
|
|
10458
10505
|
},
|
|
10459
10506
|
"baspiRequired": ["yesNo"],
|
|
10507
|
+
"ntsRequired": ["yesNo"],
|
|
10460
10508
|
"ta6Required": ["yesNo"],
|
|
10461
10509
|
"discriminator": {
|
|
10462
10510
|
"propertyName": "yesNo"
|
|
@@ -10475,6 +10523,7 @@
|
|
|
10475
10523
|
"enum": ["Yes"]
|
|
10476
10524
|
},
|
|
10477
10525
|
"details": {
|
|
10526
|
+
"ntsRef": "C4.1.2",
|
|
10478
10527
|
"baspiRef": "A4.1.2",
|
|
10479
10528
|
"ta6Ref": "3.2.2",
|
|
10480
10529
|
"title": "Details",
|
|
@@ -10489,11 +10538,13 @@
|
|
|
10489
10538
|
}
|
|
10490
10539
|
},
|
|
10491
10540
|
"baspiRequired": ["details", "attachments"],
|
|
10492
|
-
"ta6Required": ["details"]
|
|
10541
|
+
"ta6Required": ["details"],
|
|
10542
|
+
"ntsRequired": ["details"]
|
|
10493
10543
|
}
|
|
10494
10544
|
]
|
|
10495
10545
|
},
|
|
10496
10546
|
"planningApplication": {
|
|
10547
|
+
"ntsRef": "C4.2",
|
|
10497
10548
|
"baspiRef": "A4.2",
|
|
10498
10549
|
"rdsRef": "Property/Flags,Planning",
|
|
10499
10550
|
"ta6Ref": "3.1",
|
|
@@ -10502,6 +10553,7 @@
|
|
|
10502
10553
|
"type": "object",
|
|
10503
10554
|
"properties": {
|
|
10504
10555
|
"yesNo": {
|
|
10556
|
+
"ntsRef": "C4.2.1",
|
|
10505
10557
|
"baspiRef": "A4.2.1",
|
|
10506
10558
|
"ta6Ref": "3.1.1",
|
|
10507
10559
|
"piqRef": "A4.2.1",
|
|
@@ -10511,6 +10563,7 @@
|
|
|
10511
10563
|
}
|
|
10512
10564
|
},
|
|
10513
10565
|
"baspiRequired": ["yesNo"],
|
|
10566
|
+
"ntsRequired": ["yesNo"],
|
|
10514
10567
|
"ta6Required": ["yesNo"],
|
|
10515
10568
|
"discriminator": {
|
|
10516
10569
|
"propertyName": "yesNo"
|
|
@@ -10529,6 +10582,7 @@
|
|
|
10529
10582
|
"enum": ["Yes"]
|
|
10530
10583
|
},
|
|
10531
10584
|
"details": {
|
|
10585
|
+
"ntsRef": "C4.2.2",
|
|
10532
10586
|
"baspiRef": "A4.2.2",
|
|
10533
10587
|
"ta6Ref": "3.1.2",
|
|
10534
10588
|
"title": "Details",
|
|
@@ -10543,7 +10597,8 @@
|
|
|
10543
10597
|
}
|
|
10544
10598
|
},
|
|
10545
10599
|
"baspiRequired": ["details", "attachments"],
|
|
10546
|
-
"ta6Required": ["details"]
|
|
10600
|
+
"ta6Required": ["details"],
|
|
10601
|
+
"ntsRequired": ["details"]
|
|
10547
10602
|
}
|
|
10548
10603
|
]
|
|
10549
10604
|
},
|
|
@@ -17952,8 +18007,6 @@
|
|
|
17952
18007
|
],
|
|
17953
18008
|
"ntsRequired": [
|
|
17954
18009
|
"mainsElectricity",
|
|
17955
|
-
"telephone",
|
|
17956
|
-
"cableSatelliteTV",
|
|
17957
18010
|
"broadband",
|
|
17958
18011
|
"solarPanels",
|
|
17959
18012
|
"otherServices"
|
|
@@ -18750,9 +18803,9 @@
|
|
|
18750
18803
|
},
|
|
18751
18804
|
"isSupplyMetered": {
|
|
18752
18805
|
"ntsRef": "3.2.3",
|
|
18753
|
-
"title": "
|
|
18806
|
+
"title": "Is the supply metered?",
|
|
18754
18807
|
"type": "string",
|
|
18755
|
-
"
|
|
18808
|
+
"enum": ["Yes", "No"]
|
|
18756
18809
|
}
|
|
18757
18810
|
},
|
|
18758
18811
|
"ta6Required": ["supplier"],
|
|
@@ -18966,7 +19019,8 @@
|
|
|
18966
19019
|
"title": "",
|
|
18967
19020
|
"enum": ["Yes", "To be connected", "No", "Not known"],
|
|
18968
19021
|
"con29DWEnum": ["Yes", "No"],
|
|
18969
|
-
"ntsEnum": ["Yes", "No"]
|
|
19022
|
+
"ntsEnum": ["Yes", "No", "Not known"],
|
|
19023
|
+
"ta6Enum": ["Yes", "No", "Not known"]
|
|
18970
19024
|
}
|
|
18971
19025
|
},
|
|
18972
19026
|
"baspiRequired": ["yesNo"],
|
|
@@ -18988,11 +19042,6 @@
|
|
|
18988
19042
|
"yesNo": {
|
|
18989
19043
|
"enum": ["Yes"]
|
|
18990
19044
|
},
|
|
18991
|
-
"supplier": {
|
|
18992
|
-
"baspiRef": "A7.1.0.12.2",
|
|
18993
|
-
"title": "Supplier",
|
|
18994
|
-
"type": "string"
|
|
18995
|
-
},
|
|
18996
19045
|
"details": {
|
|
18997
19046
|
"con29DWRef": "2.2.2",
|
|
18998
19047
|
"title": "Details",
|
|
@@ -19012,11 +19061,6 @@
|
|
|
19012
19061
|
"title": "Date to be connected",
|
|
19013
19062
|
"type": "string",
|
|
19014
19063
|
"format": "date"
|
|
19015
|
-
},
|
|
19016
|
-
"supplier": {
|
|
19017
|
-
"baspiRef": "A7.1.0.12.2",
|
|
19018
|
-
"title": "Supplier",
|
|
19019
|
-
"type": "string"
|
|
19020
19064
|
}
|
|
19021
19065
|
},
|
|
19022
19066
|
"baspiRequired": ["dateToBeConnected"]
|
|
@@ -19043,7 +19087,8 @@
|
|
|
19043
19087
|
"title": "",
|
|
19044
19088
|
"enum": ["Yes", "To be connected", "No", "Not known"],
|
|
19045
19089
|
"con29DWEnum": ["Yes", "No"],
|
|
19046
|
-
"ntsEnum": ["Yes", "No"]
|
|
19090
|
+
"ntsEnum": ["Yes", "No", "Not known"],
|
|
19091
|
+
"ta6Enum": ["Yes", "No", "Not known"]
|
|
19047
19092
|
}
|
|
19048
19093
|
},
|
|
19049
19094
|
"discriminator": {
|
|
@@ -19055,13 +19100,6 @@
|
|
|
19055
19100
|
"yesNo": {
|
|
19056
19101
|
"enum": ["Yes"]
|
|
19057
19102
|
},
|
|
19058
|
-
"supplier": {
|
|
19059
|
-
"baspiRef": "A7.1.0.11.3",
|
|
19060
|
-
"ta6Ref": "12.4a2",
|
|
19061
|
-
"title": "Supplier",
|
|
19062
|
-
"type": "string",
|
|
19063
|
-
"minLength": 1
|
|
19064
|
-
},
|
|
19065
19103
|
"details": {
|
|
19066
19104
|
"con29DWRef": "2.1.2",
|
|
19067
19105
|
"title": "Details",
|
|
@@ -20026,7 +20064,6 @@
|
|
|
20026
20064
|
"title": "What other heating features does the property have?",
|
|
20027
20065
|
"type": "array",
|
|
20028
20066
|
"items": {
|
|
20029
|
-
"ntsRef": "B3.4.2.1",
|
|
20030
20067
|
"type": "string",
|
|
20031
20068
|
"enum": [
|
|
20032
20069
|
"Air Conditioning",
|
|
@@ -21423,10 +21460,10 @@
|
|
|
21423
21460
|
"piqRef": "A11.1.1",
|
|
21424
21461
|
"title": "Flood Risk",
|
|
21425
21462
|
"type": "object",
|
|
21426
|
-
"ntsRequired": ["
|
|
21427
|
-
"baspiRequired": ["
|
|
21463
|
+
"ntsRequired": ["riskIndicator"],
|
|
21464
|
+
"baspiRequired": ["riskIndicator"],
|
|
21428
21465
|
"properties": {
|
|
21429
|
-
"
|
|
21466
|
+
"riskIndicator": {
|
|
21430
21467
|
"ntsRef": "C3.1.1.1",
|
|
21431
21468
|
"type": "string",
|
|
21432
21469
|
"title": "Is the property impacted?",
|
|
@@ -21436,19 +21473,19 @@
|
|
|
21436
21473
|
}
|
|
21437
21474
|
},
|
|
21438
21475
|
"discriminator": {
|
|
21439
|
-
"propertyName": "
|
|
21476
|
+
"propertyName": "riskIndicator"
|
|
21440
21477
|
},
|
|
21441
21478
|
"oneOf": [
|
|
21442
21479
|
{
|
|
21443
21480
|
"properties": {
|
|
21444
|
-
"
|
|
21481
|
+
"riskIndicator": {
|
|
21445
21482
|
"enum": ["No"]
|
|
21446
21483
|
}
|
|
21447
21484
|
}
|
|
21448
21485
|
},
|
|
21449
21486
|
{
|
|
21450
21487
|
"properties": {
|
|
21451
|
-
"
|
|
21488
|
+
"riskIndicator": {
|
|
21452
21489
|
"enum": ["Yes"]
|
|
21453
21490
|
},
|
|
21454
21491
|
"actionAlertRating": {
|
|
@@ -21456,6 +21493,11 @@
|
|
|
21456
21493
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21457
21494
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21458
21495
|
},
|
|
21496
|
+
"result": {
|
|
21497
|
+
"title": "Result",
|
|
21498
|
+
"type": "string",
|
|
21499
|
+
"minLength": 1
|
|
21500
|
+
},
|
|
21459
21501
|
"summary": {
|
|
21460
21502
|
"ntsRef": "C3.1.1.2",
|
|
21461
21503
|
"type": "string",
|
|
@@ -21483,7 +21525,7 @@
|
|
|
21483
21525
|
"type": "string",
|
|
21484
21526
|
"title": "Risk sub-category name"
|
|
21485
21527
|
},
|
|
21486
|
-
"
|
|
21528
|
+
"riskIndicator": {
|
|
21487
21529
|
"type": "string",
|
|
21488
21530
|
"title": "Is action recommended?",
|
|
21489
21531
|
"enum": ["Yes", "No"]
|
|
@@ -21493,6 +21535,11 @@
|
|
|
21493
21535
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21494
21536
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21495
21537
|
},
|
|
21538
|
+
"result": {
|
|
21539
|
+
"title": "Result",
|
|
21540
|
+
"type": "string",
|
|
21541
|
+
"minLength": 1
|
|
21542
|
+
},
|
|
21496
21543
|
"summary": {
|
|
21497
21544
|
"type": "string",
|
|
21498
21545
|
"title": "Summary of risk",
|
|
@@ -21549,7 +21596,6 @@
|
|
|
21549
21596
|
"title": "What type of flooding occurred?",
|
|
21550
21597
|
"type": "array",
|
|
21551
21598
|
"items": {
|
|
21552
|
-
"ntsRef": "C3.1.1.3.1",
|
|
21553
21599
|
"type": "string",
|
|
21554
21600
|
"enum": [
|
|
21555
21601
|
"Ground water",
|
|
@@ -21591,7 +21637,7 @@
|
|
|
21591
21637
|
"type": "object",
|
|
21592
21638
|
"title": "Radon risk",
|
|
21593
21639
|
"properties": {
|
|
21594
|
-
"
|
|
21640
|
+
"riskIndicator": {
|
|
21595
21641
|
"type": "string",
|
|
21596
21642
|
"title": "Is the property impacted?",
|
|
21597
21643
|
"enum": ["Yes", "No"]
|
|
@@ -21601,6 +21647,11 @@
|
|
|
21601
21647
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21602
21648
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21603
21649
|
},
|
|
21650
|
+
"result": {
|
|
21651
|
+
"title": "Result",
|
|
21652
|
+
"type": "string",
|
|
21653
|
+
"minLength": 1
|
|
21654
|
+
},
|
|
21604
21655
|
"summary": {
|
|
21605
21656
|
"type": "string",
|
|
21606
21657
|
"title": "Summary of risk",
|
|
@@ -21626,7 +21677,7 @@
|
|
|
21626
21677
|
"type": "string",
|
|
21627
21678
|
"title": "Risk sub-category name"
|
|
21628
21679
|
},
|
|
21629
|
-
"
|
|
21680
|
+
"riskIndicator": {
|
|
21630
21681
|
"type": "string",
|
|
21631
21682
|
"title": "Is action recommended?",
|
|
21632
21683
|
"enum": ["Yes", "No"]
|
|
@@ -21636,6 +21687,11 @@
|
|
|
21636
21687
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21637
21688
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21638
21689
|
},
|
|
21690
|
+
"result": {
|
|
21691
|
+
"title": "Result",
|
|
21692
|
+
"type": "string",
|
|
21693
|
+
"minLength": 1
|
|
21694
|
+
},
|
|
21639
21695
|
"summary": {
|
|
21640
21696
|
"type": "string",
|
|
21641
21697
|
"title": "Summary of risk",
|
|
@@ -21738,7 +21794,7 @@
|
|
|
21738
21794
|
"type": "object",
|
|
21739
21795
|
"title": "Contaminated land risk",
|
|
21740
21796
|
"properties": {
|
|
21741
|
-
"
|
|
21797
|
+
"riskIndicator": {
|
|
21742
21798
|
"type": "string",
|
|
21743
21799
|
"title": "Is the property impacted?",
|
|
21744
21800
|
"enum": ["Yes", "No"]
|
|
@@ -21748,6 +21804,11 @@
|
|
|
21748
21804
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21749
21805
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21750
21806
|
},
|
|
21807
|
+
"result": {
|
|
21808
|
+
"title": "Result",
|
|
21809
|
+
"type": "string",
|
|
21810
|
+
"minLength": 1
|
|
21811
|
+
},
|
|
21751
21812
|
"summary": {
|
|
21752
21813
|
"type": "string",
|
|
21753
21814
|
"title": "Summary of risk",
|
|
@@ -21773,7 +21834,7 @@
|
|
|
21773
21834
|
"type": "string",
|
|
21774
21835
|
"title": "Risk sub-category name"
|
|
21775
21836
|
},
|
|
21776
|
-
"
|
|
21837
|
+
"riskIndicator": {
|
|
21777
21838
|
"type": "string",
|
|
21778
21839
|
"title": "Is action recommended?",
|
|
21779
21840
|
"enum": ["Yes", "No"]
|
|
@@ -21783,6 +21844,11 @@
|
|
|
21783
21844
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21784
21845
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21785
21846
|
},
|
|
21847
|
+
"result": {
|
|
21848
|
+
"title": "Result",
|
|
21849
|
+
"type": "string",
|
|
21850
|
+
"minLength": 1
|
|
21851
|
+
},
|
|
21786
21852
|
"summary": {
|
|
21787
21853
|
"type": "string",
|
|
21788
21854
|
"title": "Summary of risk",
|
|
@@ -21814,7 +21880,7 @@
|
|
|
21814
21880
|
"type": "object",
|
|
21815
21881
|
"title": "Ground stability risk",
|
|
21816
21882
|
"properties": {
|
|
21817
|
-
"
|
|
21883
|
+
"riskIndicator": {
|
|
21818
21884
|
"type": "string",
|
|
21819
21885
|
"title": "Is the property impacted?",
|
|
21820
21886
|
"enum": ["Yes", "No"]
|
|
@@ -21824,6 +21890,11 @@
|
|
|
21824
21890
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21825
21891
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21826
21892
|
},
|
|
21893
|
+
"result": {
|
|
21894
|
+
"title": "Result",
|
|
21895
|
+
"type": "string",
|
|
21896
|
+
"minLength": 1
|
|
21897
|
+
},
|
|
21827
21898
|
"summary": {
|
|
21828
21899
|
"type": "string",
|
|
21829
21900
|
"title": "Summary of risk",
|
|
@@ -21849,7 +21920,7 @@
|
|
|
21849
21920
|
"type": "string",
|
|
21850
21921
|
"title": "Risk sub-category name"
|
|
21851
21922
|
},
|
|
21852
|
-
"
|
|
21923
|
+
"riskIndicator": {
|
|
21853
21924
|
"type": "string",
|
|
21854
21925
|
"title": "Is action recommended?",
|
|
21855
21926
|
"enum": ["Yes", "No"]
|
|
@@ -21859,6 +21930,11 @@
|
|
|
21859
21930
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21860
21931
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21861
21932
|
},
|
|
21933
|
+
"result": {
|
|
21934
|
+
"title": "Result",
|
|
21935
|
+
"type": "string",
|
|
21936
|
+
"minLength": 1
|
|
21937
|
+
},
|
|
21862
21938
|
"summary": {
|
|
21863
21939
|
"type": "string",
|
|
21864
21940
|
"title": "Summary of risk",
|
|
@@ -21890,7 +21966,7 @@
|
|
|
21890
21966
|
"type": "object",
|
|
21891
21967
|
"title": "Energy risk",
|
|
21892
21968
|
"properties": {
|
|
21893
|
-
"
|
|
21969
|
+
"riskIndicator": {
|
|
21894
21970
|
"type": "string",
|
|
21895
21971
|
"title": "Is the property impacted?",
|
|
21896
21972
|
"enum": ["Yes", "No"]
|
|
@@ -21900,6 +21976,11 @@
|
|
|
21900
21976
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21901
21977
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21902
21978
|
},
|
|
21979
|
+
"result": {
|
|
21980
|
+
"title": "Result",
|
|
21981
|
+
"type": "string",
|
|
21982
|
+
"minLength": 1
|
|
21983
|
+
},
|
|
21903
21984
|
"summary": {
|
|
21904
21985
|
"type": "string",
|
|
21905
21986
|
"title": "Summary of risk",
|
|
@@ -21925,7 +22006,7 @@
|
|
|
21925
22006
|
"type": "string",
|
|
21926
22007
|
"title": "Risk sub-category name"
|
|
21927
22008
|
},
|
|
21928
|
-
"
|
|
22009
|
+
"riskIndicator": {
|
|
21929
22010
|
"type": "string",
|
|
21930
22011
|
"title": "Is action recommended?",
|
|
21931
22012
|
"enum": ["Yes", "No"]
|
|
@@ -21935,6 +22016,11 @@
|
|
|
21935
22016
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21936
22017
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21937
22018
|
},
|
|
22019
|
+
"result": {
|
|
22020
|
+
"title": "Result",
|
|
22021
|
+
"type": "string",
|
|
22022
|
+
"minLength": 1
|
|
22023
|
+
},
|
|
21938
22024
|
"summary": {
|
|
21939
22025
|
"type": "string",
|
|
21940
22026
|
"title": "Summary of risk",
|
|
@@ -21966,7 +22052,7 @@
|
|
|
21966
22052
|
"type": "object",
|
|
21967
22053
|
"title": "Transportation risk",
|
|
21968
22054
|
"properties": {
|
|
21969
|
-
"
|
|
22055
|
+
"riskIndicator": {
|
|
21970
22056
|
"type": "string",
|
|
21971
22057
|
"title": "Is the property impacted?",
|
|
21972
22058
|
"enum": ["Yes", "No"]
|
|
@@ -21976,6 +22062,11 @@
|
|
|
21976
22062
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
21977
22063
|
"enum": ["1", "2", "3", "4", "5"]
|
|
21978
22064
|
},
|
|
22065
|
+
"result": {
|
|
22066
|
+
"title": "Result",
|
|
22067
|
+
"type": "string",
|
|
22068
|
+
"minLength": 1
|
|
22069
|
+
},
|
|
21979
22070
|
"summary": {
|
|
21980
22071
|
"type": "string",
|
|
21981
22072
|
"title": "Summary of risk",
|
|
@@ -22001,7 +22092,7 @@
|
|
|
22001
22092
|
"type": "string",
|
|
22002
22093
|
"title": "Risk sub-category name"
|
|
22003
22094
|
},
|
|
22004
|
-
"
|
|
22095
|
+
"riskIndicator": {
|
|
22005
22096
|
"type": "string",
|
|
22006
22097
|
"title": "Is action recommended?",
|
|
22007
22098
|
"enum": ["Yes", "No"]
|
|
@@ -22011,6 +22102,11 @@
|
|
|
22011
22102
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22012
22103
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22013
22104
|
},
|
|
22105
|
+
"result": {
|
|
22106
|
+
"title": "Result",
|
|
22107
|
+
"type": "string",
|
|
22108
|
+
"minLength": 1
|
|
22109
|
+
},
|
|
22014
22110
|
"summary": {
|
|
22015
22111
|
"type": "string",
|
|
22016
22112
|
"title": "Summary of risk",
|
|
@@ -22042,7 +22138,7 @@
|
|
|
22042
22138
|
"type": "object",
|
|
22043
22139
|
"title": "Planning risk",
|
|
22044
22140
|
"properties": {
|
|
22045
|
-
"
|
|
22141
|
+
"riskIndicator": {
|
|
22046
22142
|
"type": "string",
|
|
22047
22143
|
"title": "Is the property impacted?",
|
|
22048
22144
|
"enum": ["Yes", "No"]
|
|
@@ -22052,6 +22148,11 @@
|
|
|
22052
22148
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22053
22149
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22054
22150
|
},
|
|
22151
|
+
"result": {
|
|
22152
|
+
"title": "Result",
|
|
22153
|
+
"type": "string",
|
|
22154
|
+
"minLength": 1
|
|
22155
|
+
},
|
|
22055
22156
|
"summary": {
|
|
22056
22157
|
"type": "string",
|
|
22057
22158
|
"title": "Summary of risk",
|
|
@@ -22077,7 +22178,7 @@
|
|
|
22077
22178
|
"type": "string",
|
|
22078
22179
|
"title": "Risk sub-category name"
|
|
22079
22180
|
},
|
|
22080
|
-
"
|
|
22181
|
+
"riskIndicator": {
|
|
22081
22182
|
"type": "string",
|
|
22082
22183
|
"title": "Is action recommended?",
|
|
22083
22184
|
"enum": ["Yes", "No"]
|
|
@@ -22087,6 +22188,11 @@
|
|
|
22087
22188
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22088
22189
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22089
22190
|
},
|
|
22191
|
+
"result": {
|
|
22192
|
+
"title": "Result",
|
|
22193
|
+
"type": "string",
|
|
22194
|
+
"minLength": 1
|
|
22195
|
+
},
|
|
22090
22196
|
"summary": {
|
|
22091
22197
|
"type": "string",
|
|
22092
22198
|
"title": "Summary of risk",
|
|
@@ -22118,7 +22224,7 @@
|
|
|
22118
22224
|
"type": "object",
|
|
22119
22225
|
"title": "Climate risk",
|
|
22120
22226
|
"properties": {
|
|
22121
|
-
"
|
|
22227
|
+
"riskIndicator": {
|
|
22122
22228
|
"type": "string",
|
|
22123
22229
|
"title": "Is the property impacted?",
|
|
22124
22230
|
"enum": ["Yes", "No"]
|
|
@@ -22128,6 +22234,11 @@
|
|
|
22128
22234
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22129
22235
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22130
22236
|
},
|
|
22237
|
+
"result": {
|
|
22238
|
+
"title": "Result",
|
|
22239
|
+
"type": "string",
|
|
22240
|
+
"minLength": 1
|
|
22241
|
+
},
|
|
22131
22242
|
"summary": {
|
|
22132
22243
|
"type": "string",
|
|
22133
22244
|
"title": "Summary of risk",
|
|
@@ -22153,7 +22264,7 @@
|
|
|
22153
22264
|
"type": "string",
|
|
22154
22265
|
"title": "Risk sub-category name"
|
|
22155
22266
|
},
|
|
22156
|
-
"
|
|
22267
|
+
"riskIndicator": {
|
|
22157
22268
|
"type": "string",
|
|
22158
22269
|
"title": "Is action recommended?",
|
|
22159
22270
|
"enum": ["Yes", "No"]
|
|
@@ -22163,6 +22274,11 @@
|
|
|
22163
22274
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22164
22275
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22165
22276
|
},
|
|
22277
|
+
"result": {
|
|
22278
|
+
"title": "Result",
|
|
22279
|
+
"type": "string",
|
|
22280
|
+
"minLength": 1
|
|
22281
|
+
},
|
|
22166
22282
|
"summary": {
|
|
22167
22283
|
"type": "string",
|
|
22168
22284
|
"title": "Summary of risk",
|
|
@@ -22190,9 +22306,9 @@
|
|
|
22190
22306
|
"ntsRef": "C6.1",
|
|
22191
22307
|
"title": "Coal mining",
|
|
22192
22308
|
"type": "object",
|
|
22193
|
-
"ntsRequired": ["
|
|
22309
|
+
"ntsRequired": ["riskIndicator"],
|
|
22194
22310
|
"properties": {
|
|
22195
|
-
"
|
|
22311
|
+
"riskIndicator": {
|
|
22196
22312
|
"ntsRef": "C6.1.1",
|
|
22197
22313
|
"type": "string",
|
|
22198
22314
|
"title": "Is the property impacted?",
|
|
@@ -22201,19 +22317,19 @@
|
|
|
22201
22317
|
}
|
|
22202
22318
|
},
|
|
22203
22319
|
"discriminator": {
|
|
22204
|
-
"propertyName": "
|
|
22320
|
+
"propertyName": "riskIndicator"
|
|
22205
22321
|
},
|
|
22206
22322
|
"oneOf": [
|
|
22207
22323
|
{
|
|
22208
22324
|
"properties": {
|
|
22209
|
-
"
|
|
22325
|
+
"riskIndicator": {
|
|
22210
22326
|
"enum": ["No"]
|
|
22211
22327
|
}
|
|
22212
22328
|
}
|
|
22213
22329
|
},
|
|
22214
22330
|
{
|
|
22215
22331
|
"properties": {
|
|
22216
|
-
"
|
|
22332
|
+
"riskIndicator": {
|
|
22217
22333
|
"enum": ["Yes"]
|
|
22218
22334
|
},
|
|
22219
22335
|
"actionAlertRating": {
|
|
@@ -22221,6 +22337,11 @@
|
|
|
22221
22337
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22222
22338
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22223
22339
|
},
|
|
22340
|
+
"result": {
|
|
22341
|
+
"title": "Result",
|
|
22342
|
+
"type": "string",
|
|
22343
|
+
"minLength": 1
|
|
22344
|
+
},
|
|
22224
22345
|
"summary": {
|
|
22225
22346
|
"ntsRef": "C6.1.1",
|
|
22226
22347
|
"type": "string",
|
|
@@ -22248,7 +22369,7 @@
|
|
|
22248
22369
|
"type": "string",
|
|
22249
22370
|
"title": "Risk sub-category name"
|
|
22250
22371
|
},
|
|
22251
|
-
"
|
|
22372
|
+
"riskIndicator": {
|
|
22252
22373
|
"type": "string",
|
|
22253
22374
|
"title": "Is action recommended?",
|
|
22254
22375
|
"enum": ["Yes", "No"]
|
|
@@ -22258,6 +22379,11 @@
|
|
|
22258
22379
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22259
22380
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22260
22381
|
},
|
|
22382
|
+
"result": {
|
|
22383
|
+
"title": "Result",
|
|
22384
|
+
"type": "string",
|
|
22385
|
+
"minLength": 1
|
|
22386
|
+
},
|
|
22261
22387
|
"summary": {
|
|
22262
22388
|
"type": "string",
|
|
22263
22389
|
"title": "Summary of risk",
|
|
@@ -22285,9 +22411,9 @@
|
|
|
22285
22411
|
"ntsRef": "C6.2",
|
|
22286
22412
|
"title": "Non-coal mining",
|
|
22287
22413
|
"type": "object",
|
|
22288
|
-
"ntsRequired": ["
|
|
22414
|
+
"ntsRequired": ["riskIndicator"],
|
|
22289
22415
|
"properties": {
|
|
22290
|
-
"
|
|
22416
|
+
"riskIndicator": {
|
|
22291
22417
|
"ntsRef": "C6.2.1",
|
|
22292
22418
|
"type": "string",
|
|
22293
22419
|
"title": "Is the property impacted?",
|
|
@@ -22296,19 +22422,19 @@
|
|
|
22296
22422
|
}
|
|
22297
22423
|
},
|
|
22298
22424
|
"discriminator": {
|
|
22299
|
-
"propertyName": "
|
|
22425
|
+
"propertyName": "riskIndicator"
|
|
22300
22426
|
},
|
|
22301
22427
|
"oneOf": [
|
|
22302
22428
|
{
|
|
22303
22429
|
"properties": {
|
|
22304
|
-
"
|
|
22430
|
+
"riskIndicator": {
|
|
22305
22431
|
"enum": ["No"]
|
|
22306
22432
|
}
|
|
22307
22433
|
}
|
|
22308
22434
|
},
|
|
22309
22435
|
{
|
|
22310
22436
|
"properties": {
|
|
22311
|
-
"
|
|
22437
|
+
"riskIndicator": {
|
|
22312
22438
|
"enum": ["Yes"]
|
|
22313
22439
|
},
|
|
22314
22440
|
"actionAlertRating": {
|
|
@@ -22316,6 +22442,11 @@
|
|
|
22316
22442
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22317
22443
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22318
22444
|
},
|
|
22445
|
+
"result": {
|
|
22446
|
+
"title": "Result",
|
|
22447
|
+
"type": "string",
|
|
22448
|
+
"minLength": 1
|
|
22449
|
+
},
|
|
22319
22450
|
"summary": {
|
|
22320
22451
|
"ntsRef": "C6.2.2",
|
|
22321
22452
|
"type": "string",
|
|
@@ -22343,7 +22474,7 @@
|
|
|
22343
22474
|
"type": "string",
|
|
22344
22475
|
"title": "Risk sub-category name"
|
|
22345
22476
|
},
|
|
22346
|
-
"
|
|
22477
|
+
"riskIndicator": {
|
|
22347
22478
|
"type": "string",
|
|
22348
22479
|
"title": "Is action recommended?",
|
|
22349
22480
|
"enum": ["Yes", "No"]
|
|
@@ -22353,6 +22484,11 @@
|
|
|
22353
22484
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22354
22485
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22355
22486
|
},
|
|
22487
|
+
"result": {
|
|
22488
|
+
"title": "Result",
|
|
22489
|
+
"type": "string",
|
|
22490
|
+
"minLength": 1
|
|
22491
|
+
},
|
|
22356
22492
|
"summary": {
|
|
22357
22493
|
"type": "string",
|
|
22358
22494
|
"title": "Summary of risk",
|
|
@@ -22381,9 +22517,9 @@
|
|
|
22381
22517
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
22382
22518
|
"title": "Coastal erosion",
|
|
22383
22519
|
"type": "object",
|
|
22384
|
-
"ntsRequired": ["
|
|
22520
|
+
"ntsRequired": ["riskIndicator"],
|
|
22385
22521
|
"properties": {
|
|
22386
|
-
"
|
|
22522
|
+
"riskIndicator": {
|
|
22387
22523
|
"ntsRef": "C3.2.1",
|
|
22388
22524
|
"type": "string",
|
|
22389
22525
|
"title": "Is the property impacted?",
|
|
@@ -22392,19 +22528,19 @@
|
|
|
22392
22528
|
}
|
|
22393
22529
|
},
|
|
22394
22530
|
"discriminator": {
|
|
22395
|
-
"propertyName": "
|
|
22531
|
+
"propertyName": "riskIndicator"
|
|
22396
22532
|
},
|
|
22397
22533
|
"oneOf": [
|
|
22398
22534
|
{
|
|
22399
22535
|
"properties": {
|
|
22400
|
-
"
|
|
22536
|
+
"riskIndicator": {
|
|
22401
22537
|
"enum": ["No"]
|
|
22402
22538
|
}
|
|
22403
22539
|
}
|
|
22404
22540
|
},
|
|
22405
22541
|
{
|
|
22406
22542
|
"properties": {
|
|
22407
|
-
"
|
|
22543
|
+
"riskIndicator": {
|
|
22408
22544
|
"enum": ["Yes"]
|
|
22409
22545
|
},
|
|
22410
22546
|
"actionAlertRating": {
|
|
@@ -22412,6 +22548,11 @@
|
|
|
22412
22548
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22413
22549
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22414
22550
|
},
|
|
22551
|
+
"result": {
|
|
22552
|
+
"title": "Result",
|
|
22553
|
+
"type": "string",
|
|
22554
|
+
"minLength": 1
|
|
22555
|
+
},
|
|
22415
22556
|
"summary": {
|
|
22416
22557
|
"ntsRef": "C3.2.2",
|
|
22417
22558
|
"type": "string",
|
|
@@ -22439,7 +22580,7 @@
|
|
|
22439
22580
|
"type": "string",
|
|
22440
22581
|
"title": "Risk sub-category name"
|
|
22441
22582
|
},
|
|
22442
|
-
"
|
|
22583
|
+
"riskIndicator": {
|
|
22443
22584
|
"type": "string",
|
|
22444
22585
|
"title": "Is action recommended?",
|
|
22445
22586
|
"enum": ["Yes", "No"]
|
|
@@ -22449,6 +22590,11 @@
|
|
|
22449
22590
|
"title": "Action alert rating (1 is Green, 5 is Red)",
|
|
22450
22591
|
"enum": ["1", "2", "3", "4", "5"]
|
|
22451
22592
|
},
|
|
22593
|
+
"result": {
|
|
22594
|
+
"title": "Result",
|
|
22595
|
+
"type": "string",
|
|
22596
|
+
"minLength": 1
|
|
22597
|
+
},
|
|
22452
22598
|
"summary": {
|
|
22453
22599
|
"type": "string",
|
|
22454
22600
|
"title": "Summary of risk",
|