@pdtf/schemas 3.0.0-6 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "3.0.0-6",
3
+ "version": "3.0.0-8",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -303,8 +303,8 @@
303
303
  "waterAndDrainage": {
304
304
  "water": {
305
305
  "mainsWater": {
306
- "yesNo": "To be connected",
307
- "dateToBeConnected": "2022-12-15",
306
+ "yesNo": "Yes",
307
+ "isSupplyMetered": "Yes",
308
308
  "supplier": "Northumbria Water"
309
309
  }
310
310
  },
@@ -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
  ]
@@ -1217,6 +1258,7 @@
1217
1258
  "minLength": 1
1218
1259
  },
1219
1260
  "ownershipType": {
1261
+ "ntsRef": "A3.1",
1220
1262
  "baspiRef": "A1.3.0.2",
1221
1263
  "rdsRef": "Tenure/Tenure",
1222
1264
  "ta7Ref": "1.1",
@@ -1292,6 +1334,7 @@
1292
1334
  },
1293
1335
  "managedFreeholdOrCommonholdInformation": {
1294
1336
  "title": "Managed freehold or commonhold information",
1337
+ "ntsRef": "A3.2",
1295
1338
  "baspiRef": "A1.5",
1296
1339
  "type": "object",
1297
1340
  "fme1Required": [
@@ -1307,6 +1350,7 @@
1307
1350
  "contactDetails",
1308
1351
  "serviceCharge"
1309
1352
  ],
1353
+ "ntsRequired": ["serviceCharge"],
1310
1354
  "properties": {
1311
1355
  "contactDetails": {
1312
1356
  "fme1Ref": "1",
@@ -2276,6 +2320,7 @@
2276
2320
  },
2277
2321
  "serviceCharge": {
2278
2322
  "baspiRef": "A1.5.1",
2323
+ "ntsRef": "A3.1.1",
2279
2324
  "fme1Ref": "3",
2280
2325
  "piqRef": "A1.4.2",
2281
2326
  "title": "Service Charge",
@@ -2301,8 +2346,10 @@
2301
2346
  "largeAdditionalExpense",
2302
2347
  "reserveFund"
2303
2348
  ],
2349
+ "ntsRequired": ["annualServiceCharge"],
2304
2350
  "properties": {
2305
2351
  "annualServiceCharge": {
2352
+ "ntsRef": "A3.1.2",
2306
2353
  "baspiRef": "A1.5.1.1.2",
2307
2354
  "fme1Ref": "3.1",
2308
2355
  "title": "What is the annual Service Charge payable by this Property?",
@@ -6548,7 +6595,8 @@
6548
6595
  "annualServiceCharge",
6549
6596
  "largeAdditionalExpense",
6550
6597
  "reserveFund"
6551
- ]
6598
+ ],
6599
+ "ntsRequired": ["annualServiceCharge"]
6552
6600
  }
6553
6601
  ]
6554
6602
  },
@@ -7917,13 +7965,15 @@
7917
7965
  "enum": ["Other"]
7918
7966
  },
7919
7967
  "otherOwnershipDetails": {
7968
+ "ntsRef": "A3.5",
7920
7969
  "baspiRef": "A1.3.2",
7921
7970
  "title": "Details of the ownership type",
7922
7971
  "type": "string",
7923
7972
  "minLength": 1
7924
7973
  }
7925
7974
  },
7926
- "baspiRequired": ["otherOwnershipDetails"]
7975
+ "baspiRequired": ["otherOwnershipDetails"],
7976
+ "ntsRequired": ["otherOwnershipDetails"]
7927
7977
  }
7928
7978
  ]
7929
7979
  }
@@ -7957,6 +8007,7 @@
7957
8007
  "type": "array",
7958
8008
  "title": "Parking arrangements",
7959
8009
  "items": {
8010
+ "ntsRef": "B4.1.1",
7960
8011
  "type": "string",
7961
8012
  "enum": [
7962
8013
  "Allocated",
@@ -7983,6 +8034,7 @@
7983
8034
  "type": "object",
7984
8035
  "properties": {
7985
8036
  "yesNo": {
8037
+ "ntsRef": "B4.2.1",
7986
8038
  "baspiRef": "A1.6.2.1",
7987
8039
  "ta6Ref": "9.2.1",
7988
8040
  "type": "string",
@@ -8001,6 +8053,7 @@
8001
8053
  "type": "object",
8002
8054
  "properties": {
8003
8055
  "yesNo": {
8056
+ "ntsRef": "B4.2.1",
8004
8057
  "baspiRef": "A1.6.1.1",
8005
8058
  "type": "string",
8006
8059
  "title": "",
@@ -8077,7 +8130,7 @@
8077
8130
  "ntsRef": "C2.1.1.2",
8078
8131
  "baspiRef": "A1.7.1.2",
8079
8132
  "ta6Ref": "4.7a2",
8080
- "title": "Please provide details of the listing and any relevant documents",
8133
+ "title": "Please provide details of the listing",
8081
8134
  "type": "string",
8082
8135
  "minLength": 1
8083
8136
  },
@@ -8089,6 +8142,7 @@
8089
8142
  "enum": ["Attached", "To follow"]
8090
8143
  }
8091
8144
  },
8145
+ "ntsRequired": ["details"],
8092
8146
  "baspiRequired": ["details", "attachments"],
8093
8147
  "ta6Required": ["details", "attachments"]
8094
8148
  }
@@ -8136,7 +8190,7 @@
8136
8190
  "ntsRef": "C2.1.2.2",
8137
8191
  "baspiRef": "A1.7.2.2",
8138
8192
  "ta6Ref": "4.7b2",
8139
- "title": "Please provide details of the listing and any relevant documents",
8193
+ "title": "Please provide details of the listing",
8140
8194
  "type": "string",
8141
8195
  "minLength": 1
8142
8196
  },
@@ -8148,6 +8202,7 @@
8148
8202
  "enum": ["Attached", "To follow"]
8149
8203
  }
