@pdtf/schemas 3.0.1-6 → 3.0.3-2

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.
@@ -7,6 +7,7 @@
7
7
  "baspiRequired": ["participants", "propertyPack"],
8
8
  "ta6Required": ["participants", "propertyPack"],
9
9
  "ntsRequired": ["propertyPack"],
10
+ "ntslRequired": ["propertyPack"],
10
11
  "properties": {
11
12
  "$schema": {
12
13
  "type": "string"
@@ -20,7 +21,17 @@
20
21
  },
21
22
  "status": {
22
23
  "type": "string",
23
- "enum": ["active", "cancelled", "completed"]
24
+ "enum": [
25
+ "active",
26
+ "For sale",
27
+ "Under offer",
28
+ "Sold subject to contract",
29
+ "Contracts exchanged",
30
+ "Completed",
31
+ "Cancelled",
32
+ "To let",
33
+ "Let agreed"
34
+ ]
24
35
  },
25
36
  "participants": {
26
37
  "title": "Transaction participants",
@@ -120,7 +131,9 @@
120
131
  "Buyer's Agent",
121
132
  "Surveyor",
122
133
  "Mortgage Broker",
123
- "Lender"
134
+ "Lender",
135
+ "Landlord",
136
+ "Tenant"
124
137
  ]
125
138
  },
126
139
  "externalIds": {
@@ -204,6 +217,7 @@
204
217
  "baspiRef": "0",
205
218
  "ta6Ref": "0",
206
219
  "ntsRef": "0",
220
+ "ntslRef": "0",
207
221
  "title": "Property Pack",
208
222
  "type": "object",
209
223
  "baspiRequired": [
@@ -266,6 +280,7 @@
266
280
  "confirmationOfAccuracyByOwners"
267
281
  ],
268
282
  "ntsRequired": [
283
+ "priceInformation",
269
284
  "ownership",
270
285
  "councilTax",
271
286
  "energyEfficiency",
@@ -281,6 +296,22 @@
281
296
  "environmentalIssues",
282
297
  "notices"
283
298
  ],
299
+ "ntslRequired": [
300
+ "lettingInformation",
301
+ "councilTax",
302
+ "energyEfficiency",
303
+ "buildInformation",
304
+ "typeOfConstruction",
305
+ "electricity",
306
+ "connectivity",
307
+ "waterAndDrainage",
308
+ "heating",
309
+ "parking",
310
+ "listingAndConservation",
311
+ "rightsAndInformalArrangements",
312
+ "environmentalIssues",
313
+ "notices"
314
+ ],
284
315
  "ta7Required": ["ownership"],
285
316
  "properties": {
286
317
  "address": {
@@ -473,6 +504,36 @@
473
504
  }
474
505
  }
475
506
  },
507
+ "lettingInformation": {
508
+ "ntslRef": "A2",
509
+ "title": "Letting information",
510
+ "type": "object",
511
+ "ntslRequired": ["rent", "rentFrequency"],
512
+ "properties": {
513
+ "rent": {
514
+ "ntslRef": "A2.1",
515
+ "title": "Rent",
516
+ "type": "number",
517
+ "minimum": 1
518
+ },
519
+ "rentFrequency": {
520
+ "ntslRef": "A2.2",
521
+ "title": "Rent frequency",
522
+ "type": "string",
523
+ "enum": ["Yearly", "Quarterly", "Monthly", "Weekly"]
524
+ },
525
+ "securityDeposit": {
526
+ "ntslRef": "A3.1",
527
+ "title": "Security deposit",
528
+ "type": "number"
529
+ },
530
+ "holdingDeposit": {
531
+ "ntslRef": "A3.2",
532
+ "title": "Security deposit",
533
+ "type": "number"
534
+ }
535
+ }
536
+ },
476
537
  "summaryDescription": {
477
538
  "title": "Summary description",
478
539
  "type": "string"
@@ -523,18 +584,23 @@
523
584
  },