8150
8204
  },
8205
+ "ntsRequired": ["details"],
8151
8206
  "baspiRequired": ["details", "attachments"],
8152
8207
  "ta6Required": ["details", "attachments"]
8153
8208
  }
@@ -8238,7 +8293,6 @@
8238
8293
  "enum": ["Yes", "No", "Not known"]
8239
8294
  },
8240
8295
  "attachments": {
8241
- "ntsRef": "C2.1.3.4",
8242
8296
  "baspiRef": "A1.7.3.4",
8243
8297
  "ta6Ref": "4.8a3",
8244
8298
  "title": "Provide any relevant documentation",
@@ -10410,6 +10464,7 @@
10410
10464
  "notices": {
10411
10465
  "baspiRef": "A4",
10412
10466
  "ta6Ref": "3",
10467
+ "ntsRef": "C4",
10413
10468
  "title": "Notices which Affect the Property",
10414
10469
  "description": "Are you aware of, or have you received, any of the following notices?",
10415
10470
  "type": "object",
@@ -10422,6 +10477,7 @@
10422
10477
  "partyWallAct",
10423
10478
  "otherNotices"
10424
10479
  ],
10480
+ "ntsRequired": ["neighbourDevelopment", "planningApplication"],
10425
10481
  "ta6Required": [
10426
10482
  "neighbourDevelopment",
10427
10483
  "partyWallAct",
@@ -10430,6 +10486,7 @@
10430
10486
  "properties": {
10431
10487
  "neighbourDevelopment": {
10432
10488
  "baspiRef": "A4.1",
10489
+ "ntsRef": "C4.1",
10433
10490
  "ta6Ref": "3.2",
10434
10491
  "rdsRef": "Property/Flags,Planning",
10435
10492
  "piqRef": "A4.1",
@@ -10437,6 +10494,7 @@
10437
10494
  "type": "object",
10438
10495
  "properties": {
10439
10496
  "yesNo": {
10497
+ "ntsRef": "C4.1.1",
10440
10498
  "baspiRef": "A4.1.1",
10441
10499
  "piqRef": "A4.1.1",
10442
10500
  "ta6Ref": "3.2.1",
@@ -10446,6 +10504,7 @@
10446
10504
  }
10447
10505
  },
10448
10506
  "baspiRequired": ["yesNo"],
10507
+ "ntsRequired": ["yesNo"],
10449
10508
  "ta6Required": ["yesNo"],
10450
10509
  "discriminator": {
10451
10510
  "propertyName": "yesNo"
@@ -10464,6 +10523,7 @@
10464
10523
  "enum": ["Yes"]
10465
10524
  },
10466
10525
  "details": {
10526
+ "ntsRef": "C4.1.2",
10467
10527
  "baspiRef": "A4.1.2",
10468
10528
  "ta6Ref": "3.2.2",
10469
10529
  "title": "Details",
@@ -10478,11 +10538,13 @@
10478
10538
  }
10479
10539
  },
10480
10540
  "baspiRequired": ["details", "attachments"],
10481
- "ta6Required": ["details"]
10541
+ "ta6Required": ["details"],
10542
+ "ntsRequired": ["details"]
10482
10543
  }
10483
10544
  ]
10484
10545
  },
10485
10546
  "planningApplication": {
10547
+ "ntsRef": "C4.2",
10486
10548
  "baspiRef": "A4.2",
10487
10549
  "rdsRef": "Property/Flags,Planning",
10488
10550
  "ta6Ref": "3.1",
@@ -10491,6 +10553,7 @@
10491
10553
  "type": "object",
10492
10554
  "properties": {
10493
10555
  "yesNo": {
10556
+ "ntsRef": "C4.2.1",
10494
10557
  "baspiRef": "A4.2.1",
10495
10558
  "ta6Ref": "3.1.1",
10496
10559
  "piqRef": "A4.2.1",
@@ -10500,6 +10563,7 @@
10500
10563
  }
10501
10564
  },
10502
10565
  "baspiRequired": ["yesNo"],
10566
+ "ntsRequired": ["yesNo"],
10503
10567
  "ta6Required": ["yesNo"],
10504
10568
  "discriminator": {
10505
10569
  "propertyName": "yesNo"
@@ -10518,6 +10582,7 @@
10518
10582
  "enum": ["Yes"]
10519
10583
  },
10520
10584
  "details": {
10585
+ "ntsRef": "C4.2.2",
10521
10586
  "baspiRef": "A4.2.2",
10522
10587
  "ta6Ref": "3.1.2",
10523
10588
  "title": "Details",
@@ -10532,7 +10597,8 @@
10532
10597
  }
10533
10598
  },
10534
10599
  "baspiRequired": ["details", "attachments"],
10535
- "ta6Required": ["details"]
10600
+ "ta6Required": ["details"],
10601
+ "ntsRequired": ["details"]
10536
10602
  }
10537
10603
  ]
10538
10604
  },
@@ -17941,8 +18007,6 @@
17941
18007
  ],
17942
18008
  "ntsRequired": [
17943
18009
  "mainsElectricity",
17944
- "telephone",
17945
- "cableSatelliteTV",
17946
18010
  "broadband",
17947
18011
  "solarPanels",
17948
18012
  "otherServices"
@@ -18692,6 +18756,7 @@
18692
18756
  "type": "string",
18693
18757
  "title": "",
18694
18758
  "enum": ["Yes", "To be connected", "No"],
18759
+ "ntsEnum": ["Yes", "No"],
18695
18760
  "con29DWEnum": ["Yes", "No"]
18696
18761
  }
18697
18762
  },
@@ -18738,9 +18803,9 @@
18738
18803
  },
18739
18804
  "isSupplyMetered": {
18740
18805
  "ntsRef": "3.2.3",
18741
- "title": "Details",
18806
+ "title": "Is the supply metered?",
18742
18807
  "type": "string",
18743
- "minLength": 1
18808
+ "enum": ["Yes", "No"]
18744
18809
  }
18745
18810
  },
18746
18811
  "ta6Required": ["supplier"],
@@ -18954,7 +19019,8 @@
18954
19019
  "title": "",
18955
19020
  "enum": ["Yes", "To be connected", "No", "Not known"],
18956
19021
  "con29DWEnum": ["Yes", "No"],
18957
- "ntsEnum": ["Yes", "No"]
19022
+ "ntsEnum": ["Yes", "No", "Not known"],
19023
+ "ta6Enum": ["Yes", "No", "Not known"]
18958
19024
  }
18959
19025
  },
18960
19026
  "baspiRequired": ["yesNo"],
@@ -18976,11 +19042,6 @@
18976
19042
  "yesNo": {
18977
19043
  "enum": ["Yes"]
18978
19044
  },
18979
- "supplier": {
18980
- "baspiRef": "A7.1.0.12.2",
18981
- "title": "Supplier",
18982
- "type": "string"
18983
- },
18984
19045
  "details": {
18985
19046
  "con29DWRef": "2.2.2",
18986
19047
  "title": "Details",
@@ -19000,11 +19061,6 @@
19000
19061
  "title": "Date to be connected",
19001
19062
  "type": "string",
19002
19063
  "format": "date"
19003
- },
19004
- "supplier": {
19005
- "baspiRef": "A7.1.0.12.2",
19006
- "title": "Supplier",
19007
- "type": "string"
19008
19064
  }
19009
19065
  },
19010
19066
  "baspiRequired": ["dateToBeConnected"]
@@ -19017,7 +19073,7 @@
19017
19073
  "rdsRef": "Services/WasteWaterSewarageDisposal",
19018
19074
  "ta6Ref": "12.4a",
19019
19075
  "con29DWRef": "2.1",
19020
- "title": "Mains foul drainage / sweerage",
19076
+ "title": "Mains foul drainage / sewerage",
19021
19077
  "type": "object",
19022
19078
  "baspiRequired": ["yesNo"],
19023
19079
  "ta6Required": ["yesNo"],
@@ -19031,7 +19087,8 @@
19031
19087
  "title": "",
19032
19088
  "enum": ["Yes", "To be connected", "No", "Not known"],
19033
19089
  "con29DWEnum": ["Yes", "No"],
19034
- "ntsEnum": ["Yes", "No"]
19090
+ "ntsEnum": ["Yes", "No", "Not known"],
19091
+ "ta6Enum": ["Yes", "No", "Not known"]
19035
19092
  }
19036
19093
  },
19037
19094
  "discriminator": {
@@ -19043,13 +19100,6 @@
19043
19100
  "yesNo": {
19044
19101
  "enum": ["Yes"]
19045
19102
  },
19046
- "supplier": {
19047
- "baspiRef": "A7.1.0.11.3",
19048
- "ta6Ref": "12.4a2",
19049
- "title": "Supplier",
19050
- "type": "string",
19051
- "minLength": 1
19052
- },
19053
19103
  "details": {
19054
19104
  "con29DWRef": "2.1.2",
19055
19105
  "title": "Details",
@@ -20014,7 +20064,6 @@
20014
20064
  "title": "What other heating features does the property have?",
20015
20065
  "type": "array",
20016
20066
  "items": {
20017
- "ntsRef": "B3.4.2.1",
20018
20067
  "type": "string",
20019
20068
  "enum": [
20020
20069
  "Air Conditioning",
@@ -20095,6 +20144,7 @@
20095
20144
  "Electricity",
20096
20145
  "Oil",
20097
20146
  "LPG",
20147
+ "Biomass",
20098
20148
  "Other"
20099
20149
  ]
20100
20150
  }
@@ -20111,7 +20161,7 @@
20111
20161
  "Electricity",
20112
20162
  "Oil",
20113
20163
  "LPG",
20114
- "Biomass boiler"
20164
+ "Biomass"
20115
20165
  ]
20116
20166
  }
20117
20167
  }
@@ -21029,13 +21079,13 @@
21029
21079
  "baspiRef": "A10.4.1.2",
21030
21080
  "ta6Ref": "8.6.2",
21031
21081
  "piqRef": "A10.4.2",
21032
- "title": "Please provide details and mark the route on a plan of the property",
21082
+ "title": "Please provide details",
21033
21083
  "type": "string",
21034
21084
  "minLength": 1
21035
21085
  },
21036
21086
  "attachments": {
21037
21087
  "baspiRef": "A10.4.1.3",
21038
- "title": "Attachments",
21088
+ "title": "Please mark the route on a plan of the property",
21039
21089
  "type": "string",
21040
21090
  "enum": ["Attached", "To follow"]
21041
21091
  }
@@ -21410,10 +21460,10 @@
21410
21460
  "piqRef": "A11.1.1",
21411
21461
  "title": "Flood Risk",
21412
21462
  "type": "object",