524
585
  "buildInformation": {
525
586
  "ntsRef": "B1.1",
587
+ "ntslRef": "B1.1",
526
588
  "title": "About the property building",
527
589
  "type": "object",
528
590
  "ntsRequired": ["building", "roomDimensions"],
591
+ "ntslRequired": ["building", "roomDimensions"],
529
592
  "properties": {
530
593
  "building": {
531
594
  "ntsRef": "B1.1.1",
595
+ "ntslRef": "B1.1.1",
532
596
  "title": "Building information",
533
597
  "type": "object",
534
598
  "ntsRequired": ["builtForm", "propertyType"],
599
+ "ntslRequired": ["builtForm", "propertyType"],
535
600
  "properties": {
536
601
  "builtForm": {
537
602
  "ntsRef": "B1.1.2",
603
+ "ntslRef": "B1.1.2",
538
604
  "title": "Built form",
539
605
  "type": "string",
540
606
  "enum": [
@@ -547,6 +613,7 @@
547
613
  },
548
614
  "propertyType": {
549
615
  "ntsRef": "B1.1.1.1",
616
+ "ntslRef": "B1.1.1.1",
550
617
  "title": "Property type",
551
618
  "type": "string",
552
619
  "enum": [
@@ -570,12 +637,14 @@
570
637
  },
571
638
  "otherType": {
572
639
  "ntsRef": "B1.1.1.1",
640
+ "ntslRef": "B1.1.1.1",
573
641
  "title": "Please describe the other type of property build",
574
642
  "type": "string",
575
643
  "minLength": 1
576
644
  }
577
645
  },
578
- "ntsRequired": ["otherType"]
646
+ "ntsRequired": ["otherType"],
647
+ "ntslRequired": ["otherType"]
579
648
  },
580
649
  {
581
650
  "properties": {
@@ -591,28 +660,33 @@
591
660
  },
592
661
  "numberOfFloors": {
593
662
  "ntsRef": "B1.1.3",
663
+ "ntslRef": "B1.1.3",
594
664
  "title": "Number of floors in the building",
595
665
  "type": "integer"
596
666
  },
597
667
  "entranceFloor": {
598
668
  "ntsRef": "B1.1.4",
669
+ "ntslRef": "B1.1.4",
599
670
  "title": "Entrance floor",
600
671
  "description": "Floor level of the entrance floor relative to the lowest level of the property (0 for ground floor). If there is a basement, the basement is level 0 and the other floors are from 1 upwards",
601
672
  "type": "integer"
602
673
  },
603
674
  "hasLift": {
604
675
  "ntsRef": "B1.1.5",
676
+ "ntslRef": "B1.1.5",
605
677
  "title": "Is the property served by a lift?",
606
678
  "type": "string",
607
679
  "enum": ["Yes", "No"]
608
680
  },
609
681
  "overCommercialPremises": {
610
682
  "ntsRef": "B1.1.6",
683
+ "ntslRef": "B1.1.6",
611
684
  "title": "Located over commercial premises?",
612
685
  "type": "object",
613
686
  "properties": {
614
687
  "isLocatedOverCommercialPremises": {
615
688
  "ntsRef": "B1.1.6.1",
689
+ "ntslRef": "B1.1.6.1",
616
690
  "type": "string",
617
691
  "title": "Is the property located over commercial premises?",
618
692
  "enum": ["Yes", "No"]
@@ -637,12 +711,14 @@
637
711
  },
638
712
  "details": {
639
713
  "ntsRef": "B1.1.6.2",
714
+ "ntslRef": "B1.1.6.2",
640
715
  "title": "Please provide details",
641
716
  "type": "string",
642
717
  "minLength": 1
643
718
  }
644
719
  },
645
- "ntsRequired": ["details"]
720
+ "ntsRequired": ["details"],
721
+ "ntslRequired": ["details"]
646
722
  }
647
723
  ]
648
724
  }
@@ -688,12 +764,15 @@
688
764
  },
689
765
  "roomDimensions": {
690
766
  "ntsRef": "B2",
767
+ "ntslRef": "B2",
691
768
  "title": "Room dimensions",
692
769
  "type": "object",
693
770
  "ntsRequired": ["hasFloorplan"],
771
+ "ntslRequired": ["hasFloorplan"],
694
772
  "properties": {
695
773
  "hasFloorplan": {
696
774
  "ntsRef": "B2.1",
775
+ "ntslRef": "B2.1",
697
776
  "title": "Is a floorplan available which includes the dimensions of all the rooms?",
698
777
  "type": "string",
699
778
  "enum": ["Yes", "No"]
@@ -710,6 +789,7 @@
710
789
  },
711
790
  "attachments": {
712
791
  "ntsRef": "B2.1.1",
792
+ "ntslRef": "B2.1.1",
713
793
  "title": "Attachments",
714
794
  "type": "string",
715
795
  "enum": ["Attached", "With agent"]
@@ -723,6 +803,7 @@
723
803
  },
724
804
  "rooms": {
725
805
  "ntsRef": "B2.2",
806
+ "ntslRef": "B2.2",
726
807
  "title": "Rooms",
727
808
  "description": "Please supply dimensions for each of the rooms.",
728
809
  "type": "array",
@@ -731,30 +812,35 @@
731
812
  "properties": {
732
813
  "roomName": {
733
814
  "ntsRef": "B2.2.1",
815
+ "ntslRef": "B2.2.1",
734
816
  "type": "string",
735
817
  "title": "The name of the room",
736
818
  "minLength": 1
737
819
  },
738
820
  "description": {
739
821
  "ntsRef": "B2.2.2",
822
+ "ntslRef": "B2.2.2",
740
823
  "type": "string",
741
824
  "minLength": 1,
742
825
  "title": "Description of the room"
743
826
  },
744
827
  "length": {
745
828
  "ntsRef": "B2.2.3",
829
+ "ntslRef": "B2.2.3",
746
830
  "type": "number",
747
831
  "minimum": 0,
748
832
  "title": "The length of the room"
749
833
  },
750
834
  "width": {
751
835
  "ntsRef": "B2.2.4",
836
+ "ntslRef": "B2.2.4",
752
837
  "type": "number",
753
838
  "minimum": 0,
754
839
  "title": "The width of the room"
755
840
  },
756
841
  "units": {
757
842
  "ntsRef": "B2.2.5",
843
+ "ntslRef": "B2.2.5",
758
844
  "title": "The units which the length and width of the room have been provided in",
759
845
  "type": "string",
760
846
  "enum": [
@@ -767,12 +853,14 @@
767
853
  },
768
854
  "dimensionDetails": {
769
855
  "ntsRef": "B2.6",
856
+ "ntslRef": "B2.6",
770
857
  "title": "Any additional description or clarification of the room dimensions",
771
858
  "type": "string",
772
859
  "minLength": 1
773
860
  }
774
861
  },
775
- "ntsRequired": ["roomName", "length", "width", "units"]
862
+ "ntsRequired": ["roomName", "length", "width", "units"],
863
+ "ntslRequired": ["roomName", "length", "width", "units"]
776
864
  }
777
865
  }
778
866
  }
@@ -1202,6 +1290,7 @@
1202
1290
  "type": "object",
1203
1291
  "baspiRequired": ["ownershipsToBeTransferred"],
1204
1292
  "ntsRequired": ["ownershipsToBeTransferred"],
1293
+ "ntslRequired": ["ownershipsToBeTransferred"],
1205
1294
  "ta7Required": ["ownershipsToBeTransferred"],
1206
1295
  "properties": {
1207
1296
  "ownershipsToBeTransferred": {
@@ -1220,6 +1309,7 @@
1220
1309
  "baspiRequired": ["ownershipType"],
1221
1310
  "ta7Required": ["ownershipType"],
1222
1311
  "ntsRequired": ["ownershipType"],
1312
+ "ntslRequired": ["ownershipType"],
1223
1313
  "properties": {
1224
1314
  "titleNumber": {
1225
1315
  "baspiRef": "A1.3.0.1",
@@ -8263,6 +8353,7 @@
8263
8353
  },
8264
8354
  "parking": {
8265
8355
  "ntsRef": "B4",
8356
+ "ntslRef": "B4",
8266
8357
  "baspiRef": "A1.6",
8267
8358
  "rdsRef": "Services/Parking",
8268
8359
  "ta6Ref": "9",
@@ -8283,6 +8374,7 @@
8283
8374
  "properties": {
8284
8375
  "parkingArrangements": {
8285
8376
  "ntsRef": "B4.1",
8377
+ "ntslRef": "B4.1",
8286
8378
  "baspiRef": "A1.6.0",
8287
8379
  "ta6Ref": "9.1",
8288
8380
  "piqRef": "A1.5",
@@ -8290,6 +8382,7 @@
8290
8382
  "title": "Parking arrangements",
8291
8383
  "items": {
8292
8384
  "ntsRef": "B4.1.1",
8385
+ "ntslRef": "B4.1.1",
8293
8386
  "type": "string",
8294
8387
  "enum": [
8295
8388
  "Allocated",
@@ -8308,20 +8401,24 @@
8308
8401
  },
8309
8402
  "disabledParking": {
8310
8403
  "ntsRef": "B4.2",
8404
+ "ntslRef": "B4.2",
8311
8405
  "title": "Is disabled parking available?",
8312
8406
  "type": "object",
8313
8407
  "properties": {
8314
8408
  "yesNo": {
8315
8409
  "ntsRef": "B4.2.1",
8410
+ "ntslRef": "B4.2.1",
8316
8411
  "type": "string",
8317
8412
  "title": "",
8318
8413
  "enum": ["Yes", "No", "Not known"]
8319
8414
  }
8320
8415
  },
8321
- "ntsRequired": ["yesNo"]
8416
+ "ntsRequired": ["yesNo"],
8417
+ "ntslRequired": ["yesNo"]
8322
8418
  },
8323
8419
  "controlledParking": {
8324
8420
  "ntsRef": "B4.3",
8421
+ "ntslRef": "B4.3",
8325
8422
  "baspiRef": "A1.6.2",
8326
8423
  "ta6Ref": "9.2",
8327
8424
  "title": "Is the property in a controlled parking zone or within a local authority parking scheme?",
@@ -8329,6 +8426,7 @@
8329
8426
  "properties": {
8330
8427
  "yesNo": {
8331
8428
  "ntsRef": "B4.3.1",
8429
+ "ntslRef": "B4.3.1",
8332
8430
  "baspiRef": "A1.6.2.1",
8333
8431
  "ta6Ref": "9.2.1",
8334
8432
  "type": "string",
@@ -8338,16 +8436,19 @@
8338
8436
  },
8339
8437
  "baspiRequired": ["yesNo"],
8340
8438
  "ntsRequired": ["yesNo"],
8439
+ "ntslRequired": ["yesNo"],
8341
8440
  "ta6Required": ["yesNo"]
8342
8441
  },
8343
8442
  "electricVehicleChargingPoint": {
8344
8443
  "ntsRef": "B4.4",
8444
+ "ntslRef": "B4.4",
8345
8445
  "baspiRef": "A1.6.1",
8346
8446
  "title": "Is there an electric vehicle charging point belonging to the property?",
8347
8447
  "type": "object",
8348
8448
  "properties": {
8349
8449
  "yesNo": {
8350
8450
  "ntsRef": "B4.4.1",
8451
+ "ntslRef": "B4.4.1",
8351
8452
  "baspiRef": "A1.6.1.1",
8352
8453
  "type": "string",
8353
8454
  "title": "",
@@ -8355,12 +8456,14 @@
8355
8456
  }
8356
8457
  },
8357
8458
  "baspiRequired": ["yesNo"],
8358
- "ntsRequired": ["yesNo"]
8459
+ "ntsRequired": ["yesNo"],
8460
+ "ntslRequired": ["yesNo"]
8359
8461
  }
8360
8462
  }
8361
8463
  },
8362
8464
  "listingAndConservation": {
8363
8465
  "ntsRef": "C2.1",
8466
+ "ntslRef": "C2.1",
8364
8467
  "baspiRef": "A1.7",
8365
8468
  "ta6Ref": "4.7",
8366
8469
  "title": "Listing and Conservation",
@@ -8383,6 +8486,7 @@
8383
8486
  "properties": {
8384
8487
  "isListed": {
8385
8488
  "ntsRef": "C2.1.1",
8489
+ "ntslRef": "C2.1.1",
8386
8490
  "baspiRef": "A1.7.1",
8387
8491
  "rdsRef": "Protections",
8388
8492
  "ta6Ref": "4.7a",
@@ -8392,17 +8496,20 @@
8392
8496
  "properties": {
8393
8497
  "yesNo": {
8394
8498
  "ntsRef": "C2.1.1.1",
8499
+ "ntslRef": "C2.1.1.1",
8395
8500
  "baspiRef": "A1.7.1.1",
8396
8501
  "ta6Ref": "4.7a1",
8397
8502
  "piqRef": "A1.6.1.1",
8398
8503
  "type": "string",
8399
8504
  "title": "",
8400
8505
  "enum": ["Yes", "No", "Not known"],
8401
- "ntsEnum": ["Yes", "No"]
8506
+ "ntsEnum": ["Yes", "No"],
8507
+ "ntslEnum": ["Yes", "No"]
8402
8508
  }
8403
8509
  },
8404
8510
  "baspiRequired": ["yesNo"],
8405
8511
  "ntsRequired": ["yesNo"],
8512
+ "ntslRequired": ["yesNo"],
8406
8513
  "ta6Required": ["yesNo"],
8407
8514
  "discriminator": {
8408
8515
  "propertyName": "yesNo"
@@ -8422,6 +8529,7 @@
8422
8529
  },
8423
8530
  "details": {
8424
8531
  "ntsRef": "C2.1.1.2",
8532
+ "ntslRef": "C2.1.1.2",
8425
8533
  "baspiRef": "A1.7.1.2",
8426
8534
  "ta6Ref": "4.7a2",
8427
8535
  "title": "Please provide details of the listing",
@@ -8437,6 +8545,7 @@
8437
8545
  }
8438
8546
  },
8439
8547
  "ntsRequired": ["details"],
8548
+ "ntslRequired": ["details"],
8440
8549
  "baspiRequired": ["details", "attachments"],
8441
8550
  "ta6Required": ["details", "attachments"]
8442
8551
  }
@@ -8444,6 +8553,7 @@
8444
8553
  },
8445
8554
  "isConservationArea": {
8446
8555
  "ntsRef": "C2.1.2",
8556
+ "ntslRef": "C2.1.2",
8447
8557
  "baspiRef": "A1.7.2",
8448
8558
  "rdsRef": "Protections",
8449
8559
  "ta6Ref": "4.7b",
@@ -8453,17 +8563,20 @@
8453
8563
  "properties": {
8454
8564
  "yesNo": {
8455
8565
  "ntsRef": "C2.1.2.1",
8566
+ "ntslRef": "C2.1.2.1",
8456
8567
  "baspiRef": "A1.7.2.1",
8457
8568
  "piqRef": "A1.6.2.1",
8458
8569
  "ta6Ref": "4.7b1",
8459
8570
  "type": "string",
8460
8571
  "title": "",
8461
8572
  "enum": ["Yes", "No", "Not known"],
8462
- "ntsEnum": ["Yes", "No"]
8573
+ "ntsEnum": ["Yes", "No"],
8574
+ "ntslEnum": ["Yes", "No"]
8463
8575
  }
8464
8576
  },
8465
8577
  "baspiRequired": ["yesNo"],
8466
8578
  "ntsRequired": ["yesNo"],
8579
+ "ntslRequired": ["yesNo"],
8467
8580
  "ta6Required": ["yesNo"],
8468
8581
  "discriminator": {
8469
8582
  "propertyName": "yesNo"
@@ -8483,6 +8596,7 @@
8483
8596
  },
8484
8597
  "details": {
8485
8598
  "ntsRef": "C2.1.2.2",
8599
+ "ntslRef": "C2.1.2.2",
8486
8600
  "baspiRef": "A1.7.2.2",
8487
8601
  "ta6Ref": "4.7b2",
8488
8602
  "title": "Please provide details of the listing",
@@ -8498,6 +8612,7 @@
8498
8612
  }
8499
8613
  },
8500
8614
  "ntsRequired": ["details"],
8615
+ "ntslRequired": ["details"],
8501
8616
  "baspiRequired": ["details", "attachments"],
8502
8617
  "ta6Required": ["details", "attachments"]
8503
8618
  }
@@ -8505,6 +8620,7 @@
8505
8620
  },
8506
8621
  "hasTreePreservationOrder": {
8507
8622
  "ntsRef": "C2.1.3",
8623
+ "ntslRef": "C2.1.3",
8508
8624
  "baspiRef": "A1.7.3",
8509
8625
  "rdsRef": "Property/Flags",
8510
8626
  "ta6Ref": "4.8",
@@ -8514,17 +8630,20 @@
8514
8630
  "properties": {
8515
8631
  "yesNo": {
8516
8632
  "ntsRef": "C2.1.3.1",
8633
+ "ntslRef": "C2.1.3.1",
8517
8634
  "baspiRef": "A1.7.3.1",
8518
8635
  "ta6Ref": "4.8.1",
8519
8636
  "piqRef": "A1.6.3.1",
8520
8637
  "type": "string",
8521
8638
  "title": "",
8522
8639
  "enum": ["Yes", "No", "Not known"],
8523
- "ntsEnum": ["Yes", "No"]
8640
+ "ntsEnum": ["Yes", "No"],
8641
+ "ntslEnum": ["Yes", "No"]
8524
8642
  }
8525
8643
  },
8526
8644
  "baspiRequired": ["yesNo"],
8527
8645
  "ntsRequired": ["yesNo"],
8646
+ "ntslRequired": ["yesNo"],
8528
8647
  "ta6Required": ["yesNo"],
8529
8648
  "discriminator": {
8530
8649
  "propertyName": "yesNo"
@@ -8544,6 +8663,7 @@
8544
8663
  },
8545
8664
  "workCarriedOut": {
8546
8665
  "ntsRef": "C2.1.3.2",
8666
+ "ntslRef": "C2.1.3.2",
8547
8667
  "baspiRef": "A1.7.3.2",
8548
8668
  "rdsRef": "WorksAlterationsChanges",
8549
8669
  "ta6Ref": "4.8a",
@@ -8562,6 +8682,7 @@
8562
8682
  },
8563
8683
  "baspiRequired": ["yesNo"],
8564
8684
  "ntsRequired": ["yesNo"],
8685
+ "ntslRequired": ["yesNo"],
8565
8686
  "ta6Required": ["yesNo"],
8566
8687
  "discriminator": {
8567
8688
  "propertyName": "yesNo"
@@ -8581,6 +8702,7 @@
8581
8702
  },
8582
8703
  "consentsObtained": {
8583
8704
  "ntsRef": "C2.1.3.3",
8705
+ "ntslRef": "C2.1.3.3",
8584
8706
  "baspiRef": "A1.7.3.3",
8585
8707
  "ta6Ref": "4.8a2",
8586
8708
  "title": "Were the relevant consents obtained?",
@@ -8597,6 +8719,7 @@
8597
8719
  }
8598
8720
  },
8599
8721
  "ntsRequired": ["consentsObtained"],
8722
+ "ntslRequired": ["consentsObtained"],
8600
8723
  "baspiRequired": ["consentsObtained"],
8601
8724
  "ta6Required": ["consentsObtained"]
8602
8725
  }
@@ -8613,6 +8736,7 @@
8613
8736
  "typeOfConstruction": {
8614
8737
  "baspiRef": "A1.8",
8615
8738
  "ntsRef": "A1.2",
8739
+ "ntslRef": "A1.2",
8616
8740
  "title": "Type of Construction",
8617
8741
  "type": "object",
8618
8742
  "baspiRequired": [
@@ -8629,6 +8753,7 @@
8629
8753
  "isStandardForm": {
8630
8754
  "baspiRef": "A1.8.1",
8631
8755
  "ntsRef": "A1.2.1",
8756
+ "ntslRef": "A1.2.1",
8632
8757
  "rdsRef": "Buildings,BuildingSections/ConstructionType,ConstructionMaterials",
8633
8758
  "piqRef": "A5.5",
8634
8759
  "title": "Is the property built in a standard form of construction?",
@@ -8638,6 +8763,7 @@
8638
8763
  "yesNo": {
8639
8764
  "baspiRef": "A1.8.1.1",
8640
8765
  "ntsRef": "A1.2.1.1",
8766
+ "ntslRef": "A1.2.1.1",
8641
8767
  "piqRef": "A5.5.1",
8642
8768
  "type": "string",
8643
8769
  "title": "",
@@ -8646,6 +8772,7 @@
8646
8772
  },
8647
8773
  "baspiRequired": ["yesNo"],
8648
8774
  "ntsRequired": ["yesNo"],
8775
+ "ntslRequired": ["yesNo"],
8649
8776
  "discriminator": {
8650
8777
  "propertyName": "yesNo"
8651
8778
  },
@@ -8665,18 +8792,21 @@
8665
8792
  "details": {
8666
8793
  "baspiRef": "A1.8.1.2",
8667
8794
  "ntsRef": "A1.2.1.2",
8795
+ "ntslRef": "A1.2.1.2",
8668
8796
  "title": "Details",
8669
8797
  "type": "string",
8670
8798
  "minLength": 1
8671
8799
  }
8672
8800
  },
8673
8801
  "baspiRequired": ["details"],
8674
- "ntsRequired": ["details"]
8802
+ "ntsRequired": ["details"],
8803
+ "ntslRequired": ["details"]
8675
8804
  }
8676
8805
  ]
8677
8806
  },
8678
8807
  "buildingSafety": {
8679
8808
  "ntsRef": "C1",
8809
+ "ntslRef": "C1",
8680
8810
  "baspiRef": "A1.8.2",
8681
8811
  "ta7Ref": "11.1",
8682
8812
  "title": "Are you aware of any building safety issues?",
@@ -8687,6 +8817,7 @@
8687
8817
  "properties": {
8688
8818
  "yesNo": {
8689
8819
  "ntsRef": "C1.1",
8820
+ "ntslRef": "C1.1",
8690
8821
  "baspiRef": "A1.8.2.1",
8691
8822
  "ta7Ref": "11.1.1",
8692
8823
  "type": "string",
@@ -8694,10 +8825,12 @@
8694
8825
  "enum": ["Yes", "No", "Not applicable"],
8695
8826
  "ta7Enum": ["Yes", "No", "Not applicable"],
8696
8827
  "baspiEnum": ["Yes", "No"],
8697
- "ntsEnum": ["Yes", "No"]
8828
+ "ntsEnum": ["Yes", "No"],
8829
+ "ntslEnum": ["Yes", "No"]
8698
8830
  }
8699
8831
  },
8700
8832
  "ntsRequired": ["yesNo"],
8833
+ "ntslRequired": ["yesNo"],
8701
8834
  "baspiRequired": ["yesNo"],
8702
8835
  "ta7Required": ["yesNo"],
8703
8836
  "discriminator": {
@@ -8719,6 +8852,7 @@
8719
8852
  },
8720
8853
  "details": {
8721
8854
  "ntsRef": "C1.2",
8855
+ "ntslRef": "C1.2",
8722
8856
  "baspiRef": "A1.8.2.2",
8723
8857
  "ta7Ref": "11.1.2",
8724
8858
  "title": "What are the defects or hazards?",
@@ -8728,6 +8862,7 @@
8728
8862
  },
8729
8863
  "workAlreadyDone": {
8730
8864
  "ntsRef": "C1.3",
8865
+ "ntslRef": "C1.3",
8731
8866
  "baspiRef": "A1.8.2.2",
8732
8867
  "ta7Ref": "11.1.2",
8733
8868
  "title": "What work has already been done?",
@@ -8736,6 +8871,7 @@
8736
8871
  },
8737
8872
  "workToBeDone": {
8738
8873
  "ntsRef": "C1.4",
8874
+ "ntslRef": "C1.4",
8739
8875
  "baspiRef": "A1.8.2.2",
8740
8876
  "ta7Ref": "11.1.2",
8741
8877
  "title": "What work is required to be done?",
@@ -8744,6 +8880,7 @@
8744
8880
  },
8745
8881
  "potentialCost": {
8746
8882
  "ntsRef": "C1.5",
8883
+ "ntslRef": "C1.5",
8747
8884
  "baspiRef": "A1.8.2.2",
8748
8885
  "ta7Ref": "11.1.2",
8749
8886
  "title": "What will the potential cost be?",
@@ -8752,6 +8889,7 @@
8752
8889
  },
8753
8890
  "abilityToResideAtProperty": {
8754
8891
  "ntsRef": "C1.6",
8892
+ "ntslRef": "C1.6",
8755
8893
  "baspiRef": "A1.8.2.2",
8756
8894
  "ta7Ref": "11.1.2",
8757
8895
  "title": "Will the work impact the ability to reside at the property?",
@@ -8826,13 +8964,13 @@
8826
8964
  },
8827
8965
  "accessibilityAndAdaptations": {
8828
8966
  "ntsRef": "C5",
8967
+ "ntslRef": "C5",
8829
8968
  "title": "Are there any adaptations or features that provide easier access to, and within, the property?",
8830
8969
  "description": "Lateral living is where a property has all essential facilities e.g. kitchen, bathroom and bedroom on the entrance level.",
8831
8970
  "type": "array",
8832
8971
  "items": {
8833
8972
  "type": "string",
8834
8973
  "enum": [
8835
- "None",
8836
8974
  "Level access",
8837
8975
  "Ramped access",
8838
8976
  "Lift access",
@@ -8850,11 +8988,13 @@
8850
8988
  "baspiRef": "A1.8.3",
8851
8989
  "ta6Ref": "7.6",
8852
8990
  "ntsRef": "A4",
8991
+ "ntslRef": "A4",
8853
8992
  "rdsRef": "Certificates/{category='energyEfficiency',standard='EPC',gradeLevelRating=?},Certificates/{category='energyEfficiency',standard='EPC',status='exempt'},",
8854
8993
  "title": "Energy Efficiency",
8855
8994
  "type": "object",
8856
8995
  "baspiRequired": ["certificate", "greenDealLoan"],
8857
8996
  "ntsRequired": ["certificate"],
8997
+ "ntslRequired": ["certificate"],
8858
8998
  "ta6Required": ["certificateIsSupplied", "greenDealLoan"],
8859
8999
  "properties": {
8860
9000
  "certificateIsSupplied": {
@@ -8866,9 +9006,11 @@
8866
9006
  "certificate": {
8867
9007
  "baspiRef": "A1.8.3.1",
8868
9008
  "ntsRef": "A4.1",
9009
+ "ntslRef": "A4.1",
8869
9010
  "type": "object",
8870
9011
  "baspiRequired": ["currentEnergyRating"],
8871
9012
  "ntsRequired": ["currentEnergyRating"],
9013
+ "ntslRequired": ["currentEnergyRating"],
8872
9014
  "properties": {
8873
9015
  "certificateNumber": {
8874
9016
  "type": "string"
@@ -8918,6 +9060,7 @@
8918
9060
  "currentEnergyRating": {
8919
9061
  "baspiRef": "A1.8.3.1.1",
8920
9062
  "ntsRef": "A4.1.1",
9063
+ "ntslRef": "A4.1.1",
8921
9064
  "title": "Current energy efficiency rating",
8922
9065
  "description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
8923
9066
  "type": "string",
@@ -9269,15 +9412,18 @@
9269
9412
  "councilTax": {
9270
9413
  "baspiRef": "A1.9",
9271
9414
  "ntsRef": "A1",
9415
+ "ntslRef": "A1",
9272
9416
  "piqRef": "B2",
9273
9417
  "title": "Council Tax",
9274
9418
  "type": "object",
9275
9419
  "baspiRequired": ["councilTaxBand", "councilTaxAffectingAlterations"],
9276
9420
  "ntsRequired": ["councilTaxBand", "councilTaxAffectingAlterations"],
9421
+ "ntslRequired": ["councilTaxBand", "councilTaxAffectingAlterations"],
9277
9422
  "properties": {
9278
9423
  "councilTaxBand": {
9279
9424
  "baspiRef": "A1.9.1",
9280
9425
  "ntsRef": "A1.1",
9426
+ "ntslRef": "A1.1",
9281
9427
  "rdsRef": "TenureAgreements/Taxes/{banding=?}",
9282
9428
  "piqRef": "B2.1",
9283
9429
  "title": "Which Council Tax band does this property fall within?",
@@ -9288,6 +9434,7 @@
9288
9434
  "councilTaxAffectingAlterations": {
9289
9435
  "baspiRef": "A1.9.2",
9290
9436
  "ntsRef": "A1.2",
9437
+ "ntslRef": "A1.2",
9291
9438
  "rdsRef": "TenureAgreements/Taxes/WorksAlterationsChanges",
9292
9439
  "title": "Have you altered the property in any way to the extent that it might change the Council Tax band e.g. added a bedroom or substantially extended the property?",
9293
9440
  "type": "object",
@@ -9295,6 +9442,7 @@
9295
9442
  "yesNo": {
9296
9443
  "baspiRef": "A1.9.2.1",
9297
9444
  "ntsRef": "A1.2.1",
9445
+ "ntslRef": "A1.2.1",
9298
9446
  "type": "string",
9299
9447
  "title": "",
9300
9448
  "enum": ["Yes", "No"]
@@ -9302,6 +9450,7 @@
9302
9450
  },
9303
9451
  "baspiRequired": ["yesNo"],
9304
9452
  "ntsRequired": ["yesNo"],
9453
+ "ntslRequired": ["yesNo"],
9305
9454
  "discriminator": {
9306
9455
  "propertyName": "yesNo"
9307
9456
  },
@@ -9321,6 +9470,7 @@
9321
9470
  "details": {
9322
9471
  "baspiRef": "A1.9.2.2",
9323
9472
  "ntsRef": "A1.2.2",
9473
+ "ntslRef": "A1.2.2",
9324
9474
  "title": "Please give details",
9325
9475
  "type": "string",
9326
9476
  "minLength": 1
@@ -9328,13 +9478,15 @@
9328
9478
  "attachments": {
9329
9479
  "baspiRef": "A1.9.2.3",
9330
9480
  "ntsRef": "A1.2.3",
9481
+ "ntslRef": "A1.2.3",
9331
9482
  "title": "Attachments",
9332
9483
  "type": "string",
9333
9484
  "enum": ["Attached", "To follow"]
9334
9485
  }
9335
9486
  },
9336
9487
  "baspiRequired": ["details"],
9337
- "ntsRequired": ["details"]
9488
+ "ntsRequired": ["details"],
9489
+ "ntslRequired": ["details"]
9338
9490
  }
9339
9491
  ]
9340
9492
  },
@@ -10758,6 +10910,7 @@
10758
10910
  "baspiRef": "A4",
10759
10911
  "ta6Ref": "3",
10760
10912
  "ntsRef": "C4",
10913
+ "ntslRef": "C4",
10761
10914
  "title": "Notices which Affect the Property",
10762
10915
  "description": "Are you aware of, or have you received, any of the following notices?",
10763
10916
  "type": "object",
@@ -10771,6 +10924,7 @@
10771
10924
  "otherNotices"
10772
10925
  ],
10773
10926
  "ntsRequired": ["neighbourDevelopment", "planningApplication"],
10927
+ "ntslRequired": ["neighbourDevelopment", "planningApplication"],
10774
10928
  "ta6Required": [
10775
10929
  "neighbourDevelopment",
10776
10930
  "partyWallAct",
@@ -10780,6 +10934,7 @@
10780
10934
  "neighbourDevelopment": {
10781
10935
  "baspiRef": "A4.1",
10782
10936
  "ntsRef": "C4.1",
10937
+ "ntslRef": "C4.1",
10783
10938
  "ta6Ref": "3.2",
10784
10939
  "rdsRef": "Property/Flags,Planning",
10785
10940
  "piqRef": "A4.1",
@@ -10789,6 +10944,7 @@
10789
10944
  "properties": {
10790
10945
  "yesNo": {
10791
10946
  "ntsRef": "C4.1.1",
10947
+ "ntslRef": "C4.1.1",
10792
10948
  "baspiRef": "A4.1.1",
10793
10949
  "piqRef": "A4.1.1",
10794
10950
  "ta6Ref": "3.2.1",
@@ -10799,6 +10955,7 @@
10799
10955
  },
10800
10956
  "baspiRequired": ["yesNo"],
10801
10957
  "ntsRequired": ["yesNo"],
10958
+ "ntslRequired": ["yesNo"],
10802
10959
  "ta6Required": ["yesNo"],
10803
10960
  "discriminator": {
10804
10961
  "propertyName": "yesNo"
@@ -10818,6 +10975,7 @@
10818
10975
  },
10819
10976
  "details": {
10820
10977
  "ntsRef": "C4.1.2",
10978
+ "ntslRef": "C4.1.2",
10821
10979
  "baspiRef": "A4.1.2",
10822
10980
  "ta6Ref": "3.2.2",
10823
10981
  "title": "Details",
@@ -10833,12 +10991,14 @@
10833
10991
  },
10834
10992
  "baspiRequired": ["details", "attachments"],
10835
10993
  "ta6Required": ["details"],
10836
- "ntsRequired": ["details"]
10994
+ "ntsRequired": ["details"],
10995
+ "ntslRequired": ["details"]
10837
10996
  }
10838
10997
  ]
10839
10998
  },
10840
10999
  "planningApplication": {
10841
11000
  "ntsRef": "C4.2",
11001
+ "ntslRef": "C4.2",
10842
11002
  "baspiRef": "A4.2",
10843
11003
  "rdsRef": "Property/Flags,Planning",
10844
11004
  "ta6Ref": "3.1",
@@ -10848,6 +11008,7 @@
10848
11008
  "properties": {
10849
11009
  "yesNo": {
10850
11010
  "ntsRef": "C4.2.1",
11011
+ "ntslRef": "C4.2.1",
10851
11012
  "baspiRef": "A4.2.1",
10852
11013
  "ta6Ref": "3.1.1",
10853
11014
  "piqRef": "A4.2.1",
@@ -10858,6 +11019,7 @@
10858
11019
  },
10859
11020
  "baspiRequired": ["yesNo"],
10860
11021
  "ntsRequired": ["yesNo"],
11022
+ "ntslRequired": ["yesNo"],
10861
11023
  "ta6Required": ["yesNo"],
10862
11024
  "discriminator": {
10863
11025
  "propertyName": "yesNo"
@@ -10877,6 +11039,7 @@
10877
11039
  },
10878
11040
  "details": {
10879
11041
  "ntsRef": "C4.2.2",
11042
+ "ntslRef": "C4.2.2",
10880
11043
  "baspiRef": "A4.2.2",
10881
11044
  "ta6Ref": "3.1.2",
10882
11045
  "title": "Details",
@@ -10892,7 +11055,8 @@
10892
11055
  },
10893
11056
  "baspiRequired": ["details", "attachments"],
10894
11057
  "ta6Required": ["details"],
10895
- "ntsRequired": ["details"]
11058
+ "ntsRequired": ["details"],
11059
+ "ntslRequired": ["details"]
10896
11060
  }
10897
11061
  ]
10898
11062
  },
@@ -16402,18 +16566,21 @@
16402
16566
  "electricity": {
16403
16567
  "baspiRef": "A7.1.0.1",
16404
16568
  "ntsRef": "B3.1",
16569
+ "ntslRef": "B3.1",
16405
16570
  "ta6Ref": "13.1",
16406
16571
  "rdsRef": "Services/Electricity",
16407
16572
  "piqRef": "A7.1.1",
16408
16573
  "title": "Electricity supply",
16409
16574
  "type": "object",
16410
16575
  "ntsRequired": ["mainsElectricity", "solarPanels", "otherSources"],
16576
+ "ntslRequired": ["mainsElectricity", "solarPanels", "otherSources"],
16411
16577
  "baspiRequired": ["mainsElectricity", "solarPanels", "otherSources"],
16412
16578
  "ta6Required": ["mainsElectricity", "solarPanels"],
16413
16579
  "properties": {
16414
16580
  "mainsElectricity": {
16415
16581
  "baspiRef": "A7.1.0.1",
16416
16582
  "ntsRef": "B3.1",
16583
+ "ntslRef": "B3.1",
16417
16584
  "ta6Ref": "13.1",
16418
16585
  "rdsRef": "Services/Electricity",
16419
16586
  "piqRef": "A7.1.1",
@@ -16422,17 +16589,20 @@
16422
16589
  "properties": {
16423
16590
  "yesNo": {
16424
16591
  "ntsRef": "B3.1.1",
16592
+ "ntslRef": "B3.1.1",
16425
16593
  "baspiRef": "A7.1.0.1.1",
16426
16594
  "ta6Ref": "13.1.1",
16427
16595
  "type": "string",
16428
16596
  "title": "",
16429
16597
  "enum": ["Yes", "To be connected", "No"],
16430
16598
  "ntsEnum": ["Yes", "No"],
16599
+ "ntslEnum": ["Yes", "No"],
16431
16600
  "ta6Enum": ["Yes", "No"]
16432
16601
  }
16433
16602
  },
16434
16603
  "baspiRequired": ["yesNo"],
16435
16604
  "ntsRequired": ["yesNo"],
16605
+ "ntslRequired": ["yesNo"],
16436
16606
  "ta6Required": ["yesNo"],
16437
16607
  "discriminator": {
16438
16608
  "propertyName": "yesNo"
@@ -16515,6 +16685,7 @@
16515
16685
  },
16516
16686
  "solarPanels": {
16517
16687
  "ntsRef": "B3.7",
16688
+ "ntslRef": "B3.7",
16518
16689
  "baspiRef": "A7.1.0.8",
16519
16690
  "piqRef": "A7.1.17",
16520
16691
  "ta6Ref": "4.6",
@@ -16523,17 +16694,20 @@
16523
16694
  "properties": {
16524
16695
  "yesNo": {
16525
16696
  "ntsRef": "B3.7.1",
16697
+ "ntslRef": "B3.7.1",
16526
16698
  "baspiRef": "A7.1.0.8.1",
16527
16699
  "ta6Ref": "4.6",
16528
16700
  "type": "string",
16529
16701
  "title": "",
16530
16702
  "enum": ["Yes", "To be connected", "No"],
16531
- "ntsEnum": ["Yes", "No"]
16703
+ "ntsEnum": ["Yes", "No"],
16704
+ "ntslEnum": ["Yes", "No"]
16532
16705
  }
16533
16706
  },
16534
16707
  "baspiRequired": ["yesNo"],
16535
16708
  "ta6Required": ["yesNo"],
16536
16709
  "ntsRequired": ["yesNo"],
16710
+ "ntslRequired": ["yesNo"],
16537
16711
  "discriminator": {
16538
16712
  "propertyName": "yesNo"
16539
16713
  },
@@ -16802,6 +16976,7 @@
16802
16976
  },
16803
16977
  "otherSources": {
16804
16978
  "ntsRef": "B3.8",
16979
+ "ntslRef": "B3.8",
16805
16980
  "baspiRef": "A7.1.0.9",
16806
16981
  "rdsRef": "Services/Other",
16807
16982
  "piqRef": "A7.1.19",
@@ -16811,15 +16986,18 @@
16811
16986
  "properties": {
16812
16987
  "yesNo": {
16813
16988
  "ntsRef": "B3.8.1",
16989
+ "ntslRef": "B3.8.1",
16814
16990
  "baspiRef": "A7.1.0.9.1",
16815
16991
  "type": "string",
16816
16992
  "title": "",
16817
16993
  "enum": ["Yes", "To be connected", "No"],
16818
- "ntsEnum": ["Yes", "No"]
16994
+ "ntsEnum": ["Yes", "No"],
16995
+ "ntslEnum": ["Yes", "No"]
16819
16996
  }
16820
16997
  },
16821
16998
  "baspiRequired": ["yesNo"],
16822
16999
  "ntsRequired": ["yesNo"],
17000
+ "ntslRequired": ["yesNo"],
16823
17001
  "discriminator": {
16824
17002
  "propertyName": "yesNo"
16825
17003
  },
@@ -16838,6 +17016,7 @@
16838
17016
  },
16839
17017
  "details": {
16840
17018
  "ntsRef": "3.8.2",
17019
+ "ntslRef": "3.8.2",
16841
17020
  "title": "Details",
16842
17021
  "type": "string"
16843
17022
  },
@@ -16847,7 +17026,8 @@
16847
17026
  "type": "string"
16848
17027
  }
16849
17028
  },
16850
- "ntsRequired": ["details"]
17029
+ "ntsRequired": ["details"],
17030
+ "ntslRequired": ["details"]
16851
17031
  },
16852
17032
  {
16853
17033
  "properties": {
@@ -16857,6 +17037,7 @@
16857
17037
  "details": {
16858
17038
  "baspiRef": "A7.1.0.9.2",
16859
17039
  "ntsRef": "3.8.2",
17040
+ "ntslRef": "3.8.2",
16860
17041
  "title": "Details",
16861
17042
  "type": "string"
16862
17043
  },
@@ -16881,6 +17062,7 @@
16881
17062
  },
16882
17063
  "waterAndDrainage": {
16883
17064
  "ntsRef": "B3.2",
17065
+ "ntslRef": "B3.2",
16884
17066
  "baspiRef": "A7.1.0",
16885
17067
  "ta6Ref": "13",
16886
17068
  "con29DWRef": "0",
@@ -16890,6 +17072,7 @@
16890
17072
  "baspiRequired": ["water", "drainage", "maintenanceAgreements"],
16891
17073
  "ta6Required": ["water", "drainage"],
16892
17074
  "ntsRequired": ["water", "drainage"],
17075
+ "ntslRequired": ["water", "drainage"],
16893
17076
  "con29DWRequired": ["maps", "water", "drainage", "charging"],
16894
17077
  "properties": {
16895
17078
  "maps": {
@@ -16917,6 +17100,7 @@
16917
17100
  },
16918
17101
  "water": {
16919
17102
  "ntsRef": "B3.2",
17103
+ "ntslRef": "B3.2",
16920
17104
  "baspiRef": "A7.1.0.10",
16921
17105
  "ta6Ref": "13",
16922
17106
  "con29DWRef": "3",
@@ -16924,6 +17108,7 @@
16924
17108
  "type": "object",
16925
17109
  "baspiRequired": ["mainsWater"],
16926
17110
  "ntsRequired": ["mainsWater"],
17111
+ "ntslRequired": ["mainsWater"],
16927
17112
  "ta6Required": ["mainsWater"],
16928
17113
  "con29DWRequired": [
16929
17114
  "mainsWater",
@@ -16935,6 +17120,7 @@
16935
17120
  "properties": {
16936
17121
  "mainsWater": {
16937
17122
  "ntsRef": "B3.2",
17123
+ "ntslRef": "B3.2",
16938
17124
  "baspiRef": "A7.1.0.10.0",
16939
17125
  "ta6Ref": "13.3",
16940
17126
  "piqRef": "A7.1.7",
@@ -16945,6 +17131,7 @@
16945
17131
  "properties": {
16946
17132
  "yesNo": {
16947
17133
  "ntsRef": "B3.2.1",
17134
+ "ntslRef": "B3.2.1",
16948
17135
  "baspiRef": "A7.1.0.10.1",
16949
17136
  "ta6Ref": "13.3.1",
16950
17137
  "con29DWRef": "3.1.1",
@@ -16953,11 +17140,13 @@
16953
17140
  "enum": ["Yes", "To be connected", "No"],
16954
17141
  "ta6Enum": ["Yes", "No"],
16955
17142
  "ntsEnum": ["Yes", "No"],
17143
+ "ntslEnum": ["Yes", "No"],
16956
17144
  "con29DWEnum": ["Yes", "No"]
16957
17145
  }
16958
17146
  },
16959
17147
  "baspiRequired": ["yesNo"],
16960
17148
  "ntsRequired": ["yesNo"],
17149
+ "ntslRequired": ["yesNo"],
16961
17150
  "ta6Required": ["yesNo"],
16962
17151
  "con29DWRequired": ["yesNo"],
16963
17152
  "discriminator": {
@@ -16971,13 +17160,15 @@
16971
17160
  },
16972
17161
  "details": {
16973
17162
  "ntsRef": "3.2.2",
17163
+ "ntslRef": "3.2.2",
16974
17164
  "title": "How is water supplied?",
16975
17165
  "description": "e.g. Private well, borehole, springs etc.",
16976
17166
  "type": "string",
16977
17167
  "minLength": 1
16978
17168
  }
16979
17169
  },
16980
- "ntsRequired": ["details"]
17170
+ "ntsRequired": ["details"],
17171
+ "ntslRequired": ["details"]
16981
17172
  },
16982
17173
  {
16983
17174
  "properties": {
@@ -17024,15 +17215,18 @@
17024
17215
  "waterMeter": {
17025
17216
  "type": "object",
17026
17217
  "ntsRef": "B3.2.1.1",
17218
+ "ntslRef": "B3.2.1.1",
17027
17219
  "baspiRef": "A7.",
17028
17220
  "ta6Ref": "13.3b",
17029
17221
  "ntsRequired": ["isSupplyMetered"],
17222
+ "ntslRequired": ["isSupplyMetered"],
17030
17223
  "baspiRequired": ["isSupplyMetered"],
17031
17224
  "ta6Required": ["isSupplyMetered"],
17032
17225
  "con29DWRequired": ["isSupplyMetered"],
17033
17226
  "properties": {
17034
17227
  "isSupplyMetered": {
17035
17228
  "ntsRef": "3.2.3",
17229
+ "ntslRef": "3.2.3",
17036
17230
  "ta6Ref": "13.3b",
17037
17231
  "baspiRef": "B4.6.2",
17038
17232
  "title": "Is the supply metered?",
@@ -17081,7 +17275,8 @@
17081
17275
  "ta6Required": ["supplier", "stopcock", "waterMeter"],
17082
17276
  "con29DWRequired": ["details", "waterMeter"],
17083
17277
  "baspiRequired": ["stopcock", "waterMeter"],
17084
- "ntsRequired": ["waterMeter"]
17278
+ "ntsRequired": ["waterMeter"],
17279
+ "ntslRequired": ["waterMeter"]
17085
17280
  },
17086
17281
  {
17087
17282
  "properties": {
@@ -17236,6 +17431,7 @@
17236
17431
  },
17237
17432
  "drainage": {
17238
17433
  "ntsRef": "B3.3",
17434
+ "ntslRef": "B3.3",
17239
17435
  "baspiRef": "A7.1.0.12",
17240
17436
  "con29DWRef": "2",
17241
17437
  "title": "Drainage",
@@ -17245,6 +17441,10 @@
17245
17441
  "mainsFoulDrainage"
17246
17442
  ],
17247
17443
  "ntsRequired": ["mainsSurfaceWaterDrainage", "mainsFoulDrainage"],
17444
+ "ntslRequired": [
17445
+ "mainsSurfaceWaterDrainage",
17446
+ "mainsFoulDrainage"
17447
+ ],
17248
17448
  "ta6Required": ["mainsSurfaceWaterDrainage", "mainsFoulDrainage"],
17249
17449
  "con29DWRequired": [
17250
17450
  "mainsSurfaceWaterDrainage",
@@ -17262,6 +17462,7 @@
17262
17462
  "properties": {
17263
17463
  "mainsSurfaceWaterDrainage": {
17264
17464
  "ntsRef": "B3.3.1",
17465
+ "ntslRef": "B3.3.1",
17265
17466
  "baspiRef": "A7.1.0.12.0",
17266
17467
  "rdsRef": "Services/StormWaterDrainage",
17267
17468
  "ta6Ref": "12.4b",
@@ -17272,6 +17473,7 @@
17272
17473
  "yesNo": {
17273
17474
  "baspiRef": "A7.1.0.12.1",
17274
17475
  "ntsRef": "B3.3.1.1",
17476
+ "ntslRef": "B3.3.1.1",
17275
17477
  "ta6Ref": "12.4b1",
17276
17478
  "con29DWRef": "2.2.1",
17277
17479
  "type": "string",
@@ -17279,11 +17481,13 @@
17279
17481
  "enum": ["Yes", "To be connected", "No", "Not known"],
17280
17482
  "con29DWEnum": ["Yes", "No"],
17281
17483
  "ntsEnum": ["Yes", "No"],
17484
+ "ntslEnum": ["Yes", "No"],
17282
17485
  "ta6Enum": ["Yes", "No", "Not known"]
17283
17486
  }
17284
17487
  },
17285
17488
  "baspiRequired": ["yesNo"],
17286
17489
  "ntsRequired": ["yesNo"],
17490
+ "ntslRequired": ["yesNo"],
17287
17491
  "ta6Required": ["yesNo"],
17288
17492
  "discriminator": {
17289
17493
  "propertyName": "yesNo"
@@ -17328,6 +17532,7 @@
17328
17532
  },
17329
17533
  "mainsFoulDrainage": {
17330
17534
  "ntsRef": "B3.3.2",
17535
+ "ntslRef": "B3.3.2",
17331
17536
  "baspiRef": "A7.1.0.11",
17332
17537
  "rdsRef": "Services/WasteWaterSewerageDisposal",
17333
17538
  "ta6Ref": "12.4a",
@@ -17337,9 +17542,11 @@
17337
17542
  "baspiRequired": ["yesNo"],
17338
17543
  "ta6Required": ["yesNo"],
17339
17544
  "ntsRequired": ["yesNo"],
17545
+ "ntslRequired": ["yesNo"],
17340
17546
  "properties": {
17341
17547
  "yesNo": {
17342
17548
  "ntsRef": "B3.3.2.1",
17549
+ "ntslRef": "B3.3.2.1",
17343
17550
  "baspiRef": "A7.1.0.11.1",
17344
17551
  "ta6Ref": "12.4a1",
17345
17552
  "type": "string",
@@ -17347,6 +17554,7 @@
17347
17554
  "enum": ["Yes", "To be connected", "No", "Not known"],
17348
17555
  "con29DWEnum": ["Yes", "No"],
17349
17556
  "ntsEnum": ["Yes", "No"],
17557
+ "ntslEnum": ["Yes", "No"],
17350
17558
  "ta6Enum": ["Yes", "No", "Not known"]
17351
17559
  }
17352
17560
  },
@@ -17403,6 +17611,7 @@
17403
17611
  },
17404
17612
  "offMainsDrainageSystem": {
17405
17613
  "ntsRef": "B3.3.3",
17614
+ "ntslRef": "B3.3.3",
17406
17615
  "baspiRef": "A7.1.10.13",
17407
17616
  "ta6Ref": "12.4a",
17408
17617
  "type": "object",
@@ -17414,6 +17623,7 @@
17414
17623
  "plantDrainsIntoWaterway"
17415
17624
  ],
17416
17625
  "ntsRequired": ["offMainsDrainageSystemType"],
17626
+ "ntslRequired": ["offMainsDrainageSystemType"],
17417
17627
  "ta6Required": [
17418
17628
  "offMainsDrainageSystemType",
17419
17629
  "otherConnectedProperties",
@@ -17422,6 +17632,7 @@
17422
17632
  "properties": {
17423
17633
  "offMainsDrainageSystemType": {
17424
17634
  "ntsRef": "B3.3.3.1",
17635
+ "ntslRef": "B3.3.3.1",
17425
17636
  "baspiRef": "A7.1",
17426
17637
  "ta6Ref": "12.5",
17427
17638
  "type": "string",
@@ -17729,11 +17940,13 @@
17729
17940
  },
17730
17941
  "details": {
17731
17942
  "ntsRef": "B3.3.3.2",
17943
+ "ntslRef": "B3.3.3.2",
17732
17944
  "title": "Details",
17733
17945
  "type": "string"
17734
17946
  }
17735
17947
  },
17736
- "ntsRequired": ["details"]
17948
+ "ntsRequired": ["details"],
17949
+ "ntslRequired": ["details"]
17737
17950
  }
17738
17951
  ]
17739
17952
  }
@@ -18172,6 +18385,7 @@
18172
18385
  },
18173
18386
  "heating": {
18174
18387
  "ntsRef": "B3.4",
18388
+ "ntslRef": "B3.4",
18175
18389
  "baspiRef": "A7.4",
18176
18390
  "ta6Ref": "12.3",
18177
18391
  "rdsRef": "Buildings|BuildingSections/isUnheated=no|yes|true|false",
@@ -18181,9 +18395,11 @@
18181
18395
  "baspiRequired": ["heatingSystem"],
18182
18396
  "ta6Required": ["heatingSystem"],
18183
18397
  "ntsRequired": ["heatingSystem"],
18398
+ "ntslRequired": ["heatingSystem"],
18184
18399
  "properties": {
18185
18400
  "heatingSystem": {
18186
18401
  "ntsRef": "B3.4.1",
18402
+ "ntslRef": "B3.4.1",
18187
18403
  "baspiRef": "A7.4.0",
18188
18404
  "ta6Ref": "12.3.1",
18189
18405
  "piqRef": "A7.3.1",
@@ -18192,9 +18408,11 @@
18192
18408
  "baspiRequired": ["heatingType"],
18193
18409
  "ta6Required": ["heatingType"],
18194
18410
  "ntsRequired": ["heatingType"],
18411
+ "ntslRequired": ["heatingType"],
18195
18412
  "properties": {
18196
18413
  "heatingType": {
18197
18414
  "ntsRef": "B3.4.1",
18415
+ "ntslRef": "B3.4.1",
18198
18416
  "baspiRef": "A7.4.0",
18199
18417
  "ta6Ref": "12.3.1",
18200
18418
  "piqRef": "A7.3.1",
@@ -18226,6 +18444,7 @@
18226
18444
  },
18227
18445
  "centralHeatingDetails": {
18228
18446
  "ntsRef": "B3.4.3",
18447
+ "ntslRef": "B3.4.3",
18229
18448
  "baspiRef": "A7.4.0.0",
18230
18449
  "ta6Ref": "12.3.2",
18231
18450
  "piqRef": "A7.3.1.1",
@@ -18240,6 +18459,7 @@
18240
18459
  "heatingInGoodWorkingOrder"
18241
18460
  ],
18242
18461
  "ntsRequired": ["centralHeatingFuel"],
18462
+ "ntslRequired": ["centralHeatingFuel"],
18243
18463
  "ta6Required": [
18244
18464
  "centralHeatingFuel",
18245
18465
  "centralHeatingInstalled",
@@ -18251,17 +18471,20 @@
18251
18471
  "properties": {
18252
18472
  "centralHeatingFuel": {
18253
18473
  "ntsRef": "B3.4.3.1",
18474
+ "ntslRef": "B3.4.3.1",
18254
18475
  "baspiRef": "A7.4.0.1",
18255
18476
  "ta6Ref": "12.3.3",
18256
18477
  "rdsRef": "Buildings|BuildingSections/Heating/isGas=no|yes|true|false",
18257
18478
  "type": "object",
18258
18479
  "title": "Central Heating Fuel",
18259
18480
  "ntsRequired": ["centralHeatingFuelType"],
18481
+ "ntslRequired": ["centralHeatingFuelType"],
18260
18482
  "baspiRequired": ["centralHeatingFuelType"],
18261
18483
  "ta6Required": ["centralHeatingFuelType"],
18262
18484
  "properties": {
18263
18485
  "centralHeatingFuelType": {
18264
18486
  "ntsRef": "B3.4.3.1.1",
18487
+ "ntslRef": "B3.4.3.1.1",
18265
18488
  "baspiRef": "A7.4.0.2",
18266
18489
  "ta6Ref": "12.3a1",
18267
18490
  "title": "What type of fuel does the system run on?",
@@ -18482,6 +18705,7 @@
18482
18705
  },
18483
18706
  "baspiRequired": ["centralHeatingDetails"],
18484
18707
  "ntsRequired": ["centralHeatingDetails"],
18708
+ "ntslRequired": ["centralHeatingDetails"],
18485
18709
  "ta6Required": ["centralHeatingDetails"]
18486
18710
  },
18487
18711
  {
@@ -18491,18 +18715,21 @@
18491
18715
  },
18492
18716
  "details": {
18493
18717
  "ntsRef": "B3.4.4",
18718
+ "ntslRef": "B3.4.4",
18494
18719
  "title": "Community heating system details",
18495
18720
  "description": "Please describe how the cost of heating supply is charged, whether you have control over the energy supplier and whether you have any control over the heating.",
18496
18721
  "type": "string",
18497
18722
  "minLength": 1
18498
18723
  }
18499
18724
  },
18500
- "ntsRequired": ["details"]
18725
+ "ntsRequired": ["details"],
18726
+ "ntslRequired": ["details"]
18501
18727
  }
18502
18728
  ]
18503
18729
  },
18504
18730
  "otherHeatingFeatures": {
18505
18731
  "ntsRef": "B3.4.2",
18732
+ "ntslRef": "B3.4.2",
18506
18733
  "title": "What other heating features does the property have?",
18507
18734
  "type": "array",
18508
18735
  "items": {
@@ -18528,11 +18755,13 @@
18528
18755
  "connectivity": {
18529
18756
  "baspiRef": "A7",
18530
18757
  "ntsRef": "B3",
18758
+ "ntslRef": "B3",
18531
18759
  "ta6Ref": "13",
18532
18760
  "title": "Connectivity",
18533
18761
  "type": "object",
18534
18762
  "baspiRequired": ["telephone", "cableSatelliteTV", "broadband"],
18535
18763
  "ntsRequired": ["broadband"],
18764
+ "ntslRequired": ["broadband"],
18536
18765
  "ta6Required": ["telephone", "cableSatelliteTV"],
18537
18766
  "properties": {
18538
18767
  "telephone": {
@@ -18550,6 +18779,7 @@
18550
18779
  "title": "",
18551
18780
  "enum": ["Yes", "To be connected", "No"],
18552
18781
  "ntsEnum": ["Yes", "No"],
18782
+ "ntslEnum": ["Yes", "No"],
18553
18783
  "ta6Enum": ["Yes", "No"]
18554
18784
  }
18555
18785
  },
@@ -18619,6 +18849,7 @@
18619
18849
  "title": "",
18620
18850
  "enum": ["Yes", "To be connected", "No"],
18621
18851
  "ntsEnum": ["Yes", "No"],
18852
+ "ntslEnum": ["Yes", "No"],
18622
18853
  "ta6Enum": ["Yes", "No"]
18623
18854
  }
18624
18855
  },
@@ -18673,6 +18904,7 @@
18673
18904
  },
18674
18905
  "broadband": {
18675
18906
  "ntsRef": "B3.5",
18907
+ "ntslRef": "B3.5",
18676
18908
  "baspiRef": "A7.1.0.7",
18677
18909
  "title": "Broadband",
18678
18910
  "rdsRef": "Services/Internet",
@@ -18681,6 +18913,7 @@
18681
18913
  "properties": {
18682
18914
  "typeOfConnection": {
18683
18915
  "ntsRef": "B3.5.2",
18916
+ "ntslRef": "B3.5.2",
18684
18917
  "baspiRef": "A7.1.0.7.2",
18685
18918
  "piqRef": "A7.1.16",
18686
18919
  "title": "Type of connection",
@@ -18724,22 +18957,27 @@
18724
18957
  }
18725
18958
  }
18726
18959
  },
18727
- "ntsRequired": ["typeOfConnection"]
18960
+ "ntsRequired": ["typeOfConnection"],
18961
+ "ntslRequired": ["typeOfConnection"]
18728
18962
  },
18729
18963
  "mobilePhone": {
18730
18964
  "ntsRef": "B3.6",
18965
+ "ntslRef": "B3.6",
18731
18966
  "title": "Mobile phone coverage",
18732
18967
  "type": "object",
18733
18968
  "properties": {
18734
18969
  "knownSignalIssues": {
18735
18970
  "ntsRef": "B3.6.1",
18971
+ "ntslRef": "B3.6.1",
18736
18972
  "title": "Are there any issues with mobile phone signal or coverage at the property?",
18737
18973
  "description": "You should disclose any known issues with signal strength or dropped calls specific to the property.",
18738
18974
  "type": "object",
18739
18975
  "ntsRequired": ["yesNo"],
18976
+ "ntslRequired": ["yesNo"],
18740
18977
  "properties": {
18741
18978
  "yesNo": {
18742
18979
  "ntsRef": "B3.6.1.1",
18980
+ "ntslRef": "B3.6.1.1",
18743
18981
  "title": "",
18744
18982
  "type": "string",
18745
18983
  "enum": ["Yes", "No"]
@@ -18763,11 +19001,13 @@
18763
19001
  },
18764
19002
  "details": {
18765
19003
  "ntsRef": "B3.6.1.2",
19004
+ "ntslRef": "B3.6.1.2",
18766
19005
  "title": "Details",
18767
19006
  "type": "string"
18768
19007
  }
18769
19008
  },
18770
- "ntsRequired": ["details"]
19009
+ "ntsRequired": ["details"],
19010
+ "ntslRequired": ["details"]
18771
19011
  }
18772
19012
  ]
18773
19013
  },
@@ -19204,6 +19444,7 @@
19204
19444
  },
19205
19445
  "rightsAndInformalArrangements": {
19206
19446
  "ntsRef": "C2.2",
19447
+ "ntslRef": "C2.2",
19207
19448
  "baspiRef": "A10",
19208
19449
  "ta6Ref": "8",
19209
19450
  "title": "Rights and Informal Arrangements",
@@ -19215,6 +19456,7 @@
19215
19456
  "rightsOrArrangements"
19216
19457
  ],
19217
19458
  "ntsRequired": ["rightsOrArrangements"],
19459
+ "ntslRequired": ["rightsOrArrangements"],
19218
19460
  "ta6Required": [
19219
19461
  "sharedContributions",
19220
19462
  "neighbouringLandRights",
@@ -19377,11 +19619,13 @@
19377
19619
  },
19378
19620
  "rightsOrArrangements": {
19379
19621
  "ntsRef": "C2.2.1",
19622
+ "ntslRef": "C2.2.1",
19380
19623
  "baspiRef": "A10.4",
19381
19624
  "ta6Ref": "8.4",
19382
19625
  "title": "Do you know if any of the following rights or arrangements affect the property?",
19383
19626
  "type": "object",
19384
19627
  "ntsRequired": ["publicRightOfWay"],
19628
+ "ntslRequired": ["publicRightOfWay"],
19385
19629
  "baspiRequired": [
19386
19630
  "publicRightOfWay",
19387
19631
  "rightsOfLight",
@@ -19404,6 +19648,7 @@
19404
19648
  "properties": {
19405
19649
  "publicRightOfWay": {
19406
19650
  "ntsRef": "C2.2.1",
19651
+ "ntslRef": "C2.2.1",
19407
19652
  "baspiRef": "A10.4.1",
19408
19653
  "rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities,Tenure/CadastralMapOfParcels",
19409
19654
  "ta6Ref": "8.6",
@@ -19414,6 +19659,7 @@
19414
19659
  "properties": {
19415
19660
  "yesNo": {
19416
19661
  "ntsRef": "C2.2.1.1",
19662
+ "ntslRef": "C2.2.1.1",
19417
19663
  "baspiRef": "A10.4.1.1",
19418
19664
  "ta6Ref": "8.6.1",
19419
19665
  "piqRef": "A10.4.1",
@@ -19424,6 +19670,7 @@
19424
19670
  },
19425
19671
  "baspiRequired": ["yesNo"],
19426
19672
  "ntsRequired": ["yesNo"],
19673
+ "ntslRequired": ["yesNo"],
19427
19674
  "ta6Required": ["yesNo"],
19428
19675
  "discriminator": {
19429
19676
  "propertyName": "yesNo"
@@ -19443,6 +19690,7 @@
19443
19690
  },
19444
19691
  "details": {
19445
19692
  "ntsRef": "C2.2.1.2",
19693
+ "ntslRef": "C2.2.1.2",
19446
19694
  "baspiRef": "A10.4.1.2",
19447
19695
  "ta6Ref": "8.6.2",
19448
19696
  "piqRef": "A10.4.2",
@@ -19459,7 +19707,8 @@
19459
19707
  },
19460
19708
  "baspiRequired": ["details", "attachments"],
19461
19709
  "ta6Required": ["details"],
19462
- "ntsRequired": ["details"]
19710
+ "ntsRequired": ["details"],
19711
+ "ntslRequired": ["details"]
19463
19712
  }
19464
19713
  ]
19465
19714
  },
@@ -19795,6 +20044,7 @@
19795
20044
  },
19796
20045
  "environmentalIssues": {
19797
20046
  "ntsRef": "C3.1",
20047
+ "ntslRef": "C3.1",
19798
20048
  "baspiRef": "A11.1",
19799
20049
  "ta6Ref": "7",
19800
20050
  "piqRef": "A11.1",
@@ -19811,6 +20061,7 @@
19811
20061
  "properties": {
19812
20062
  "flooding": {
19813
20063
  "ntsRef": "C3.1.1",
20064
+ "ntslRef": "C3.1.1",
19814
20065
  "baspiRef": "A11.1.1",
19815
20066
  "rdsRef": "Sustainability/Environmental|Natural|Situational",
19816
20067
  "ta6Ref": "7.1.0",
@@ -19818,19 +20069,23 @@
19818
20069
  "type": "object",
19819
20070
  "baspiRequired": ["historicalFlooding"],
19820
20071
  "ntsRequired": ["floodRisk", "historicalFlooding"],
20072
+ "ntslRequired": ["floodRisk", "historicalFlooding"],
19821
20073
  "ta6Required": ["historicalFlooding"],
19822
20074
  "properties": {
19823
20075
  "floodRisk": {
19824
20076
  "ntsRef": "C3.1.1.1",
20077
+ "ntslRef": "C3.1.1.1",
19825
20078
  "rdsRef": "Sustainability/Environmental|Natural|Situational",
19826
20079
  "piqRef": "A11.1.1",
19827
20080
  "title": "Flood Risk",
19828
20081
  "type": "object",
19829
20082
  "ntsRequired": ["riskIndicator"],
20083
+ "ntslRequired": ["riskIndicator"],
19830
20084
  "baspiRequired": ["riskIndicator"],
19831
20085
  "properties": {
19832
20086
  "riskIndicator": {
19833
20087
  "ntsRef": "C3.1.1.1",
20088
+ "ntslRef": "C3.1.1.1",
19834
20089
  "type": "string",
19835
20090
  "title": "Is the property impacted?",
19836
20091
  "ntsTitle": "To your knowledge, is the property at risk of flooding of any type?",
@@ -19867,6 +20122,7 @@
19867
20122
  },
19868
20123
  "summary": {
19869
20124
  "ntsRef": "C3.1.1.2",
20125
+ "ntslRef": "C3.1.1.2",
19870
20126
  "type": "string",
19871
20127
  "title": "Summary of risk",
19872
20128
  "ntsTitle:": "Please provide details",
@@ -19927,22 +20183,26 @@
19927
20183
  }
19928
20184
  }
19929
20185
  },
19930
- "ntsRequired": ["summary"]
20186
+ "ntsRequired": ["summary"],
20187
+ "ntslRequired": ["summary"]
19931
20188
  }
19932
20189
  ]
19933
20190
  },
19934
20191
  "historicalFlooding": {
19935
20192
  "ntsRef": "C3.1.1.2",
20193
+ "ntslRef": "C3.1.1.2",
19936
20194
  "baspiRef": "A11.1.2",
19937
20195
  "ta6Ref": "7.1",
19938
20196
  "title": "Historical flooding",
19939
20197
  "type": "object",
19940
20198
  "baspiRequired": ["hasBeenFlooded"],
19941
20199
  "ntsRequired": ["hasBeenFlooded"],
20200
+ "ntslRequired": ["hasBeenFlooded"],
19942
20201
  "ta6Required": ["hasBeenFlooded"],
19943
20202
  "properties": {
19944
20203
  "hasBeenFlooded": {
19945
20204
  "ntsRef": "C3.1.1.2.1",
20205
+ "ntslRef": "C3.1.1.2.1",
19946
20206
  "baspiRef": "A11.1.2.1",
19947
20207
  "ta6Ref": "7.1.1",
19948
20208
  "title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
@@ -19968,6 +20228,7 @@
19968
20228
  },
19969
20229
  "typeOfFlooding": {
19970
20230
  "ntsRef": "C3.1.1.3",
20231
+ "ntslRef": "C3.1.1.3",
19971
20232
  "baspiRef": "A11.1.2.2",
19972
20233
  "rdsRef": "Sustainability/Environmental|Natural|Situational",
19973
20234
  "ta6Ref": "7.2",
@@ -19987,6 +20248,7 @@
19987
20248
  },
19988
20249
  "details": {
19989
20250
  "ntsRef": "C3.1.1.4",
20251
+ "ntslRef": "C3.1.1.4",
19990
20252
  "baspiRef": "A11.1.2.1",
19991
20253
  "ta6Ref": "7.1.2",
19992
20254
  "title": "Please state when the flooding occurred and identify the parts that flooded",
@@ -19996,6 +20258,7 @@
19996
20258
  },
19997
20259
  "baspiRequired": ["typeOfFlooding", "details"],
19998
20260
  "ntsRequired": ["typeOfFlooding", "details"],
20261
+ "ntslRequired": ["typeOfFlooding", "details"],
19999
20262
  "ta6Required": ["typeOfFlooding", "details"]
20000
20263
  }
20001
20264
  ]
@@ -20784,12 +21047,15 @@
20784
21047
  "coalMining": {
20785
21048
  "rdsRef": "Sustainability/Environmental|Natural|Situational",
20786
21049
  "ntsRef": "C6.1",
21050
+ "ntslRef": "C6.1",
20787
21051
  "title": "Coal mining",
20788
21052
  "type": "object",
20789
21053
  "ntsRequired": ["riskIndicator"],
21054
+ "ntslRequired": ["riskIndicator"],
20790
21055
  "properties": {
20791
21056
  "riskIndicator": {
20792
21057
  "ntsRef": "C6.1.1",
21058
+ "ntslRef": "C6.1.1",
20793
21059
  "type": "string",
20794
21060
  "title": "Is the property impacted?",
20795
21061
  "ntsTitle": "To your knowledge, is the property impacted by coal mining?",
@@ -20825,6 +21091,7 @@
20825
21091
  },
20826
21092
  "summary": {
20827
21093
  "ntsRef": "C6.1.1",
21094
+ "ntslRef": "C6.1.1",
20828
21095
  "type": "string",
20829
21096
  "title": "Summary of risk",
20830
21097
  "ntsTitle": "Please provide details",
@@ -20891,12 +21158,15 @@
20891
21158
  "nonCoalMining": {
20892
21159
  "rdsRef": "Sustainability/Environmental|Natural|Situational",
20893
21160
  "ntsRef": "C6.2",
21161
+ "ntslRef": "C6.2",
20894
21162
  "title": "Non-coal mining",
20895
21163
  "type": "object",
20896
21164
  "ntsRequired": ["riskIndicator"],
21165
+ "ntslRequired": ["riskIndicator"],
20897
21166
  "properties": {
20898
21167
  "riskIndicator": {
20899
21168
  "ntsRef": "C6.2.1",
21169
+ "ntslRef": "C6.2.1",
20900
21170
  "type": "string",
20901
21171
  "title": "Is the property impacted?",
20902
21172
  "ntsTitle": "To your knowledge, is the property impacted by types of mining other than coal?",
@@ -20932,6 +21202,7 @@
20932
21202
  },
20933
21203
  "summary": {
20934
21204
  "ntsRef": "C6.2.2",
21205
+ "ntslRef": "C6.2.2",
20935
21206
  "type": "string",
20936
21207
  "title": "Summary of risk",
20937
21208
  "ntsTitle:": "Please provide details",
@@ -20992,19 +21263,23 @@
20992
21263
  }
20993
21264
  }
20994
21265
  },
20995
- "ntsRequired": ["summary"]
21266
+ "ntsRequired": ["summary"],
21267
+ "ntslRequired": ["summary"]
20996
21268
  }
20997
21269
  ]
20998
21270
  },
20999
21271
  "coastalErosion": {
21000
21272
  "ntsRef": "C3.2",
21273
+ "ntslRef": "C3.2",
21001
21274
  "rdsRef": "Sustainability/Environmental|Natural|Situational",
21002
21275
  "title": "Coastal erosion",
21003
21276
  "type": "object",
21004
21277
  "ntsRequired": ["riskIndicator"],
21278
+ "ntslRequired": ["riskIndicator"],
21005
21279
  "properties": {
21006
21280
  "riskIndicator": {
21007
21281
  "ntsRef": "C3.2.1",
21282
+ "ntslRef": "C3.2.1",
21008
21283
  "type": "string",
21009
21284
  "title": "Is the property impacted?",
21010
21285
  "ntsTitle": "To your knowledge, is the property impacted by coastal erosion?",
@@ -21040,6 +21315,7 @@
21040
21315
  },
21041
21316
  "summary": {
21042
21317
  "ntsRef": "C3.2.2",
21318
+ "ntslRef": "C3.2.2",
21043
21319
  "type": "string",
21044
21320
  "title": "Summary of risk",
21045
21321
  "ntsTitle:": "Please provide details",
@@ -21100,7 +21376,8 @@
21100
21376
  }
21101
21377
  }
21102
21378
  },
21103
- "ntsRequired": ["summary"]
21379
+ "ntsRequired": ["summary"],
21380
+ "ntslRequired": ["summary"]
21104
21381
  }
21105
21382
  ]
21106
21383
  },