21413
- "ntsRequired": ["impactIndicator"],
21414
- "baspiRequired": ["impactIndicator"],
21463
+ "ntsRequired": ["riskIndicator"],
21464
+ "baspiRequired": ["riskIndicator"],
21415
21465
  "properties": {
21416
- "impactIndicator": {
21466
+ "riskIndicator": {
21417
21467
  "ntsRef": "C3.1.1.1",
21418
21468
  "type": "string",
21419
21469
  "title": "Is the property impacted?",
@@ -21423,19 +21473,19 @@
21423
21473
  }
21424
21474
  },
21425
21475
  "discriminator": {
21426
- "propertyName": "impactIndicator"
21476
+ "propertyName": "riskIndicator"
21427
21477
  },
21428
21478
  "oneOf": [
21429
21479
  {
21430
21480
  "properties": {
21431
- "impactIndicator": {
21481
+ "riskIndicator": {
21432
21482
  "enum": ["No"]
21433
21483
  }
21434
21484
  }
21435
21485
  },
21436
21486
  {
21437
21487
  "properties": {
21438
- "impactIndicator": {
21488
+ "riskIndicator": {
21439
21489
  "enum": ["Yes"]
21440
21490
  },
21441
21491
  "actionAlertRating": {
@@ -21443,6 +21493,11 @@
21443
21493
  "title": "Action alert rating (1 is Green, 5 is Red)",
21444
21494
  "enum": ["1", "2", "3", "4", "5"]
21445
21495
  },
21496
+ "result": {
21497
+ "title": "Result",
21498
+ "type": "string",
21499
+ "minLength": 1
21500
+ },
21446
21501
  "summary": {
21447
21502
  "ntsRef": "C3.1.1.2",
21448
21503
  "type": "string",
@@ -21470,7 +21525,7 @@
21470
21525
  "type": "string",
21471
21526
  "title": "Risk sub-category name"
21472
21527
  },
21473
- "impactIndicator": {
21528
+ "riskIndicator": {
21474
21529
  "type": "string",
21475
21530
  "title": "Is action recommended?",
21476
21531
  "enum": ["Yes", "No"]
@@ -21480,6 +21535,11 @@
21480
21535
  "title": "Action alert rating (1 is Green, 5 is Red)",
21481
21536
  "enum": ["1", "2", "3", "4", "5"]
21482
21537
  },
21538
+ "result": {
21539
+ "title": "Result",
21540
+ "type": "string",
21541
+ "minLength": 1
21542
+ },
21483
21543
  "summary": {
21484
21544
  "type": "string",
21485
21545
  "title": "Summary of risk",
@@ -21548,7 +21608,7 @@
21548
21608
  }
21549
21609
  },
21550
21610
  "details": {
21551
- "ntsRef": "C3.1.1.3",
21611
+ "ntsRef": "C3.1.1.4",
21552
21612
  "baspiRef": "A11.1.2.1",
21553
21613
  "ta6Ref": "7.1.2",
21554
21614
  "title": "Please state when the flooding occurred and identify the parts that flooded",
@@ -21577,7 +21637,7 @@
21577
21637
  "type": "object",
21578
21638
  "title": "Radon risk",
21579
21639
  "properties": {
21580
- "impactIndicator": {
21640
+ "riskIndicator": {
21581
21641
  "type": "string",
21582
21642
  "title": "Is the property impacted?",
21583
21643
  "enum": ["Yes", "No"]
@@ -21587,6 +21647,11 @@
21587
21647
  "title": "Action alert rating (1 is Green, 5 is Red)",
21588
21648
  "enum": ["1", "2", "3", "4", "5"]
21589
21649
  },
21650
+ "result": {
21651
+ "title": "Result",
21652
+ "type": "string",
21653
+ "minLength": 1
21654
+ },
21590
21655
  "summary": {
21591
21656
  "type": "string",
21592
21657
  "title": "Summary of risk",
@@ -21612,7 +21677,7 @@
21612
21677
  "type": "string",
21613
21678
  "title": "Risk sub-category name"
21614
21679
  },
21615
- "impactIndicator": {
21680
+ "riskIndicator": {
21616
21681
  "type": "string",
21617
21682
  "title": "Is action recommended?",
21618
21683
  "enum": ["Yes", "No"]
@@ -21622,6 +21687,11 @@
21622
21687
  "title": "Action alert rating (1 is Green, 5 is Red)",
21623
21688
  "enum": ["1", "2", "3", "4", "5"]
21624
21689
  },
21690
+ "result": {
21691
+ "title": "Result",
21692
+ "type": "string",
21693
+ "minLength": 1
21694
+ },
21625
21695
  "summary": {
21626
21696
  "type": "string",
21627
21697
  "title": "Summary of risk",
@@ -21724,7 +21794,7 @@
21724
21794
  "type": "object",
21725
21795
  "title": "Contaminated land risk",
21726
21796
  "properties": {
21727
- "impactIndicator": {
21797
+ "riskIndicator": {
21728
21798
  "type": "string",
21729
21799
  "title": "Is the property impacted?",
21730
21800
  "enum": ["Yes", "No"]
@@ -21734,6 +21804,11 @@
21734
21804
  "title": "Action alert rating (1 is Green, 5 is Red)",
21735
21805
  "enum": ["1", "2", "3", "4", "5"]
21736
21806
  },
21807
+ "result": {
21808
+ "title": "Result",
21809
+ "type": "string",
21810
+ "minLength": 1
21811
+ },
21737
21812
  "summary": {
21738
21813
  "type": "string",
21739
21814
  "title": "Summary of risk",
@@ -21759,7 +21834,7 @@
21759
21834
  "type": "string",
21760
21835
  "title": "Risk sub-category name"
21761
21836
  },
21762
- "impactIndicator": {
21837
+ "riskIndicator": {
21763
21838
  "type": "string",
21764
21839
  "title": "Is action recommended?",
21765
21840
  "enum": ["Yes", "No"]
@@ -21769,6 +21844,11 @@
21769
21844
  "title": "Action alert rating (1 is Green, 5 is Red)",
21770
21845
  "enum": ["1", "2", "3", "4", "5"]
21771
21846
  },
21847
+ "result": {
21848
+ "title": "Result",
21849
+ "type": "string",
21850
+ "minLength": 1
21851
+ },
21772
21852
  "summary": {
21773
21853
  "type": "string",
21774
21854
  "title": "Summary of risk",
@@ -21800,7 +21880,7 @@
21800
21880
  "type": "object",
21801
21881
  "title": "Ground stability risk",
21802
21882
  "properties": {
21803
- "impactIndicator": {
21883
+ "riskIndicator": {
21804
21884
  "type": "string",
21805
21885
  "title": "Is the property impacted?",
21806
21886
  "enum": ["Yes", "No"]
@@ -21810,6 +21890,11 @@
21810
21890
  "title": "Action alert rating (1 is Green, 5 is Red)",
21811
21891
  "enum": ["1", "2", "3", "4", "5"]
21812
21892
  },
21893
+ "result": {
21894
+ "title": "Result",
21895
+ "type": "string",
21896
+ "minLength": 1
21897
+ },
21813
21898
  "summary": {
21814
21899
  "type": "string",
21815
21900
  "title": "Summary of risk",
@@ -21835,7 +21920,7 @@
21835
21920
  "type": "string",
21836
21921
  "title": "Risk sub-category name"
21837
21922
  },
21838
- "impactIndicator": {
21923
+ "riskIndicator": {
21839
21924
  "type": "string",
21840
21925
  "title": "Is action recommended?",
21841
21926
  "enum": ["Yes", "No"]
@@ -21845,6 +21930,11 @@
21845
21930
  "title": "Action alert rating (1 is Green, 5 is Red)",
21846
21931
  "enum": ["1", "2", "3", "4", "5"]
21847
21932
  },
21933
+ "result": {
21934
+ "title": "Result",
21935
+ "type": "string",
21936
+ "minLength": 1
21937
+ },
21848
21938
  "summary": {
21849
21939
  "type": "string",
21850
21940
  "title": "Summary of risk",
@@ -21876,7 +21966,7 @@
21876
21966
  "type": "object",
21877
21967
  "title": "Energy risk",
21878
21968
  "properties": {
21879
- "impactIndicator": {
21969
+ "riskIndicator": {
21880
21970
  "type": "string",
21881
21971
  "title": "Is the property impacted?",
21882
21972
  "enum": ["Yes", "No"]
@@ -21886,6 +21976,11 @@
21886
21976
  "title": "Action alert rating (1 is Green, 5 is Red)",
21887
21977
  "enum": ["1", "2", "3", "4", "5"]
21888
21978
  },
21979
+ "result": {
21980
+ "title": "Result",
21981
+ "type": "string",
21982
+ "minLength": 1
21983
+ },
21889
21984
  "summary": {
21890
21985
  "type": "string",
21891
21986
  "title": "Summary of risk",
@@ -21911,7 +22006,7 @@
21911
22006
  "type": "string",
21912
22007
  "title": "Risk sub-category name"
21913
22008
  },
21914
- "impactIndicator": {
22009
+ "riskIndicator": {
21915
22010
  "type": "string",
21916
22011
  "title": "Is action recommended?",
21917
22012
  "enum": ["Yes", "No"]
@@ -21921,6 +22016,11 @@
21921
22016
  "title": "Action alert rating (1 is Green, 5 is Red)",
21922
22017
  "enum": ["1", "2", "3", "4", "5"]
21923
22018
  },
22019
+ "result": {
22020
+ "title": "Result",
22021
+ "type": "string",
22022
+ "minLength": 1
22023
+ },
21924
22024
  "summary": {
21925
22025
  "type": "string",
21926
22026
  "title": "Summary of risk",
@@ -21952,7 +22052,7 @@
21952
22052
  "type": "object",
21953
22053
  "title": "Transportation risk",
21954
22054
  "properties": {
21955
- "impactIndicator": {
22055
+ "riskIndicator": {
21956
22056
  "type": "string",
21957
22057
  "title": "Is the property impacted?",
21958
22058
  "enum": ["Yes", "No"]
@@ -21962,6 +22062,11 @@
21962
22062
  "title": "Action alert rating (1 is Green, 5 is Red)",
21963
22063
  "enum": ["1", "2", "3", "4", "5"]
21964
22064
  },
22065
+ "result": {
22066
+ "title": "Result",
22067
+ "type": "string",
22068
+ "minLength": 1
22069
+ },
21965
22070
  "summary": {
21966
22071
  "type": "string",
21967
22072
  "title": "Summary of risk",
@@ -21987,7 +22092,7 @@
21987
22092
  "type": "string",
21988
22093
  "title": "Risk sub-category name"
21989
22094
  },
21990
- "impactIndicator": {
22095
+ "riskIndicator": {
21991
22096
  "type": "string",
21992
22097
  "title": "Is action recommended?",
21993
22098
  "enum": ["Yes", "No"]
@@ -21997,6 +22102,11 @@
21997
22102
  "title": "Action alert rating (1 is Green, 5 is Red)",
21998
22103
  "enum": ["1", "2", "3", "4", "5"]
21999
22104
  },
22105
+ "result": {
22106
+ "title": "Result",
22107
+ "type": "string",
22108
+ "minLength": 1
22109
+ },
22000
22110
  "summary": {
22001
22111
  "type": "string",
22002
22112
  "title": "Summary of risk",
@@ -22028,7 +22138,7 @@
22028
22138
  "type": "object",
22029
22139
  "title": "Planning risk",
22030
22140
  "properties": {
22031
- "impactIndicator": {
22141
+ "riskIndicator": {
22032
22142
  "type": "string",
22033
22143
  "title": "Is the property impacted?",
22034
22144
  "enum": ["Yes", "No"]
@@ -22038,6 +22148,11 @@
22038
22148
  "title": "Action alert rating (1 is Green, 5 is Red)",
22039
22149
  "enum": ["1", "2", "3", "4", "5"]
22040
22150
  },
22151
+ "result": {
22152
+ "title": "Result",
22153
+ "type": "string",
22154
+ "minLength": 1
22155
+ },
22041
22156
  "summary": {
22042
22157
  "type": "string",
22043
22158
  "title": "Summary of risk",
@@ -22063,7 +22178,7 @@
22063
22178
  "type": "string",
22064
22179
  "title": "Risk sub-category name"
22065
22180
  },
22066
- "impactIndicator": {
22181
+ "riskIndicator": {
22067
22182
  "type": "string",
22068
22183
  "title": "Is action recommended?",
22069
22184
  "enum": ["Yes", "No"]
@@ -22073,6 +22188,11 @@
22073
22188
  "title": "Action alert rating (1 is Green, 5 is Red)",
22074
22189
  "enum": ["1", "2", "3", "4", "5"]
22075
22190
  },
22191
+ "result": {
22192
+ "title": "Result",
22193
+ "type": "string",
22194
+ "minLength": 1
22195
+ },
22076
22196
  "summary": {
22077
22197
  "type": "string",
22078
22198
  "title": "Summary of risk",
@@ -22104,7 +22224,7 @@
22104
22224
  "type": "object",
22105
22225
  "title": "Climate risk",
22106
22226
  "properties": {
22107
- "impactIndicator": {
22227
+ "riskIndicator": {
22108
22228
  "type": "string",
22109
22229
  "title": "Is the property impacted?",
22110
22230
  "enum": ["Yes", "No"]
@@ -22114,6 +22234,11 @@
22114
22234
  "title": "Action alert rating (1 is Green, 5 is Red)",
22115
22235
  "enum": ["1", "2", "3", "4", "5"]
22116
22236
  },
22237
+ "result": {
22238
+ "title": "Result",
22239
+ "type": "string",
22240
+ "minLength": 1
22241
+ },
22117
22242
  "summary": {
22118
22243
  "type": "string",
22119
22244
  "title": "Summary of risk",
@@ -22139,7 +22264,7 @@
22139
22264
  "type": "string",
22140
22265
  "title": "Risk sub-category name"
22141
22266
  },
22142
- "impactIndicator": {
22267
+ "riskIndicator": {
22143
22268
  "type": "string",
22144
22269
  "title": "Is action recommended?",
22145
22270
  "enum": ["Yes", "No"]
@@ -22149,6 +22274,11 @@
22149
22274
  "title": "Action alert rating (1 is Green, 5 is Red)",
22150
22275
  "enum": ["1", "2", "3", "4", "5"]
22151
22276
  },
22277
+ "result": {
22278
+ "title": "Result",
22279
+ "type": "string",
22280
+ "minLength": 1
22281
+ },
22152
22282
  "summary": {
22153
22283
  "type": "string",
22154
22284
  "title": "Summary of risk",
@@ -22176,9 +22306,9 @@
22176
22306
  "ntsRef": "C6.1",
22177
22307
  "title": "Coal mining",
22178
22308
  "type": "object",
22179
- "ntsRequired": ["impactIndicator"],
22309
+ "ntsRequired": ["riskIndicator"],
22180
22310
  "properties": {
22181
- "impactIndicator": {
22311
+ "riskIndicator": {
22182
22312
  "ntsRef": "C6.1.1",
22183
22313
  "type": "string",
22184
22314
  "title": "Is the property impacted?",
@@ -22187,19 +22317,19 @@
22187
22317
  }
22188
22318
  },
22189
22319
  "discriminator": {
22190
- "propertyName": "impactIndicator"
22320
+ "propertyName": "riskIndicator"
22191
22321
  },
22192
22322
  "oneOf": [
22193
22323
  {
22194
22324
  "properties": {
22195
- "impactIndicator": {
22325
+ "riskIndicator": {
22196
22326
  "enum": ["No"]
22197
22327
  }
22198
22328
  }
22199
22329
  },
22200
22330
  {
22201
22331
  "properties": {
22202
- "impactIndicator": {
22332
+ "riskIndicator": {
22203
22333
  "enum": ["Yes"]
22204
22334
  },
22205
22335
  "actionAlertRating": {
@@ -22207,6 +22337,11 @@
22207
22337
  "title": "Action alert rating (1 is Green, 5 is Red)",
22208
22338
  "enum": ["1", "2", "3", "4", "5"]
22209
22339
  },
22340
+ "result": {
22341
+ "title": "Result",
22342
+ "type": "string",
22343
+ "minLength": 1
22344
+ },
22210
22345
  "summary": {
22211
22346
  "ntsRef": "C6.1.1",
22212
22347
  "type": "string",
@@ -22234,7 +22369,7 @@
22234
22369
  "type": "string",
22235
22370
  "title": "Risk sub-category name"
22236
22371
  },
22237
- "impactIndicator": {
22372
+ "riskIndicator": {
22238
22373
  "type": "string",
22239
22374
  "title": "Is action recommended?",
22240
22375
  "enum": ["Yes", "No"]
@@ -22244,6 +22379,11 @@
22244
22379
  "title": "Action alert rating (1 is Green, 5 is Red)",
22245
22380
  "enum": ["1", "2", "3", "4", "5"]
22246
22381
  },
22382
+ "result": {
22383
+ "title": "Result",
22384
+ "type": "string",
22385
+ "minLength": 1
22386
+ },
22247
22387
  "summary": {
22248
22388
  "type": "string",
22249
22389
  "title": "Summary of risk",
@@ -22271,9 +22411,9 @@
22271
22411
  "ntsRef": "C6.2",
22272
22412
  "title": "Non-coal mining",
22273
22413
  "type": "object",
22274
- "ntsRequired": ["impactIndicator"],
22414
+ "ntsRequired": ["riskIndicator"],
22275
22415
  "properties": {
22276
- "impactIndicator": {
22416
+ "riskIndicator": {
22277
22417
  "ntsRef": "C6.2.1",
22278
22418
  "type": "string",
22279
22419
  "title": "Is the property impacted?",
@@ -22282,19 +22422,19 @@
22282
22422
  }
22283
22423
  },
22284
22424
  "discriminator": {
22285
- "propertyName": "impactIndicator"
22425
+ "propertyName": "riskIndicator"
22286
22426
  },
22287
22427
  "oneOf": [
22288
22428
  {
22289
22429
  "properties": {
22290
- "impactIndicator": {
22430
+ "riskIndicator": {
22291
22431
  "enum": ["No"]
22292
22432
  }
22293
22433
  }
22294
22434
  },
22295
22435
  {
22296
22436
  "properties": {
22297
- "impactIndicator": {
22437
+ "riskIndicator": {
22298
22438
  "enum": ["Yes"]
22299
22439
  },
22300
22440
  "actionAlertRating": {
@@ -22302,6 +22442,11 @@
22302
22442
  "title": "Action alert rating (1 is Green, 5 is Red)",
22303
22443
  "enum": ["1", "2", "3", "4", "5"]
22304
22444
  },
22445
+ "result": {
22446
+ "title": "Result",
22447
+ "type": "string",
22448
+ "minLength": 1
22449
+ },
22305
22450
  "summary": {
22306
22451
  "ntsRef": "C6.2.2",
22307
22452
  "type": "string",
@@ -22329,7 +22474,7 @@
22329
22474
  "type": "string",
22330
22475
  "title": "Risk sub-category name"
22331
22476
  },
22332
- "impactIndicator": {
22477
+ "riskIndicator": {
22333
22478
  "type": "string",
22334
22479
  "title": "Is action recommended?",
22335
22480
  "enum": ["Yes", "No"]
@@ -22339,6 +22484,11 @@
22339
22484
  "title": "Action alert rating (1 is Green, 5 is Red)",
22340
22485
  "enum": ["1", "2", "3", "4", "5"]
22341
22486
  },
22487
+ "result": {
22488
+ "title": "Result",
22489
+ "type": "string",
22490
+ "minLength": 1
22491
+ },
22342
22492
  "summary": {
22343
22493
  "type": "string",
22344
22494
  "title": "Summary of risk",
@@ -22367,9 +22517,9 @@
22367
22517
  "rdsRef": "Sustainability/Environmental|Natural|Situational",
22368
22518
  "title": "Coastal erosion",
22369
22519
  "type": "object",
22370
- "ntsRequired": ["impactIndicator"],
22520
+ "ntsRequired": ["riskIndicator"],
22371
22521
  "properties": {
22372
- "impactIndicator": {
22522
+ "riskIndicator": {
22373
22523
  "ntsRef": "C3.2.1",
22374
22524
  "type": "string",
22375
22525
  "title": "Is the property impacted?",
@@ -22378,19 +22528,19 @@
22378
22528
  }
22379
22529
  },
22380
22530
  "discriminator": {
22381
- "propertyName": "impactIndicator"
22531
+ "propertyName": "riskIndicator"
22382
22532
  },
22383
22533
  "oneOf": [
22384
22534
  {
22385
22535
  "properties": {
22386
- "impactIndicator": {
22536
+ "riskIndicator": {
22387
22537
  "enum": ["No"]
22388
22538
  }
22389
22539
  }
22390
22540
  },
22391
22541
  {
22392
22542
  "properties": {
22393
- "impactIndicator": {
22543
+ "riskIndicator": {
22394
22544
  "enum": ["Yes"]
22395
22545
  },
22396
22546
  "actionAlertRating": {
@@ -22398,6 +22548,11 @@
22398
22548
  "title": "Action alert rating (1 is Green, 5 is Red)",
22399
22549
  "enum": ["1", "2", "3", "4", "5"]
22400
22550
  },
22551
+ "result": {
22552
+ "title": "Result",
22553
+ "type": "string",
22554
+ "minLength": 1
22555
+ },
22401
22556
  "summary": {
22402
22557
  "ntsRef": "C3.2.2",
22403
22558
  "type": "string",
@@ -22425,7 +22580,7 @@
22425
22580
  "type": "string",
22426
22581
  "title": "Risk sub-category name"
22427
22582
  },
22428
- "impactIndicator": {
22583
+ "riskIndicator": {
22429
22584
  "type": "string",
22430
22585
  "title": "Is action recommended?",
22431
22586
  "enum": ["Yes", "No"]
@@ -22435,6 +22590,11 @@
22435
22590
  "title": "Action alert rating (1 is Green, 5 is Red)",
22436
22591
  "enum": ["1", "2", "3", "4", "5"]
22437
22592
  },
22593
+ "result": {
22594
+ "title": "Result",
22595
+ "type": "string",
22596
+ "minLength": 1
22597
+ },
22438
22598
  "summary": {
22439
22599
  "type": "string",
22440
22600
  "title": "Summary of risk",
@@ -4526,7 +4526,7 @@
4526
4526
  "Electricity",
4527
4527
  "Oil",
4528
4528
  "LPG",
4529
- "Biomass boiler"
4529
+ "Biomass"
4530
4530
  ]
4531
4531
  }
4532
4532
  }
@@ -183,6 +183,25 @@
183
183
  "Managed Freehold",
184
184
  "Commonhold"
185
185
  ]
186
+ },
187
+ "managedFreeholdOrCommonholdInformation": {
188
+ "ntsRef": "A3.2",
189
+ "required": [
190
+ "serviceCharge"
191
+ ],
192
+ "properties": {
193
+ "serviceCharge": {
194
+ "ntsRef": "A3.1.1",
195
+ "required": [
196
+ "annualServiceCharge"
197
+ ],
198
+ "properties": {
199
+ "annualServiceCharge": {
200
+ "ntsRef": "A3.1.2"
201
+ }
202
+ }
203
+ }
204
+ }
186
205
  }
187
206
  }
188
207
  },
@@ -399,7 +418,12 @@
399
418
  ],
400
419
  "required": [
401
420
  "ownershipType"
402
- ]
421
+ ],
422
+ "properties": {
423
+ "ownershipType": {
424
+ "ntsRef": "A3.1"
425
+ }
426
+ }
403
427
  }
404
428
  }
405
429
  }
@@ -413,19 +437,32 @@
413
437
  ],
414
438
  "properties": {
415
439
  "parkingArrangements": {
416
- "ntsRef": "B4.1"
440
+ "ntsRef": "B4.1",
441
+ "items": {
442
+ "ntsRef": "B4.1.1"
443
+ }
417
444
  },
418
445
  "controlledParking": {
419
446
  "ntsRef": "B4.2",
420
447
  "required": [
421
448
  "yesNo"
422
- ]
449
+ ],
450
+ "properties": {
451
+ "yesNo": {
452
+ "ntsRef": "B4.2.1"
453
+ }
454
+ }
423
455
  },
424
456
  "electricVehicleChargingPoint": {
425
457
  "ntsRef": "B4.3",
426
458
  "required": [
427
459
  "yesNo"
428
- ]
460
+ ],
461
+ "properties": {
462
+ "yesNo": {
463
+ "ntsRef": "B4.2.1"
464
+ }
465
+ }
429
466
  }
430
467
  }
431
468
  },
@@ -463,7 +500,10 @@
463
500
  "details": {
464
501
  "ntsRef": "C2.1.1.2"
465
502
  }
466
- }
503
+ },
504
+ "required": [
505
+ "details"
506
+ ]
467
507
  }
468
508
  ],
469
509
  "required": [
@@ -501,7 +541,10 @@
501
541
  "details": {
502
542
  "ntsRef": "C2.1.2.2"
503
543
  }
504
- }
544
+ },
545
+ "required": [
546
+ "details"
547
+ ]
505
548
  }
506
549
  ],
507
550
  "required": [
@@ -560,9 +603,6 @@
560
603
  },
561
604
  "consentsObtained": {
562
605
  "ntsRef": "C2.1.3.3"
563
- },
564
- "attachments": {
565
- "ntsRef": "C2.1.3.4"
566
606
  }
567
607
  },
568
608
  "required": [
@@ -697,7 +737,10 @@
697
737
  }
698
738
  },
699
739
  "accessibilityAndAdaptations": {
700
- "ntsRef": "C5"
740
+ "ntsRef": "C5",
741
+ "items": {
742
+ "ntsRef": "C5.1"
743
+ }
701
744
  }
702
745
  }
703
746
  },
@@ -1102,7 +1145,11 @@
1102
1145
  ],
1103
1146
  "properties": {
1104
1147
  "yesNo": {
1105
- "ntsRef": "A3.2.1"
1148
+ "ntsRef": "A3.2.1",
1149
+ "enum": [
1150
+ "Yes",
1151
+ "No"
1152
+ ]
1106
1153
  }
1107
1154
  }
1108
1155
  }
@@ -1412,7 +1459,7 @@
1412
1459
  "Electricity",
1413
1460
  "Oil",
1414
1461
  "LPG",
1415
- "Biomass boiler"
1462
+ "Biomass"
1416
1463
  ]
1417
1464
  }
1418
1465
  }
@@ -1562,10 +1609,13 @@
1562
1609
  ]
1563
1610
  },
1564
1611
  "typeOfFlooding": {
1565
- "ntsRef": "C3.1.1.3"
1612
+ "ntsRef": "C3.1.1.3",
1613
+ "items": {
1614
+ "ntsRef": "C3.1.1.3.1"
1615
+ }
1566
1616
  },
1567
1617
  "details": {
1568
- "ntsRef": "C3.1.1.3"
1618
+ "ntsRef": "C3.1.1.4"
1569
1619
  }
1570
1620
  },
1571
1621
  "required": [
@@ -2013,7 +2013,7 @@
2013
2013
  "Electricity",
2014
2014
  "Oil",
2015
2015
  "LPG",
2016
- "Biomass boiler"
2016
+ "Biomass"
2017
2017
  ]
2018
2018
  }
2019
2019
  }
@@ -2085,7 +2085,7 @@
2085
2085
  "Electricity",
2086
2086
  "Oil",
2087
2087
  "LPG",
2088
- "Biomass boiler"
2088
+ "Biomass"
2089
2089
  ]
2090
2090
  }
2091
2091
  }
@@ -6972,7 +6972,7 @@
6972
6972
  ]
6973
6973
  },
6974
6974
  "details": {
6975
- "title": "Please provide details of the listing and any relevant documents",
6975
+ "title": "Please provide details of the listing",
6976
6976
  "type": "string",
6977
6977
  "minLength": 1
6978
6978
  },
@@ -7021,7 +7021,7 @@
7021
7021
  ]
7022
7022
  },
7023
7023
  "details": {
7024
- "title": "Please provide details of the listing and any relevant documents",
7024
+ "title": "Please provide details of the listing",
7025
7025
  "type": "string",
7026
7026
  "minLength": 1
7027
7027
  },
@@ -16609,7 +16609,7 @@
16609
16609
  ]
16610
16610
  },
16611
16611
  "mainsFoulDrainage": {
16612
- "title": "Mains foul drainage / sweerage",
16612
+ "title": "Mains foul drainage / sewerage",
16613
16613
  "type": "object",
16614
16614
  "properties": {
16615
16615
  "yesNo": {
@@ -17504,6 +17504,7 @@
17504
17504
  "Electricity",
17505
17505
  "Oil",
17506
17506
  "LPG",
17507
+ "Biomass",
17507
17508
  "Other"
17508
17509
  ]
17509
17510
  }
@@ -17517,7 +17518,7 @@
17517
17518
  "Electricity",
17518
17519
  "Oil",
17519
17520
  "LPG",
17520
- "Biomass boiler"
17521
+ "Biomass"
17521
17522
  ]
17522
17523
  }
17523
17524
  }
@@ -18243,12 +18244,12 @@
18243
18244
  ]
18244
18245
  },
18245
18246
  "details": {
18246
- "title": "Please provide details and mark the route on a plan of the property",
18247
+ "title": "Please provide details",
18247
18248
  "type": "string",
18248
18249
  "minLength": 1
18249
18250
  },
18250
18251
  "attachments": {
18251
- "title": "Attachments",
18252
+ "title": "Please mark the route on a plan of the property",
18252
18253
  "type": "string",
18253
18254
  "enum": [
18254
18255
  "Attached",