@pdtf/schemas 3.2.0-6 → 3.2.1-11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -0
- package/package.json +1 -1
- package/src/examples/v3/exampleAddParticipantVouch.json +3 -0
- package/src/examples/v3/exampleDocumentedVouch.json +3 -0
- package/src/examples/v3/exampleElectronicRecord.json +3 -0
- package/src/examples/v3/exampleTransaction.json +11 -2
- package/src/examples/v3/exampleVouch.json +3 -0
- package/src/schemas/v3/combined.json +618 -34
- package/src/schemas/v3/overlays/baspi4.json +5 -1
- package/src/schemas/v3/overlays/baspi5.json +5 -1
- package/src/schemas/v3/overlays/con29R.json +26 -1
- package/src/schemas/v3/overlays/nts-sef.json +2166 -0
- package/src/schemas/v3/overlays/nts.json +8 -5
- package/src/schemas/v3/overlays/ntsl.json +2 -2
- package/src/schemas/v3/overlays/sr24.json +13 -0
- package/src/schemas/v3/overlays/ta10.json +2 -1
- package/src/schemas/v3/overlays/ta7.json +17 -3
- package/src/schemas/v3/pdtf-transaction.json +176 -27
- package/src/schemas/v3/skeleton.json +18 -3
- package/src/schemas/verifiedClaims/pdtf-verified-claims.json +12 -0
- package/src/utils/extractOverlay.js +1 -0
- package/src/utils/listPathTitles.js +36 -0
- package/src/utils/pathList.csv +903 -0
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"baspi5Required": ["participants", "propertyPack"],
|
|
9
9
|
"ta6Required": ["participants", "propertyPack"],
|
|
10
10
|
"ntsRequired": ["propertyPack"],
|
|
11
|
+
"nts-sefRequired": ["propertyPack"],
|
|
11
12
|
"ntslRequired": ["propertyPack"],
|
|
12
13
|
"properties": {
|
|
13
14
|
"$schema": {
|
|
@@ -305,6 +306,7 @@
|
|
|
305
306
|
"baspi5Ref": "0",
|
|
306
307
|
"ta6Ref": "0",
|
|
307
308
|
"ntsRef": "0",
|
|
309
|
+
"nts-sefRef": "0",
|
|
308
310
|
"ntslRef": "0",
|
|
309
311
|
"title": "Property Pack",
|
|
310
312
|
"type": "object",
|
|
@@ -419,6 +421,23 @@
|
|
|
419
421
|
"environmentalIssues",
|
|
420
422
|
"notices"
|
|
421
423
|
],
|
|
424
|
+
"nts-sefRequired": [
|
|
425
|
+
"priceInformation",
|
|
426
|
+
"ownership",
|
|
427
|
+
"councilTax",
|
|
428
|
+
"energyEfficiency",
|
|
429
|
+
"buildInformation",
|
|
430
|
+
"typeOfConstruction",
|
|
431
|
+
"electricity",
|
|
432
|
+
"connectivity",
|
|
433
|
+
"waterAndDrainage",
|
|
434
|
+
"heating",
|
|
435
|
+
"parking",
|
|
436
|
+
"listingAndConservation",
|
|
437
|
+
"rightsAndInformalArrangements",
|
|
438
|
+
"environmentalIssues",
|
|
439
|
+
"notices"
|
|
440
|
+
],
|
|
422
441
|
"ntslRequired": [
|
|
423
442
|
"lettingInformation",
|
|
424
443
|
"councilTax",
|
|
@@ -643,26 +662,34 @@
|
|
|
643
662
|
},
|
|
644
663
|
"priceInformation": {
|
|
645
664
|
"ntsRef": "A2",
|
|
665
|
+
"nts-sefRef": "A2",
|
|
646
666
|
"title": "Price information",
|
|
647
667
|
"type": "object",
|
|
648
668
|
"ntsRequired": ["price", "priceQualifier"],
|
|
669
|
+
"nts-sefRequired": ["price", "priceQualifier"],
|
|
649
670
|
"properties": {
|
|
650
671
|
"price": {
|
|
651
672
|
"ntsRef": "A2.1",
|
|
673
|
+
"nts-sefRef": "A2.1",
|
|
652
674
|
"title": "Price",
|
|
653
675
|
"type": "number",
|
|
654
676
|
"minimum": 1
|
|
655
677
|
},
|
|
656
678
|
"priceQualifier": {
|
|
657
679
|
"ntsRef": "A2.2",
|
|
680
|
+
"nts-sefRef": "A2.2",
|
|
658
681
|
"title": "Price type",
|
|
659
682
|
"type": "string",
|
|
660
683
|
"enum": [
|
|
661
|
-
"
|
|
684
|
+
"Price",
|
|
662
685
|
"Fixed price",
|
|
686
|
+
"Guide price",
|
|
663
687
|
"Offers in excess of",
|
|
664
688
|
"Offers in region of",
|
|
665
|
-
"
|
|
689
|
+
"Offers over",
|
|
690
|
+
"Offers invited",
|
|
691
|
+
"Sale by tender",
|
|
692
|
+
"From"
|
|
666
693
|
]
|
|
667
694
|
},
|
|
668
695
|
"disposal": {
|
|
@@ -719,6 +746,7 @@
|
|
|
719
746
|
},
|
|
720
747
|
"marketingTenure": {
|
|
721
748
|
"ntsRef": "A3",
|
|
749
|
+
"nts-sefRef": "A3",
|
|
722
750
|
"title": "What tenure is the property being marketed as?",
|
|
723
751
|
"type": "string",
|
|
724
752
|
"enum": [
|
|
@@ -764,25 +792,30 @@
|
|
|
764
792
|
},
|
|
765
793
|
"buildInformation": {
|
|
766
794
|
"ntsRef": "B1.1",
|
|
795
|
+
"nts-sefRef": "B1.1",
|
|
767
796
|
"ntslRef": "B1.1",
|
|
768
797
|
"baspi5Ref": "A1.8",
|
|
769
798
|
"title": "About the property building",
|
|
770
799
|
"type": "object",
|
|
771
|
-
"ntsRequired": ["building"
|
|
772
|
-
"
|
|
800
|
+
"ntsRequired": ["building"],
|
|
801
|
+
"nts-sefRequired": ["building"],
|
|
802
|
+
"ntslRequired": ["building"],
|
|
773
803
|
"properties": {
|
|
774
804
|
"building": {
|
|
775
805
|
"ntsRef": "B1.1.1",
|
|
806
|
+
"nts-sefRef": "B1.1.1",
|
|
776
807
|
"ntslRef": "B1.1.1",
|
|
777
808
|
"baspi5Ref": "A1.8",
|
|
778
809
|
"title": "Building information",
|
|
779
810
|
"type": "object",
|
|
780
811
|
"baspi5Required": ["propertyType"],
|
|
781
812
|
"ntsRequired": ["builtForm", "propertyType"],
|
|
813
|
+
"nts-sefRequired": ["builtForm", "propertyType"],
|
|
782
814
|
"ntslRequired": ["builtForm", "propertyType"],
|
|
783
815
|
"properties": {
|
|
784
816
|
"builtForm": {
|
|
785
817
|
"ntsRef": "B1.1.2",
|
|
818
|
+
"nts-sefRef": "B1.1.2",
|
|
786
819
|
"ntslRef": "B1.1.2",
|
|
787
820
|
"title": "Built form",
|
|
788
821
|
"type": "string",
|
|
@@ -796,6 +829,7 @@
|
|
|
796
829
|
},
|
|
797
830
|
"propertyType": {
|
|
798
831
|
"ntsRef": "B1.1.1.1",
|
|
832
|
+
"nts-sefRef": "B1.1.1.1",
|
|
799
833
|
"ntslRef": "B1.1.1.1",
|
|
800
834
|
"title": "Property type",
|
|
801
835
|
"baspi5Ref": "A1.8",
|
|
@@ -821,6 +855,7 @@
|
|
|
821
855
|
},
|
|
822
856
|
"otherType": {
|
|
823
857
|
"ntsRef": "B1.1.1.1",
|
|
858
|
+
"nts-sefRef": "B1.1.1.1",
|
|
824
859
|
"ntslRef": "B1.1.1.1",
|
|
825
860
|
"title": "Please describe the other type of property build",
|
|
826
861
|
"type": "string",
|
|
@@ -828,6 +863,7 @@
|
|
|
828
863
|
}
|
|
829
864
|
},
|
|
830
865
|
"ntsRequired": ["otherType"],
|
|
866
|
+
"nts-sefRequired": ["otherType"],
|
|
831
867
|
"ntslRequired": ["otherType"]
|
|
832
868
|
},
|
|
833
869
|
{
|
|
@@ -844,6 +880,7 @@
|
|
|
844
880
|
},
|
|
845
881
|
"numberOfFloors": {
|
|
846
882
|
"ntsRef": "B1.1.3",
|
|
883
|
+
"nts-sefRef": "B1.1.3",
|
|
847
884
|
"ntslRef": "B1.1.3",
|
|
848
885
|
"baspi5Ref": "A1.8.5.2",
|
|
849
886
|
"title": "Number of floors in the building",
|
|
@@ -851,6 +888,7 @@
|
|
|
851
888
|
},
|
|
852
889
|
"entranceFloor": {
|
|
853
890
|
"ntsRef": "B1.1.4",
|
|
891
|
+
"nts-sefRef": "B1.1.4",
|
|
854
892
|
"ntslRef": "B1.1.4",
|
|
855
893
|
"baspi5Ref": "A1.8.5.1",
|
|
856
894
|
"title": "Entrance floor",
|
|
@@ -859,6 +897,7 @@
|
|
|
859
897
|
},
|
|
860
898
|
"hasLift": {
|
|
861
899
|
"ntsRef": "B1.1.5",
|
|
900
|
+
"nts-sefRef": "B1.1.5",
|
|
862
901
|
"ntslRef": "B1.1.5",
|
|
863
902
|
"title": "Is the property served by a lift?",
|
|
864
903
|
"type": "string",
|
|
@@ -866,6 +905,7 @@
|
|
|
866
905
|
},
|
|
867
906
|
"overCommercialPremises": {
|
|
868
907
|
"ntsRef": "B1.1.6",
|
|
908
|
+
"nts-sefRef": "B1.1.6",
|
|
869
909
|
"ntslRef": "B1.1.6",
|
|
870
910
|
"baspi5Ref": "A1.8.6",
|
|
871
911
|
"title": "Located over commercial premises?",
|
|
@@ -873,6 +913,7 @@
|
|
|
873
913
|
"properties": {
|
|
874
914
|
"isLocatedOverCommercialPremises": {
|
|
875
915
|
"ntsRef": "B1.1.6.1",
|
|
916
|
+
"nts-sefRef": "B1.1.6.1",
|
|
876
917
|
"ntslRef": "B1.1.6.1",
|
|
877
918
|
"baspi5Ref": "A1.8.6.1",
|
|
878
919
|
"type": "string",
|
|
@@ -899,6 +940,7 @@
|
|
|
899
940
|
},
|
|
900
941
|
"details": {
|
|
901
942
|
"ntsRef": "B1.1.6.2",
|
|
943
|
+
"nts-sefRef": "B1.1.6.2",
|
|
902
944
|
"ntslRef": "B1.1.6.2",
|
|
903
945
|
"baspi5Ref": "A1.8.6.2",
|
|
904
946
|
"title": "Please provide details",
|
|
@@ -908,6 +950,7 @@
|
|
|
908
950
|
},
|
|
909
951
|
"baspi5Required": ["details"],
|
|
910
952
|
"ntsRequired": ["details"],
|
|
953
|
+
"nts-sefRequired": ["details"],
|
|
911
954
|
"ntslRequired": ["details"]
|
|
912
955
|
}
|
|
913
956
|
]
|
|
@@ -924,6 +967,12 @@
|
|
|
924
967
|
"hasLift",
|
|
925
968
|
"overCommercialPremises"
|
|
926
969
|
],
|
|
970
|
+
"nts-sefRequired": [
|
|
971
|
+
"numberOfFloors",
|
|
972
|
+
"entranceFloor",
|
|
973
|
+
"hasLift",
|
|
974
|
+
"overCommercialPremises"
|
|
975
|
+
],
|
|
927
976
|
"ntslRequired": [
|
|
928
977
|
"numberOfFloors",
|
|
929
978
|
"entranceFloor",
|
|
@@ -975,14 +1024,17 @@
|
|
|
975
1024
|
},
|
|
976
1025
|
"roomDimensions": {
|
|
977
1026
|
"ntsRef": "B2",
|
|
1027
|
+
"nts-sefRef": "B2",
|
|
978
1028
|
"ntslRef": "B2",
|
|
979
1029
|
"title": "Room dimensions",
|
|
980
1030
|
"type": "object",
|
|
981
1031
|
"ntsRequired": ["hasFloorplan"],
|
|
1032
|
+
"nts-sefRequired": ["hasFloorplan"],
|
|
982
1033
|
"ntslRequired": ["hasFloorplan"],
|
|
983
1034
|
"properties": {
|
|
984
1035
|
"hasFloorplan": {
|
|
985
1036
|
"ntsRef": "B2.1",
|
|
1037
|
+
"nts-sefRef": "B2.1",
|
|
986
1038
|
"ntslRef": "B2.1",
|
|
987
1039
|
"title": "Is a floorplan available which includes the dimensions of all the rooms?",
|
|
988
1040
|
"type": "string",
|
|
@@ -1000,6 +1052,7 @@
|
|
|
1000
1052
|
},
|
|
1001
1053
|
"attachments": {
|
|
1002
1054
|
"ntsRef": "B2.1.1",
|
|
1055
|
+
"nts-sefRef": "B2.1.1",
|
|
1003
1056
|
"ntslRef": "B2.1.1",
|
|
1004
1057
|
"title": "Attachments",
|
|
1005
1058
|
"type": "string",
|
|
@@ -1014,6 +1067,7 @@
|
|
|
1014
1067
|
},
|
|
1015
1068
|
"rooms": {
|
|
1016
1069
|
"ntsRef": "B2.2",
|
|
1070
|
+
"nts-sefRef": "B2.2",
|
|
1017
1071
|
"ntslRef": "B2.2",
|
|
1018
1072
|
"title": "Rooms",
|
|
1019
1073
|
"description": "Please supply dimensions for each of the rooms.",
|
|
@@ -1023,6 +1077,7 @@
|
|
|
1023
1077
|
"properties": {
|
|
1024
1078
|
"roomName": {
|
|
1025
1079
|
"ntsRef": "B2.2.1",
|
|
1080
|
+
"nts-sefRef": "B2.2.1",
|
|
1026
1081
|
"ntslRef": "B2.2.1",
|
|
1027
1082
|
"type": "string",
|
|
1028
1083
|
"title": "The name of the room",
|
|
@@ -1030,6 +1085,7 @@
|
|
|
1030
1085
|
},
|
|
1031
1086
|
"description": {
|
|
1032
1087
|
"ntsRef": "B2.2.2",
|
|
1088
|
+
"nts-sefRef": "B2.2.2",
|
|
1033
1089
|
"ntslRef": "B2.2.2",
|
|
1034
1090
|
"type": "string",
|
|
1035
1091
|
"minLength": 1,
|
|
@@ -1037,6 +1093,7 @@
|
|
|
1037
1093
|
},
|
|
1038
1094
|
"length": {
|
|
1039
1095
|
"ntsRef": "B2.2.3",
|
|
1096
|
+
"nts-sefRef": "B2.2.3",
|
|
1040
1097
|
"ntslRef": "B2.2.3",
|
|
1041
1098
|
"type": "number",
|
|
1042
1099
|
"minimum": 0,
|
|
@@ -1044,6 +1101,7 @@
|
|
|
1044
1101
|
},
|
|
1045
1102
|
"width": {
|
|
1046
1103
|
"ntsRef": "B2.2.4",
|
|
1104
|
+
"nts-sefRef": "B2.2.4",
|
|
1047
1105
|
"ntslRef": "B2.2.4",
|
|
1048
1106
|
"type": "number",
|
|
1049
1107
|
"minimum": 0,
|
|
@@ -1051,6 +1109,7 @@
|
|
|
1051
1109
|
},
|
|
1052
1110
|
"units": {
|
|
1053
1111
|
"ntsRef": "B2.2.5",
|
|
1112
|
+
"nts-sefRef": "B2.2.5",
|
|
1054
1113
|
"ntslRef": "B2.2.5",
|
|
1055
1114
|
"title": "The units which the length and width of the room have been provided in",
|
|
1056
1115
|
"type": "string",
|
|
@@ -1064,6 +1123,7 @@
|
|
|
1064
1123
|
},
|
|
1065
1124
|
"dimensionDetails": {
|
|
1066
1125
|
"ntsRef": "B2.6",
|
|
1126
|
+
"nts-sefRef": "B2.6",
|
|
1067
1127
|
"ntslRef": "B2.6",
|
|
1068
1128
|
"title": "Any additional description or clarification of the room dimensions",
|
|
1069
1129
|
"type": "string",
|
|
@@ -1071,6 +1131,12 @@
|
|
|
1071
1131
|
}
|
|
1072
1132
|
},
|
|
1073
1133
|
"ntsRequired": ["roomName", "length", "width", "units"],
|
|
1134
|
+
"nts-sefRequired": [
|
|
1135
|
+
"roomName",
|
|
1136
|
+
"length",
|
|
1137
|
+
"width",
|
|
1138
|
+
"units"
|
|
1139
|
+
],
|
|
1074
1140
|
"ntslRequired": ["roomName", "length", "width", "units"]
|
|
1075
1141
|
}
|
|
1076
1142
|
}
|
|
@@ -1506,11 +1572,13 @@
|
|
|
1506
1572
|
"baspi5Ref": "A1.3",
|
|
1507
1573
|
"ta7Ref": "1",
|
|
1508
1574
|
"ntsRef": "A3",
|
|
1575
|
+
"nts-sefRef": "A3",
|
|
1509
1576
|
"title": "Ownership",
|
|
1510
1577
|
"type": "object",
|
|
1511
1578
|
"baspi4Required": ["ownershipsToBeTransferred"],
|
|
1512
1579
|
"baspi5Required": ["ownershipsToBeTransferred"],
|
|
1513
1580
|
"ntsRequired": ["ownershipsToBeTransferred"],
|
|
1581
|
+
"nts-sefRequired": ["ownershipsToBeTransferred"],
|
|
1514
1582
|
"ta7Required": ["ownershipsToBeTransferred"],
|
|
1515
1583
|
"properties": {
|
|
1516
1584
|
"numberOfSellers": {
|
|
@@ -1543,6 +1611,7 @@
|
|
|
1543
1611
|
"baspi5Ref": "A1.3",
|
|
1544
1612
|
"ta7Ref": "1",
|
|
1545
1613
|
"ntsRef": "A3",
|
|
1614
|
+
"nts-sefRef": "A3",
|
|
1546
1615
|
"title": "Ownerships to be transferred on sale",
|
|
1547
1616
|
"type": "array",
|
|
1548
1617
|
"minItems": 1,
|
|
@@ -1550,6 +1619,7 @@
|
|
|
1550
1619
|
"baspi4Ref": "A1.3.0",
|
|
1551
1620
|
"baspi5Ref": "A1.3.0",
|
|
1552
1621
|
"ntsRef": "A3.1",
|
|
1622
|
+
"nts-sefRef": "A3.1",
|
|
1553
1623
|
"ta7Ref": "1",
|
|
1554
1624
|
"title": "Ownership to be transferred",
|
|
1555
1625
|
"type": "object",
|
|
@@ -1557,16 +1627,25 @@
|
|
|
1557
1627
|
"baspi5Required": ["ownershipType"],
|
|
1558
1628
|
"ta7Required": ["ownershipType"],
|
|
1559
1629
|
"ntsRequired": ["ownershipType"],
|
|
1630
|
+
"nts-sefRequired": ["ownershipType"],
|
|
1560
1631
|
"properties": {
|
|
1561
1632
|
"titleNumber": {
|
|
1562
1633
|
"baspi4Ref": "A1.3.0.1",
|
|
1563
1634
|
"baspi5Ref": "A1.3.0.1",
|
|
1635
|
+
"ntsRef": "A3.3.1",
|
|
1636
|
+
"nts-sefRef": "A3.3.1",
|
|
1564
1637
|
"title": "Title number (if registered)",
|
|
1565
|
-
"type": "string"
|
|
1566
|
-
|
|
1638
|
+
"type": "string"
|
|
1639
|
+
},
|
|
1640
|
+
"titlePropertyDescription": {
|
|
1641
|
+
"ntsRef": "A3.3.2",
|
|
1642
|
+
"nts-sefRef": "A3.3.2",
|
|
1643
|
+
"title": "Title property description",
|
|
1644
|
+
"type": "string"
|
|
1567
1645
|
},
|
|
1568
1646
|
"ownershipType": {
|
|
1569
1647
|
"ntsRef": "A3.1",
|
|
1648
|
+
"nts-sefRef": "A3.1",
|
|
1570
1649
|
"baspi4Ref": "A1.3.0.2",
|
|
1571
1650
|
"baspi5Ref": "A1.3.0.2",
|
|
1572
1651
|
"rdsRef": "Tenure/Tenure",
|
|
@@ -1628,7 +1707,7 @@
|
|
|
1628
1707
|
"details": {
|
|
1629
1708
|
"baspi4Ref": "A1.3.0.2.2",
|
|
1630
1709
|
"baspi5Ref": "A1.3.0.2.2",
|
|
1631
|
-
"title": "Describe the
|
|
1710
|
+
"title": "Describe the part for sale (e.g. Ground floor flat only)",
|
|
1632
1711
|
"type": "string",
|
|
1633
1712
|
"minLength": 1
|
|
1634
1713
|
}
|
|
@@ -1650,6 +1729,7 @@
|
|
|
1650
1729
|
"managedFreeholdOrCommonholdInformation": {
|
|
1651
1730
|
"title": "Managed freehold or commonhold information",
|
|
1652
1731
|
"ntsRef": "A3.2",
|
|
1732
|
+
"nts-sefRef": "A3.2",
|
|
1653
1733
|
"baspi4Ref": "A1.5",
|
|
1654
1734
|
"baspi5Ref": "A1.5",
|
|
1655
1735
|
"type": "object",
|
|
@@ -1665,6 +1745,7 @@
|
|
|
1665
1745
|
"baspi4Required": ["contactDetails", "serviceCharge"],
|
|
1666
1746
|
"baspi5Required": ["contactDetails", "serviceCharge"],
|
|
1667
1747
|
"ntsRequired": ["serviceCharge"],
|
|
1748
|
+
"nts-sefRequired": ["serviceCharge"],
|
|
1668
1749
|
"properties": {
|
|
1669
1750
|
"contactDetails": {
|
|
1670
1751
|
"fme1Ref": "1",
|
|
@@ -2640,6 +2721,7 @@
|
|
|
2640
2721
|
"baspi4Ref": "A1.5.1",
|
|
2641
2722
|
"baspi5Ref": "A1.5.1",
|
|
2642
2723
|
"ntsRef": "A3.1.1",
|
|
2724
|
+
"nts-sefRef": "A3.1.1",
|
|
2643
2725
|
"fme1Ref": "3",
|
|
2644
2726
|
"piqRef": "A1.4.2",
|
|
2645
2727
|
"title": "Service Charge",
|
|
@@ -2671,9 +2753,11 @@
|
|
|
2671
2753
|
"reserveFund"
|
|
2672
2754
|
],
|
|
2673
2755
|
"ntsRequired": ["annualServiceCharge"],
|
|
2756
|
+
"nts-sefRequired": ["annualServiceCharge"],
|
|
2674
2757
|
"properties": {
|
|
2675
2758
|
"annualServiceCharge": {
|
|
2676
2759
|
"ntsRef": "A3.1.2",
|
|
2760
|
+
"nts-sefRef": "A3.1.2",
|
|
2677
2761
|
"baspi4Ref": "A1.5.1.1.2",
|
|
2678
2762
|
"baspi5Ref": "A1.5.1.1.2",
|
|
2679
2763
|
"fme1Ref": "3.1",
|
|
@@ -3880,6 +3964,7 @@
|
|
|
3880
3964
|
"baspi4Ref": "A1.5",
|
|
3881
3965
|
"baspi5Ref": "A1.5",
|
|
3882
3966
|
"ntsRef": "A3.2",
|
|
3967
|
+
"nts-sefRef": "A3.2",
|
|
3883
3968
|
"title": "Leasehold information",
|
|
3884
3969
|
"type": "object",
|
|
3885
3970
|
"lpe1Required": [
|
|
@@ -3919,6 +4004,14 @@
|
|
|
3919
4004
|
"serviceCharge",
|
|
3920
4005
|
"leaseRestrictions"
|
|
3921
4006
|
],
|
|
4007
|
+
"nts-sefRequired": [
|
|
4008
|
+
"sharedOwnership",
|
|
4009
|
+
"leaseTerm",
|
|
4010
|
+
"groundRent",
|
|
4011
|
+
"serviceCharge",
|
|
4012
|
+
"leaseRestrictions",
|
|
4013
|
+
"buildingsInsurance"
|
|
4014
|
+
],
|
|
3922
4015
|
"ta7Required": [
|
|
3923
4016
|
"sharedOwnership",
|
|
3924
4017
|
"leaseTerm",
|
|
@@ -3940,11 +4033,13 @@
|
|
|
3940
4033
|
"baspi4Ref": "A1.3.1",
|
|
3941
4034
|
"baspi5Ref": "A1.3.1",
|
|
3942
4035
|
"ntsRef": "A3.2",
|
|
4036
|
+
"nts-sefRef": "A3.2",
|
|
3943
4037
|
"type": "object",
|
|
3944
4038
|
"lpe1Required": ["isSharedOwnership"],
|
|
3945
4039
|
"baspi4Required": ["isSharedOwnership"],
|
|
3946
4040
|
"baspi5Required": ["isSharedOwnership"],
|
|
3947
4041
|
"ntsRequired": ["isSharedOwnership"],
|
|
4042
|
+
"nts-sefRequired": ["isSharedOwnership"],
|
|
3948
4043
|
"ta7Required": ["isSharedOwnership"],
|
|
3949
4044
|
"properties": {
|
|
3950
4045
|
"isSharedOwnership": {
|
|
@@ -3952,6 +4047,7 @@
|
|
|
3952
4047
|
"baspi5Ref": "A1.3.1",
|
|
3953
4048
|
"ta7Ref": "1.1",
|
|
3954
4049
|
"ntsRef": "A3.2.1",
|
|
4050
|
+
"nts-sefRef": "A3.2.1",
|
|
3955
4051
|
"title": "Is the lease on a Shared Ownership basis?",
|
|
3956
4052
|
"type": "string",
|
|
3957
4053
|
"enum": ["Yes", "No"]
|
|
@@ -3977,6 +4073,7 @@
|
|
|
3977
4073
|
"baspi4Ref": "A1.3.1.1",
|
|
3978
4074
|
"baspi5Ref": "A1.3.1.1",
|
|
3979
4075
|
"ntsRef": "A3.7.1",
|
|
4076
|
+
"nts-sefRef": "A3.7.1",
|
|
3980
4077
|
"title": "Shared ownership percentage",
|
|
3981
4078
|
"type": "integer",
|
|
3982
4079
|
"minimum": 5,
|
|
@@ -3986,6 +4083,7 @@
|
|
|
3986
4083
|
"baspi4Ref": "A1.3.1.2",
|
|
3987
4084
|
"baspi5Ref": "A1.3.1.2",
|
|
3988
4085
|
"ntsRef": "A3.7.2",
|
|
4086
|
+
"nts-sefRef": "A3.7.2",
|
|
3989
4087
|
"title": "Shared ownership rent (£)",
|
|
3990
4088
|
"type": "number",
|
|
3991
4089
|
"minimum": 0
|
|
@@ -3994,6 +4092,7 @@
|
|
|
3994
4092
|
"baspi4Ref": "A1.3.1.3",
|
|
3995
4093
|
"baspi5Ref": "A1.3.1.3",
|
|
3996
4094
|
"ntsRef": "A3.7.3",
|
|
4095
|
+
"nts-sefRef": "A3.7.3",
|
|
3997
4096
|
"title": "Shared ownership rent frequency",
|
|
3998
4097
|
"type": "string",
|
|
3999
4098
|
"enum": ["Yearly", "Monthly", "Weekly"]
|
|
@@ -4018,6 +4117,11 @@
|
|
|
4018
4117
|
"sharedOwnershipPercentage",
|
|
4019
4118
|
"sharedOwnershipRent",
|
|
4020
4119
|
"sharedOwnershipRentFrequency"
|
|
4120
|
+
],
|
|
4121
|
+
"nts-sefRequired": [
|
|
4122
|
+
"sharedOwnershipPercentage",
|
|
4123
|
+
"sharedOwnershipRent",
|
|
4124
|
+
"sharedOwnershipRentFrequency"
|
|
4021
4125
|
]
|
|
4022
4126
|
}
|
|
4023
4127
|
]
|
|
@@ -4026,6 +4130,7 @@
|
|
|
4026
4130
|
"baspi4Ref": "A1.4.1",
|
|
4027
4131
|
"baspi5Ref": "A1.4.1",
|
|
4028
4132
|
"ntsRef": "A3.2.2",
|
|
4133
|
+
"nts-sefRef": "A3.2.2",
|
|
4029
4134
|
"type": "object",
|
|
4030
4135
|
"baspi4Required": [
|
|
4031
4136
|
"startYearOfLease",
|
|
@@ -4039,11 +4144,16 @@
|
|
|
4039
4144
|
"startYearOfLease",
|
|
4040
4145
|
"lengthOfLeaseInYears"
|
|
4041
4146
|
],
|
|
4147
|
+
"nts-sefRequired": [
|
|
4148
|
+
"startYearOfLease",
|
|
4149
|
+
"lengthOfLeaseInYears"
|
|
4150
|
+
],
|
|
4042
4151
|
"properties": {
|
|
4043
4152
|
"startYearOfLease": {
|
|
4044
4153
|
"baspi4Ref": "A1.4.1.1",
|
|
4045
4154
|
"baspi5Ref": "A1.4.1.1",
|
|
4046
4155
|
"ntsRef": "A3.2.2.1",
|
|
4156
|
+
"nts-sefRef": "A3.2.2.1",
|
|
4047
4157
|
"title": "Year that the lease commenced",
|
|
4048
4158
|
"type": "integer"
|
|
4049
4159
|
},
|
|
@@ -4051,6 +4161,7 @@
|
|
|
4051
4161
|
"baspi4Ref": "A1.4.1.2",
|
|
4052
4162
|
"baspi5Ref": "A1.4.1.2",
|
|
4053
4163
|
"ntsRef": "A3.2.2.2",
|
|
4164
|
+
"nts-sefRef": "A3.2.2.2",
|
|
4054
4165
|
"piqRef": "A1.3.1",
|
|
4055
4166
|
"title": "Length of lease (years)",
|
|
4056
4167
|
"type": "integer"
|
|
@@ -5440,7 +5551,7 @@
|
|
|
5440
5551
|
"the Lessees",
|
|
5441
5552
|
"Not applicable"
|
|
5442
5553
|
],
|
|
5443
|
-
"
|
|
5554
|
+
"ta7Enum": [
|
|
5444
5555
|
"the Lessees",
|
|
5445
5556
|
"Management Company",
|
|
5446
5557
|
"Landlord"
|
|
@@ -5815,6 +5926,7 @@
|
|
|
5815
5926
|
"lpe1Ref": "3",
|
|
5816
5927
|
"piqRef": "A1.3.3",
|
|
5817
5928
|
"ntsRef": "A3.4",
|
|
5929
|
+
"nts-sefRef": "A3.4",
|
|
5818
5930
|
"title": "Ground Rent",
|
|
5819
5931
|
"type": "object",
|
|
5820
5932
|
"lpe1Required": ["isGroundRentPayable"],
|
|
@@ -5822,12 +5934,14 @@
|
|
|
5822
5934
|
"baspi5Required": ["isGroundRentPayable"],
|
|
5823
5935
|
"ta7Required": ["isGroundRentPayable"],
|
|
5824
5936
|
"ntsRequired": ["isGroundRentPayable"],
|
|
5937
|
+
"nts-sefRequired": ["isGroundRentPayable"],
|
|
5825
5938
|
"properties": {
|
|
5826
5939
|
"isGroundRentPayable": {
|
|
5827
5940
|
"baspi4Ref": "A1.4.2.1",
|
|
5828
5941
|
"baspi5Ref": "A1.4.2.1",
|
|
5829
5942
|
"ta7Ref": "1.2.1",
|
|
5830
5943
|
"ntsRef": "A3.4.1",
|
|
5944
|
+
"nts-sefRef": "A3.4.1",
|
|
5831
5945
|
"title": "Does the seller pay ground rent for the property?",
|
|
5832
5946
|
"type": "string",
|
|
5833
5947
|
"enum": ["Yes", "No"]
|
|
@@ -5854,6 +5968,7 @@
|
|
|
5854
5968
|
"baspi5Ref": "A1.4.2.2",
|
|
5855
5969
|
"ta7Ref": "1.2a",
|
|
5856
5970
|
"ntsRef": "A3.4.2",
|
|
5971
|
+
"nts-sefRef": "A3.4.2",
|
|
5857
5972
|
"lpe1Ref": "3.1",
|
|
5858
5973
|
"piqRef": "A1.3.3",
|
|
5859
5974
|
"rdsRef": "TenureAgreements/RentPayable/Value",
|
|
@@ -5862,7 +5977,6 @@
|
|
|
5862
5977
|
},
|
|
5863
5978
|
"groundRentFrequency": {
|
|
5864
5979
|
"ta7Ref": "1.2b",
|
|
5865
|
-
"ntsRef": "A3.4.3",
|
|
5866
5980
|
"title": "How regularly is the rent paid? (e.g. annually)",
|
|
5867
5981
|
"type": "string"
|
|
5868
5982
|
},
|
|
@@ -5870,6 +5984,7 @@
|
|
|
5870
5984
|
"baspi4Ref": "A1.4.2.3",
|
|
5871
5985
|
"baspi5Ref": "A1.4.2.3",
|
|
5872
5986
|
"ntsRef": "A3.4.4",
|
|
5987
|
+
"nts-sefRef": "A3.4.4",
|
|
5873
5988
|
"ta7Ref": "1.2c",
|
|
5874
5989
|
"piqRef": "A1.3.4",
|
|
5875
5990
|
"type": "object",
|
|
@@ -5881,6 +5996,7 @@
|
|
|
5881
5996
|
"piqRef": "A1.3.4.1",
|
|
5882
5997
|
"ta7Ref": "1.2c.1",
|
|
5883
5998
|
"ntsRef": "A3.4.4.1",
|
|
5999
|
+
"nts-sefRef": "A3.4.4.1",
|
|
5884
6000
|
"type": "string",
|
|
5885
6001
|
"title": "",
|
|
5886
6002
|
"enum": ["Yes", "No"]
|
|
@@ -5891,6 +6007,7 @@
|
|
|
5891
6007
|
"baspi4Required": ["yesNo"],
|
|
5892
6008
|
"baspi5Required": ["yesNo"],
|
|
5893
6009
|
"ntsRequired": ["yesNo"],
|
|
6010
|
+
"nts-sefRequired": ["yesNo"],
|
|
5894
6011
|
"discriminator": {
|
|
5895
6012
|
"propertyName": "yesNo"
|
|
5896
6013
|
},
|
|
@@ -5912,6 +6029,7 @@
|
|
|
5912
6029
|
"baspi5Ref": "A1.4.2.3.2",
|
|
5913
6030
|
"ta7Ref": "1.2d",
|
|
5914
6031
|
"ntsRef": "A3.4.4.2",
|
|
6032
|
+
"nts-sefRef": "A3.4.4.2",
|
|
5915
6033
|
"title": "How often is the rent reviewed?",
|
|
5916
6034
|
"type": "string"
|
|
5917
6035
|
},
|
|
@@ -5921,6 +6039,7 @@
|
|
|
5921
6039
|
"piqRef": "A1.3.4.2",
|
|
5922
6040
|
"ta7Ref": "1.2e",
|
|
5923
6041
|
"ntsRef": "A3.4.4.3",
|
|
6042
|
+
"nts-sefRef": "A3.4.4.3",
|
|
5924
6043
|
"title": "How is the increase calculated?",
|
|
5925
6044
|
"description": "e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc",
|
|
5926
6045
|
"type": "string"
|
|
@@ -5930,6 +6049,10 @@
|
|
|
5930
6049
|
"rentReviewFrequency",
|
|
5931
6050
|
"rentIncreaseCalculated"
|
|
5932
6051
|
],
|
|
6052
|
+
"ta7Required": [
|
|
6053
|
+
"rentReviewFrequency",
|
|
6054
|
+
"rentIncreaseCalculated"
|
|
6055
|
+
],
|
|
5933
6056
|
"baspi4Required": [
|
|
5934
6057
|
"rentReviewFrequency",
|
|
5935
6058
|
"rentIncreaseCalculated"
|
|
@@ -5941,6 +6064,10 @@
|
|
|
5941
6064
|
"ntsRequired": [
|
|
5942
6065
|
"rentReviewFrequency",
|
|
5943
6066
|
"rentIncreaseCalculated"
|
|
6067
|
+
],
|
|
6068
|
+
"nts-sefRequired": [
|
|
6069
|
+
"rentReviewFrequency",
|
|
6070
|
+
"rentIncreaseCalculated"
|
|
5944
6071
|
]
|
|
5945
6072
|
}
|
|
5946
6073
|
]
|
|
@@ -6007,6 +6134,11 @@
|
|
|
6007
6134
|
"groundRentPaidUpToDate",
|
|
6008
6135
|
"lastDemandPeriod"
|
|
6009
6136
|
],
|
|
6137
|
+
"ta7Required": [
|
|
6138
|
+
"annualGroundRent",
|
|
6139
|
+
"groundRentFrequency",
|
|
6140
|
+
"rentSubjectToIncrease"
|
|
6141
|
+
],
|
|
6010
6142
|
"baspi4Required": [
|
|
6011
6143
|
"annualGroundRent",
|
|
6012
6144
|
"rentSubjectToIncrease"
|
|
@@ -6018,6 +6150,10 @@
|
|
|
6018
6150
|
"ntsRequired": [
|
|
6019
6151
|
"annualGroundRent",
|
|
6020
6152
|
"rentSubjectToIncrease"
|
|
6153
|
+
],
|
|
6154
|
+
"nts-sefRequired": [
|
|
6155
|
+
"annualGroundRent",
|
|
6156
|
+
"rentSubjectToIncrease"
|
|
6021
6157
|
]
|
|
6022
6158
|
}
|
|
6023
6159
|
]
|
|
@@ -6156,6 +6292,7 @@
|
|
|
6156
6292
|
"lpe1Ref": "4",
|
|
6157
6293
|
"ta7Ref": "5.4",
|
|
6158
6294
|
"ntsRef": "A3.5",
|
|
6295
|
+
"nts-sefRef": "A3.5",
|
|
6159
6296
|
"title": "Service Charge",
|
|
6160
6297
|
"type": "object",
|
|
6161
6298
|
"lpe1Required": [
|
|
@@ -6168,6 +6305,9 @@
|
|
|
6168
6305
|
"sellerContributesToServiceCharge"
|
|
6169
6306
|
],
|
|
6170
6307
|
"ntsRequired": ["sellerContributesToServiceCharge"],
|
|
6308
|
+
"nts-sefRequired": [
|
|
6309
|
+
"sellerContributesToServiceCharge"
|
|
6310
|
+
],
|
|
6171
6311
|
"ta7Required": ["sellerContributesToServiceCharge"],
|
|
6172
6312
|
"properties": {
|
|
6173
6313
|
"sellerContributesToServiceCharge": {
|
|
@@ -6175,6 +6315,7 @@
|
|
|
6175
6315
|
"baspi5Ref": "A1.5.1.1",
|
|
6176
6316
|
"ta7Ref": "5.4",
|
|
6177
6317
|
"ntsRef": "A3.5.1",
|
|
6318
|
+
"nts-sefRef": "A3.5.1",
|
|
6178
6319
|
"title": "Does the seller contribute to the cost of maintaining the building (a service charge)?",
|
|
6179
6320
|
"type": "string",
|
|
6180
6321
|
"enum": ["Yes", "No"]
|
|
@@ -6201,6 +6342,7 @@
|
|
|
6201
6342
|
"baspi5Ref": "A1.5.1.1.2",
|
|
6202
6343
|
"lpe1Ref": "4.1.1",
|
|
6203
6344
|
"ntsRef": "A3.5.1.1",
|
|
6345
|
+
"nts-sefRef": "A3.5.1.1",
|
|
6204
6346
|
"title": "Amount of current annual service charge (£)",
|
|
6205
6347
|
"type": "number"
|
|
6206
6348
|
},
|
|
@@ -6882,13 +7024,18 @@
|
|
|
6882
7024
|
"lpe1Ref": "4.12",
|
|
6883
7025
|
"baspi4Ref": "A1.5.3",
|
|
6884
7026
|
"baspi5Ref": "A1.5.3",
|
|
7027
|
+
"nts-sefRef": "A3.5.1.1",
|
|
6885
7028
|
"title": "Are there any transfer fees deferred service charges or similar fees, expressed as a percentage of the Property's value, payable on an event such as resale or subletting?",
|
|
7029
|
+
"baspi4Title": "Additional fees payable on sale or letting, if known",
|
|
7030
|
+
"baspi5Title": "Additional fees payable on sale or letting, if known",
|
|
7031
|
+
"nts-sefTitle": "Are there any additional fees payable on sale or letting?",
|
|
6886
7032
|
"type": "object",
|
|
6887
7033
|
"properties": {
|
|
6888
7034
|
"yesNo": {
|
|
6889
7035
|
"lpe1Ref": "4.12.1",
|
|
6890
7036
|
"baspi4Ref": "A1.5.3.1",
|
|
6891
7037
|
"baspi5Ref": "A1.5.3.1",
|
|
7038
|
+
"nts-sefRef": "A3.5.1.1.1",
|
|
6892
7039
|
"type": "string",
|
|
6893
7040
|
"title": "",
|
|
6894
7041
|
"enum": ["Yes", "No"]
|
|
@@ -6897,6 +7044,7 @@
|
|
|
6897
7044
|
"lpe1Required": ["yesNo"],
|
|
6898
7045
|
"baspi4Required": ["yesNo"],
|
|
6899
7046
|
"baspi5Required": ["yesNo"],
|
|
7047
|
+
"nts-sefRequired": ["yesNo"],
|
|
6900
7048
|
"discriminator": {
|
|
6901
7049
|
"propertyName": "yesNo"
|
|
6902
7050
|
},
|
|
@@ -6917,12 +7065,16 @@
|
|
|
6917
7065
|
"lpe1Ref": "4.12.2",
|
|
6918
7066
|
"baspi4Ref": "A1.5.3.2",
|
|
6919
7067
|
"baspi5Ref": "A1.5.3.2",
|
|
7068
|
+
"nts-sefRef": "A3.5.1.1.2",
|
|
6920
7069
|
"title": "Provide details.",
|
|
6921
7070
|
"type": "string",
|
|
6922
7071
|
"minLength": 1
|
|
6923
7072
|
}
|
|
6924
7073
|
},
|
|
6925
|
-
"lpe1Required": ["details"]
|
|
7074
|
+
"lpe1Required": ["details"],
|
|
7075
|
+
"baspi4Required": ["details"],
|
|
7076
|
+
"baspi5Required": ["details"],
|
|
7077
|
+
"nts-sefRequired": ["details"]
|
|
6926
7078
|
}
|
|
6927
7079
|
]
|
|
6928
7080
|
},
|
|
@@ -7007,23 +7159,30 @@
|
|
|
7007
7159
|
"largeAdditionalExpense",
|
|
7008
7160
|
"reserveFund"
|
|
7009
7161
|
],
|
|
7010
|
-
"ntsRequired": ["annualServiceCharge"]
|
|
7162
|
+
"ntsRequired": ["annualServiceCharge"],
|
|
7163
|
+
"nts-sefRequired": [
|
|
7164
|
+
"annualServiceCharge",
|
|
7165
|
+
"transferFees"
|
|
7166
|
+
]
|
|
7011
7167
|
}
|
|
7012
7168
|
]
|
|
7013
7169
|
},
|
|
7014
7170
|
"leaseRestrictions": {
|
|
7015
7171
|
"ntsRef": "A3.6",
|
|
7172
|
+
"nts-sefRef": "A3.6",
|
|
7016
7173
|
"title": "Are there restrictions imposed by the lease?",
|
|
7017
7174
|
"type": "object",
|
|
7018
7175
|
"properties": {
|
|
7019
7176
|
"yesNo": {
|
|
7020
7177
|
"ntsRef": "A3.6.1",
|
|
7178
|
+
"nts-sefRef": "A3.6.1",
|
|
7021
7179
|
"type": "string",
|
|
7022
7180
|
"title": "",
|
|
7023
7181
|
"enum": ["Yes", "No"]
|
|
7024
7182
|
}
|
|
7025
7183
|
},
|
|
7026
7184
|
"ntsRequired": ["yesNo"],
|
|
7185
|
+
"nts-sefRequired": ["yesNo"],
|
|
7027
7186
|
"discriminator": {
|
|
7028
7187
|
"propertyName": "yesNo"
|
|
7029
7188
|
},
|
|
@@ -7042,16 +7201,19 @@
|
|
|
7042
7201
|
},
|
|
7043
7202
|
"details": {
|
|
7044
7203
|
"ntsRef": "A3.6.2",
|
|
7204
|
+
"nts-sefRef": "A3.6.2",
|
|
7045
7205
|
"title": "Details",
|
|
7046
7206
|
"type": "string"
|
|
7047
7207
|
}
|
|
7048
7208
|
},
|
|
7049
|
-
"ntsRequired": ["details"]
|
|
7209
|
+
"ntsRequired": ["details"],
|
|
7210
|
+
"nts-sefRequired": ["details"]
|
|
7050
7211
|
}
|
|
7051
7212
|
]
|
|
7052
7213
|
},
|
|
7053
7214
|
"buildingsInsurance": {
|
|
7054
7215
|
"lpe1Ref": "5",
|
|
7216
|
+
"nts-sefRef": "A3.7",
|
|
7055
7217
|
"title": "Buildings Insurance",
|
|
7056
7218
|
"type": "object",
|
|
7057
7219
|
"lpe1Required": [
|
|
@@ -7066,6 +7228,9 @@
|
|
|
7066
7228
|
"buildingsReinstatementCostAssessment",
|
|
7067
7229
|
"premiumIncludedInServiceCharge"
|
|
7068
7230
|
],
|
|
7231
|
+
"nts-sefRequired": [
|
|
7232
|
+
"premiumIncludedInServiceCharge"
|
|
7233
|
+
],
|
|
7069
7234
|
"properties": {
|
|
7070
7235
|
"premiumsPaidUpToDate": {
|
|
7071
7236
|
"lpe1Ref": "5.1",
|
|
@@ -7471,16 +7636,19 @@
|
|
|
7471
7636
|
},
|
|
7472
7637
|
"premiumIncludedInServiceCharge": {
|
|
7473
7638
|
"lpe1Ref": "5.10",
|
|
7639
|
+
"nts-sefRef": "A3.7.1",
|
|
7474
7640
|
"type": "object",
|
|
7475
|
-
"title": "Is the insurance premium included in the service charge
|
|
7641
|
+
"title": "Is the insurance premium included in the service charge budget?",
|
|
7476
7642
|
"properties": {
|
|
7477
7643
|
"yesNo": {
|
|
7644
|
+
"nts-sefRef": "A3.7.1.1",
|
|
7478
7645
|
"type": "string",
|
|
7479
7646
|
"title": "",
|
|
7480
7647
|
"enum": ["Yes", "No"]
|
|
7481
7648
|
}
|
|
7482
7649
|
},
|
|
7483
7650
|
"lpe1Required": ["yesNo"],
|
|
7651
|
+
"nts-sefRequired": ["yesNo"],
|
|
7484
7652
|
"discriminator": {
|
|
7485
7653
|
"propertyName": "yesNo"
|
|
7486
7654
|
},
|
|
@@ -7499,11 +7667,13 @@
|
|
|
7499
7667
|
},
|
|
7500
7668
|
"details": {
|
|
7501
7669
|
"lpe1Ref": "5.10.1",
|
|
7502
|
-
"
|
|
7670
|
+
"nts-sefRef": "A3.7.1.2",
|
|
7671
|
+
"title": "Confirm the annual amount payable for the Property",
|
|
7503
7672
|
"type": "number"
|
|
7504
7673
|
}
|
|
7505
7674
|
},
|
|
7506
|
-
"lpe1Required": ["details"]
|
|
7675
|
+
"lpe1Required": ["details"],
|
|
7676
|
+
"nts-sefRequired": ["details"]
|
|
7507
7677
|
}
|
|
7508
7678
|
]
|
|
7509
7679
|
}
|
|
@@ -8791,6 +8961,7 @@
|
|
|
8791
8961
|
},
|
|
8792
8962
|
"otherOwnershipDetails": {
|
|
8793
8963
|
"ntsRef": "A3.5",
|
|
8964
|
+
"nts-sefRef": "A3.5",
|
|
8794
8965
|
"baspi4Ref": "A1.3.2",
|
|
8795
8966
|
"baspi5Ref": "A1.3.2",
|
|
8796
8967
|
"title": "Details of the ownership type",
|
|
@@ -8800,7 +8971,8 @@
|
|
|
8800
8971
|
},
|
|
8801
8972
|
"baspi4Required": ["otherOwnershipDetails"],
|
|
8802
8973
|
"baspi5Required": ["otherOwnershipDetails"],
|
|
8803
|
-
"ntsRequired": ["otherOwnershipDetails"]
|
|
8974
|
+
"ntsRequired": ["otherOwnershipDetails"],
|
|
8975
|
+
"nts-sefRequired": ["otherOwnershipDetails"]
|
|
8804
8976
|
}
|
|
8805
8977
|
]
|
|
8806
8978
|
}
|
|
@@ -8809,6 +8981,7 @@
|
|
|
8809
8981
|
},
|
|
8810
8982
|
"parking": {
|
|
8811
8983
|
"ntsRef": "B4",
|
|
8984
|
+
"nts-sefRef": "B4",
|
|
8812
8985
|
"ntslRef": "B4",
|
|
8813
8986
|
"baspi4Ref": "A1.6",
|
|
8814
8987
|
"baspi5Ref": "A1.6",
|
|
@@ -8832,6 +9005,12 @@
|
|
|
8832
9005
|
"controlledParking",
|
|
8833
9006
|
"electricVehicleChargingPoint"
|
|
8834
9007
|
],
|
|
9008
|
+
"nts-sefRequired": [
|
|
9009
|
+
"parkingArrangements",
|
|
9010
|
+
"disabledParking",
|
|
9011
|
+
"controlledParking",
|
|
9012
|
+
"electricVehicleChargingPoint"
|
|
9013
|
+
],
|
|
8835
9014
|
"ntslRequired": [
|
|
8836
9015
|
"parkingArrangements",
|
|
8837
9016
|
"disabledParking",
|
|
@@ -8842,6 +9021,7 @@
|
|
|
8842
9021
|
"properties": {
|
|
8843
9022
|
"parkingArrangements": {
|
|
8844
9023
|
"ntsRef": "B4.1",
|
|
9024
|
+
"nts-sefRef": "B4.1",
|
|
8845
9025
|
"ntslRef": "B4.1",
|
|
8846
9026
|
"baspi4Ref": "A1.6.0",
|
|
8847
9027
|
"baspi5Ref": "A1.6.0",
|
|
@@ -8851,9 +9031,11 @@
|
|
|
8851
9031
|
"title": "Parking arrangements",
|
|
8852
9032
|
"items": {
|
|
8853
9033
|
"ntsRef": "B4.1.1",
|
|
9034
|
+
"nts-sefRef": "B4.1.1",
|
|
8854
9035
|
"ntslRef": "B4.1.1",
|
|
8855
9036
|
"type": "string",
|
|
8856
9037
|
"enum": [
|
|
9038
|
+
"None",
|
|
8857
9039
|
"Allocated",
|
|
8858
9040
|
"Communal",
|
|
8859
9041
|
"Covered",
|
|
@@ -8870,12 +9052,14 @@
|
|
|
8870
9052
|
},
|
|
8871
9053
|
"disabledParking": {
|
|
8872
9054
|
"ntsRef": "B4.2",
|
|
9055
|
+
"nts-sefRef": "B4.2",
|
|
8873
9056
|
"ntslRef": "B4.2",
|
|
8874
9057
|
"title": "Is disabled parking available?",
|
|
8875
9058
|
"type": "object",
|
|
8876
9059
|
"properties": {
|
|
8877
9060
|
"yesNo": {
|
|
8878
9061
|
"ntsRef": "B4.2.1",
|
|
9062
|
+
"nts-sefRef": "B4.2.1",
|
|
8879
9063
|
"ntslRef": "B4.2.1",
|
|
8880
9064
|
"type": "string",
|
|
8881
9065
|
"title": "",
|
|
@@ -8883,10 +9067,12 @@
|
|
|
8883
9067
|
}
|
|
8884
9068
|
},
|
|
8885
9069
|
"ntsRequired": ["yesNo"],
|
|
9070
|
+
"nts-sefRequired": ["yesNo"],
|
|
8886
9071
|
"ntslRequired": ["yesNo"]
|
|
8887
9072
|
},
|
|
8888
9073
|
"controlledParking": {
|
|
8889
9074
|
"ntsRef": "B4.3",
|
|
9075
|
+
"nts-sefRef": "B4.3",
|
|
8890
9076
|
"ntslRef": "B4.3",
|
|
8891
9077
|
"baspi4Ref": "A1.6.0.2",
|
|
8892
9078
|
"baspi5Ref": "A1.6.0.2",
|
|
@@ -8896,6 +9082,7 @@
|
|
|
8896
9082
|
"properties": {
|
|
8897
9083
|
"yesNo": {
|
|
8898
9084
|
"ntsRef": "B4.3.1",
|
|
9085
|
+
"nts-sefRef": "B4.3.1",
|
|
8899
9086
|
"ntslRef": "B4.3.1",
|
|
8900
9087
|
"baspi4Ref": "A1.6.0.2.1",
|
|
8901
9088
|
"baspi5Ref": "A1.6.0.2.1",
|
|
@@ -8908,6 +9095,7 @@
|
|
|
8908
9095
|
"baspi4Required": ["yesNo"],
|
|
8909
9096
|
"baspi5Required": ["yesNo"],
|
|
8910
9097
|
"ntsRequired": ["yesNo"],
|
|
9098
|
+
"nts-sefRequired": ["yesNo"],
|
|
8911
9099
|
"ntslRequired": ["yesNo"],
|
|
8912
9100
|
"ta6Required": ["yesNo"],
|
|
8913
9101
|
"discriminator": {
|
|
@@ -8978,6 +9166,7 @@
|
|
|
8978
9166
|
},
|
|
8979
9167
|
"electricVehicleChargingPoint": {
|
|
8980
9168
|
"ntsRef": "B4.4",
|
|
9169
|
+
"nts-sefRef": "B4.4",
|
|
8981
9170
|
"ntslRef": "B4.4",
|
|
8982
9171
|
"baspi4Ref": "A1.6.1",
|
|
8983
9172
|
"baspi5Ref": "A1.6.1",
|
|
@@ -8986,6 +9175,7 @@
|
|
|
8986
9175
|
"properties": {
|
|
8987
9176
|
"yesNo": {
|
|
8988
9177
|
"ntsRef": "B4.4.1",
|
|
9178
|
+
"nts-sefRef": "B4.4.1",
|
|
8989
9179
|
"ntslRef": "B4.4.1",
|
|
8990
9180
|
"baspi4Ref": "A1.6.1.1",
|
|
8991
9181
|
"baspi5Ref": "A1.6.1.1",
|
|
@@ -8997,6 +9187,7 @@
|
|
|
8997
9187
|
"baspi4Required": ["yesNo"],
|
|
8998
9188
|
"baspi5Required": ["yesNo"],
|
|
8999
9189
|
"ntsRequired": ["yesNo"],
|
|
9190
|
+
"nts-sefRequired": ["yesNo"],
|
|
9000
9191
|
"ntslRequired": ["yesNo"]
|
|
9001
9192
|
},
|
|
9002
9193
|
"locatedInUlez": {
|
|
@@ -9020,6 +9211,7 @@
|
|
|
9020
9211
|
},
|
|
9021
9212
|
"listingAndConservation": {
|
|
9022
9213
|
"ntsRef": "C2.1",
|
|
9214
|
+
"nts-sefRef": "C2.1",
|
|
9023
9215
|
"ntslRef": "C2.1",
|
|
9024
9216
|
"baspi4Ref": "A1.7",
|
|
9025
9217
|
"baspi5Ref": "A1.7",
|
|
@@ -9031,6 +9223,11 @@
|
|
|
9031
9223
|
"isConservationArea",
|
|
9032
9224
|
"hasTreePreservationOrder"
|
|
9033
9225
|
],
|
|
9226
|
+
"nts-sefRequired": [
|
|
9227
|
+
"isListed",
|
|
9228
|
+
"isConservationArea",
|
|
9229
|
+
"hasTreePreservationOrder"
|
|
9230
|
+
],
|
|
9034
9231
|
"ntslRequired": [
|
|
9035
9232
|
"isListed",
|
|
9036
9233
|
"isConservationArea",
|
|
@@ -9054,6 +9251,7 @@
|
|
|
9054
9251
|
"properties": {
|
|
9055
9252
|
"isListed": {
|
|
9056
9253
|
"ntsRef": "C2.1.1",
|
|
9254
|
+
"nts-sefRef": "C2.1.1",
|
|
9057
9255
|
"ntslRef": "C2.1.1",
|
|
9058
9256
|
"baspi4Ref": "A1.7.1",
|
|
9059
9257
|
"baspi5Ref": "A1.7.1",
|
|
@@ -9065,6 +9263,7 @@
|
|
|
9065
9263
|
"properties": {
|
|
9066
9264
|
"yesNo": {
|
|
9067
9265
|
"ntsRef": "C2.1.1.1",
|
|
9266
|
+
"nts-sefRef": "C2.1.1.1",
|
|
9068
9267
|
"ntslRef": "C2.1.1.1",
|
|
9069
9268
|
"baspi4Ref": "A1.7.1.1",
|
|
9070
9269
|
"baspi5Ref": "A1.7.1.1",
|
|
@@ -9074,12 +9273,14 @@
|
|
|
9074
9273
|
"title": "",
|
|
9075
9274
|
"enum": ["Yes", "No", "Not known"],
|
|
9076
9275
|
"ntsEnum": ["Yes", "No"],
|
|
9276
|
+
"nts-sefEnum": ["Yes", "No"],
|
|
9077
9277
|
"ntslEnum": ["Yes", "No"]
|
|
9078
9278
|
}
|
|
9079
9279
|
},
|
|
9080
9280
|
"baspi4Required": ["yesNo"],
|
|
9081
9281
|
"baspi5Required": ["yesNo"],
|
|
9082
9282
|
"ntsRequired": ["yesNo"],
|
|
9283
|
+
"nts-sefRequired": ["yesNo"],
|
|
9083
9284
|
"ntslRequired": ["yesNo"],
|
|
9084
9285
|
"ta6Required": ["yesNo"],
|
|
9085
9286
|
"discriminator": {
|
|
@@ -9100,6 +9301,7 @@
|
|
|
9100
9301
|
},
|
|
9101
9302
|
"details": {
|
|
9102
9303
|
"ntsRef": "C2.1.1.2",
|
|
9304
|
+
"nts-sefRef": "C2.1.1.2",
|
|
9103
9305
|
"ntslRef": "C2.1.1.2",
|
|
9104
9306
|
"baspi4Ref": "A1.7.1.2",
|
|
9105
9307
|
"baspi5Ref": "A1.7.1.2",
|
|
@@ -9118,6 +9320,7 @@
|
|
|
9118
9320
|
}
|
|
9119
9321
|
},
|
|
9120
9322
|
"ntsRequired": ["details"],
|
|
9323
|
+
"nts-sefRequired": ["details"],
|
|
9121
9324
|
"ntslRequired": ["details"],
|
|
9122
9325
|
"baspi4Required": ["details", "attachments"],
|
|
9123
9326
|
"baspi5Required": ["details", "attachments"],
|
|
@@ -9127,6 +9330,7 @@
|
|
|
9127
9330
|
},
|
|
9128
9331
|
"isConservationArea": {
|
|
9129
9332
|
"ntsRef": "C2.1.2",
|
|
9333
|
+
"nts-sefRef": "C2.1.2",
|
|
9130
9334
|
"ntslRef": "C2.1.2",
|
|
9131
9335
|
"baspi4Ref": "A1.7.2",
|
|
9132
9336
|
"baspi5Ref": "A1.7.2",
|
|
@@ -9138,6 +9342,7 @@
|
|
|
9138
9342
|
"properties": {
|
|
9139
9343
|
"yesNo": {
|
|
9140
9344
|
"ntsRef": "C2.1.2.1",
|
|
9345
|
+
"nts-sefRef": "C2.1.2.1",
|
|
9141
9346
|
"ntslRef": "C2.1.2.1",
|
|
9142
9347
|
"baspi4Ref": "A1.7.2.1",
|
|
9143
9348
|
"baspi5Ref": "A1.7.2.1",
|
|
@@ -9147,12 +9352,14 @@
|
|
|
9147
9352
|
"title": "",
|
|
9148
9353
|
"enum": ["Yes", "No", "Not known"],
|
|
9149
9354
|
"ntsEnum": ["Yes", "No"],
|
|
9355
|
+
"nts-sefEnum": ["Yes", "No"],
|
|
9150
9356
|
"ntslEnum": ["Yes", "No"]
|
|
9151
9357
|
}
|
|
9152
9358
|
},
|
|
9153
9359
|
"baspi4Required": ["yesNo"],
|
|
9154
9360
|
"baspi5Required": ["yesNo"],
|
|
9155
9361
|
"ntsRequired": ["yesNo"],
|
|
9362
|
+
"nts-sefRequired": ["yesNo"],
|
|
9156
9363
|
"ntslRequired": ["yesNo"],
|
|
9157
9364
|
"ta6Required": ["yesNo"],
|
|
9158
9365
|
"discriminator": {
|
|
@@ -9173,6 +9380,7 @@
|
|
|
9173
9380
|
},
|
|
9174
9381
|
"details": {
|
|
9175
9382
|
"ntsRef": "C2.1.2.2",
|
|
9383
|
+
"nts-sefRef": "C2.1.2.2",
|
|
9176
9384
|
"ntslRef": "C2.1.2.2",
|
|
9177
9385
|
"baspi4Ref": "A1.7.2.2",
|
|
9178
9386
|
"baspi5Ref": "A1.7.2.2",
|
|
@@ -9191,6 +9399,7 @@
|
|
|
9191
9399
|
}
|
|
9192
9400
|
},
|
|
9193
9401
|
"ntsRequired": ["details"],
|
|
9402
|
+
"nts-sefRequired": ["details"],
|
|
9194
9403
|
"ntslRequired": ["details"],
|
|
9195
9404
|
"baspi4Required": ["details", "attachments"],
|
|
9196
9405
|
"baspi5Required": ["details", "attachments"],
|
|
@@ -9200,6 +9409,7 @@
|
|
|
9200
9409
|
},
|
|
9201
9410
|
"hasTreePreservationOrder": {
|
|
9202
9411
|
"ntsRef": "C2.1.3",
|
|
9412
|
+
"nts-sefRef": "C2.1.3",
|
|
9203
9413
|
"ntslRef": "C2.1.3",
|
|
9204
9414
|
"baspi4Ref": "A1.7.3",
|
|
9205
9415
|
"baspi5Ref": "A1.7.3",
|
|
@@ -9211,6 +9421,7 @@
|
|
|
9211
9421
|
"properties": {
|
|
9212
9422
|
"yesNo": {
|
|
9213
9423
|
"ntsRef": "C2.1.3.1",
|
|
9424
|
+
"nts-sefRef": "C2.1.3.1",
|
|
9214
9425
|
"ntslRef": "C2.1.3.1",
|
|
9215
9426
|
"baspi4Ref": "A1.7.3.1",
|
|
9216
9427
|
"baspi5Ref": "A1.7.3.1",
|
|
@@ -9220,12 +9431,14 @@
|
|
|
9220
9431
|
"title": "",
|
|
9221
9432
|
"enum": ["Yes", "No", "Not known"],
|
|
9222
9433
|
"ntsEnum": ["Yes", "No"],
|
|
9434
|
+
"nts-sefEnum": ["Yes", "No"],
|
|
9223
9435
|
"ntslEnum": ["Yes", "No"]
|
|
9224
9436
|
}
|
|
9225
9437
|
},
|
|
9226
9438
|
"baspi4Required": ["yesNo"],
|
|
9227
9439
|
"baspi5Required": ["yesNo"],
|
|
9228
9440
|
"ntsRequired": ["yesNo"],
|
|
9441
|
+
"nts-sefRequired": ["yesNo"],
|
|
9229
9442
|
"ntslRequired": ["yesNo"],
|
|
9230
9443
|
"ta6Required": ["yesNo"],
|
|
9231
9444
|
"discriminator": {
|
|
@@ -9246,6 +9459,7 @@
|
|
|
9246
9459
|
},
|
|
9247
9460
|
"workCarriedOut": {
|
|
9248
9461
|
"ntsRef": "C2.1.3.2",
|
|
9462
|
+
"nts-sefRef": "C2.1.3.2",
|
|
9249
9463
|
"ntslRef": "C2.1.3.2",
|
|
9250
9464
|
"baspi4Ref": "A1.7.3.2",
|
|
9251
9465
|
"baspi5Ref": "A1.7.3.2",
|
|
@@ -9268,6 +9482,7 @@
|
|
|
9268
9482
|
"baspi4Required": ["yesNo"],
|
|
9269
9483
|
"baspi5Required": ["yesNo"],
|
|
9270
9484
|
"ntsRequired": ["yesNo"],
|
|
9485
|
+
"nts-sefRequired": ["yesNo"],
|
|
9271
9486
|
"ntslRequired": ["yesNo"],
|
|
9272
9487
|
"ta6Required": ["yesNo"],
|
|
9273
9488
|
"discriminator": {
|
|
@@ -9288,6 +9503,7 @@
|
|
|
9288
9503
|
},
|
|
9289
9504
|
"consentsObtained": {
|
|
9290
9505
|
"ntsRef": "C2.1.3.3",
|
|
9506
|
+
"nts-sefRef": "C2.1.3.3",
|
|
9291
9507
|
"ntslRef": "C2.1.3.3",
|
|
9292
9508
|
"baspi4Ref": "A1.7.3.3",
|
|
9293
9509
|
"baspi5Ref": "A1.7.3.3",
|
|
@@ -9307,6 +9523,7 @@
|
|
|
9307
9523
|
}
|
|
9308
9524
|
},
|
|
9309
9525
|
"ntsRequired": ["consentsObtained"],
|
|
9526
|
+
"nts-sefRequired": ["consentsObtained"],
|
|
9310
9527
|
"ntslRequired": ["consentsObtained"],
|
|
9311
9528
|
"baspi4Required": ["consentsObtained"],
|
|
9312
9529
|
"baspi5Required": ["consentsObtained"],
|
|
@@ -9327,6 +9544,7 @@
|
|
|
9327
9544
|
"baspi4Ref": "A1.8",
|
|
9328
9545
|
"baspi5Ref": "A1.8",
|
|
9329
9546
|
"ntsRef": "A1.2",
|
|
9547
|
+
"nts-sefRef": "A1.2",
|
|
9330
9548
|
"ntslRef": "A1.2",
|
|
9331
9549
|
"title": "Type of Construction",
|
|
9332
9550
|
"type": "object",
|
|
@@ -9341,12 +9559,14 @@
|
|
|
9341
9559
|
"sprayFoamInsulation"
|
|
9342
9560
|
],
|
|
9343
9561
|
"ntsRequired": ["isStandardForm", "buildingSafety"],
|
|
9562
|
+
"nts-sefRequired": ["isStandardForm", "buildingSafety"],
|
|
9344
9563
|
"ntslRequired": ["isStandardForm", "buildingSafety"],
|
|
9345
9564
|
"properties": {
|
|
9346
9565
|
"isStandardForm": {
|
|
9347
9566
|
"baspi4Ref": "A1.8.1",
|
|
9348
9567
|
"baspi5Ref": "A1.8.1",
|
|
9349
9568
|
"ntsRef": "A1.2.1",
|
|
9569
|
+
"nts-sefRef": "A1.2.1",
|
|
9350
9570
|
"ntslRef": "A1.2.1",
|
|
9351
9571
|
"rdsRef": "Buildings,BuildingSections/ConstructionType,ConstructionMaterials",
|
|
9352
9572
|
"piqRef": "A5.5",
|
|
@@ -9358,6 +9578,7 @@
|
|
|
9358
9578
|
"baspi4Ref": "A1.8.1.1",
|
|
9359
9579
|
"baspi5Ref": "A1.8.1.1",
|
|
9360
9580
|
"ntsRef": "A1.2.1.1",
|
|
9581
|
+
"nts-sefRef": "A1.2.1.1",
|
|
9361
9582
|
"ntslRef": "A1.2.1.1",
|
|
9362
9583
|
"piqRef": "A5.5.1",
|
|
9363
9584
|
"type": "string",
|
|
@@ -9368,6 +9589,7 @@
|
|
|
9368
9589
|
"baspi4Required": ["yesNo"],
|
|
9369
9590
|
"baspi5Required": ["yesNo"],
|
|
9370
9591
|
"ntsRequired": ["yesNo"],
|
|
9592
|
+
"nts-sefRequired": ["yesNo"],
|
|
9371
9593
|
"ntslRequired": ["yesNo"],
|
|
9372
9594
|
"discriminator": {
|
|
9373
9595
|
"propertyName": "yesNo"
|
|
@@ -9389,6 +9611,7 @@
|
|
|
9389
9611
|
"baspi4Ref": "A1.8.1.2",
|
|
9390
9612
|
"baspi5Ref": "A1.8.1.2",
|
|
9391
9613
|
"ntsRef": "A1.2.1.2",
|
|
9614
|
+
"nts-sefRef": "A1.2.1.2",
|
|
9392
9615
|
"ntslRef": "A1.2.1.2",
|
|
9393
9616
|
"title": "Details",
|
|
9394
9617
|
"type": "string",
|
|
@@ -9398,12 +9621,14 @@
|
|
|
9398
9621
|
"baspi4Required": ["details"],
|
|
9399
9622
|
"baspi5Required": ["details"],
|
|
9400
9623
|
"ntsRequired": ["details"],
|
|
9624
|
+
"nts-sefRequired": ["details"],
|
|
9401
9625
|
"ntslRequired": ["details"]
|
|
9402
9626
|
}
|
|
9403
9627
|
]
|
|
9404
9628
|
},
|
|
9405
9629
|
"buildingSafety": {
|
|
9406
9630
|
"ntsRef": "C1",
|
|
9631
|
+
"nts-sefRef": "C1",
|
|
9407
9632
|
"ntslRef": "C1",
|
|
9408
9633
|
"baspi4Ref": "A1.8.2",
|
|
9409
9634
|
"baspi5Ref": "A1.8.2",
|
|
@@ -9417,6 +9642,7 @@
|
|
|
9417
9642
|
"properties": {
|
|
9418
9643
|
"yesNo": {
|
|
9419
9644
|
"ntsRef": "C1.1",
|
|
9645
|
+
"nts-sefRef": "C1.1",
|
|
9420
9646
|
"ntslRef": "C1.1",
|
|
9421
9647
|
"baspi4Ref": "A1.8.2.1",
|
|
9422
9648
|
"baspi5Ref": "A1.8.2.1",
|
|
@@ -9428,10 +9654,12 @@
|
|
|
9428
9654
|
"baspi4Enum": ["Yes", "No"],
|
|
9429
9655
|
"baspi5Enum": ["Yes", "No"],
|
|
9430
9656
|
"ntsEnum": ["Yes", "No"],
|
|
9657
|
+
"nts-sefEnum": ["Yes", "No"],
|
|
9431
9658
|
"ntslEnum": ["Yes", "No"]
|
|
9432
9659
|
}
|
|
9433
9660
|
},
|
|
9434
9661
|
"ntsRequired": ["yesNo"],
|
|
9662
|
+
"nts-sefRequired": ["yesNo"],
|
|
9435
9663
|
"ntslRequired": ["yesNo"],
|
|
9436
9664
|
"baspi4Required": ["yesNo"],
|
|
9437
9665
|
"baspi5Required": ["yesNo"],
|
|
@@ -9455,6 +9683,7 @@
|
|
|
9455
9683
|
},
|
|
9456
9684
|
"details": {
|
|
9457
9685
|
"ntsRef": "C1.2",
|
|
9686
|
+
"nts-sefRef": "C1.2",
|
|
9458
9687
|
"ntslRef": "C1.2",
|
|
9459
9688
|
"baspi4Ref": "A1.8.2.2",
|
|
9460
9689
|
"baspi5Ref": "A1.8.2.2",
|
|
@@ -9466,6 +9695,7 @@
|
|
|
9466
9695
|
},
|
|
9467
9696
|
"workAlreadyDone": {
|
|
9468
9697
|
"ntsRef": "C1.3",
|
|
9698
|
+
"nts-sefRef": "C1.3",
|
|
9469
9699
|
"ntslRef": "C1.3",
|
|
9470
9700
|
"baspi4Ref": "A1.8.2.2",
|
|
9471
9701
|
"baspi5Ref": "A1.8.2.2",
|
|
@@ -9476,6 +9706,7 @@
|
|
|
9476
9706
|
},
|
|
9477
9707
|
"workToBeDone": {
|
|
9478
9708
|
"ntsRef": "C1.4",
|
|
9709
|
+
"nts-sefRef": "C1.4",
|
|
9479
9710
|
"ntslRef": "C1.4",
|
|
9480
9711
|
"baspi4Ref": "A1.8.2.2",
|
|
9481
9712
|
"baspi5Ref": "A1.8.2.2",
|
|
@@ -9486,6 +9717,7 @@
|
|
|
9486
9717
|
},
|
|
9487
9718
|
"potentialCost": {
|
|
9488
9719
|
"ntsRef": "C1.5",
|
|
9720
|
+
"nts-sefRef": "C1.5",
|
|
9489
9721
|
"ntslRef": "C1.5",
|
|
9490
9722
|
"baspi4Ref": "A1.8.2.2",
|
|
9491
9723
|
"baspi5Ref": "A1.8.2.2",
|
|
@@ -9496,6 +9728,7 @@
|
|
|
9496
9728
|
},
|
|
9497
9729
|
"abilityToResideAtProperty": {
|
|
9498
9730
|
"ntsRef": "C1.6",
|
|
9731
|
+
"nts-sefRef": "C1.6",
|
|
9499
9732
|
"ntslRef": "C1.6",
|
|
9500
9733
|
"baspi4Ref": "A1.8.2.2",
|
|
9501
9734
|
"baspi5Ref": "A1.8.2.2",
|
|
@@ -9523,6 +9756,13 @@
|
|
|
9523
9756
|
"potentialCost",
|
|
9524
9757
|
"abilityToResideAtProperty"
|
|
9525
9758
|
],
|
|
9759
|
+
"nts-sefRequired": [
|
|
9760
|
+
"details",
|
|
9761
|
+
"workAlreadyDone",
|
|
9762
|
+
"workToBeDone",
|
|
9763
|
+
"potentialCost",
|
|
9764
|
+
"abilityToResideAtProperty"
|
|
9765
|
+
],
|
|
9526
9766
|
"ntslRequired": [
|
|
9527
9767
|
"details",
|
|
9528
9768
|
"workAlreadyDone",
|
|
@@ -9533,6 +9773,51 @@
|
|
|
9533
9773
|
}
|
|
9534
9774
|
]
|
|
9535
9775
|
},
|
|
9776
|
+
"loft": {
|
|
9777
|
+
"title": "Does the property have access to a loft?",
|
|
9778
|
+
"type": "object",
|
|
9779
|
+
"properties": {
|
|
9780
|
+
"loftAccess": {
|
|
9781
|
+
"type": "string",
|
|
9782
|
+
"title": "",
|
|
9783
|
+
"enum": ["Yes", "No"]
|
|
9784
|
+
}
|
|
9785
|
+
},
|
|
9786
|
+
"discriminator": {
|
|
9787
|
+
"propertyName": "loftAccess"
|
|
9788
|
+
},
|
|
9789
|
+
"oneOf": [
|
|
9790
|
+
{
|
|
9791
|
+
"properties": {
|
|
9792
|
+
"loftAccess": {
|
|
9793
|
+
"enum": ["No"]
|
|
9794
|
+
}
|
|
9795
|
+
}
|
|
9796
|
+
},
|
|
9797
|
+
{
|
|
9798
|
+
"properties": {
|
|
9799
|
+
"loftAccess": {
|
|
9800
|
+
"enum": ["Yes"]
|
|
9801
|
+
},
|
|
9802
|
+
"details": {
|
|
9803
|
+
"title": "Please describe how the loft is accessed",
|
|
9804
|
+
"type": "string",
|
|
9805
|
+
"minLength": 1
|
|
9806
|
+
},
|
|
9807
|
+
"loftBoarded": {
|
|
9808
|
+
"type": "string",
|
|
9809
|
+
"title": "Is the loft space boarded?",
|
|
9810
|
+
"enum": ["Yes", "No"]
|
|
9811
|
+
},
|
|
9812
|
+
"loftInsulated": {
|
|
9813
|
+
"type": "string",
|
|
9814
|
+
"title": "Is the loft space insulated?",
|
|
9815
|
+
"enum": ["Yes", "No"]
|
|
9816
|
+
}
|
|
9817
|
+
}
|
|
9818
|
+
}
|
|
9819
|
+
]
|
|
9820
|
+
},
|
|
9536
9821
|
"sprayFoamInsulation": {
|
|
9537
9822
|
"baspi4Ref": "A1.8.4",
|
|
9538
9823
|
"baspi5Ref": "A1.8.4",
|
|
@@ -9588,6 +9873,7 @@
|
|
|
9588
9873
|
"accessibilityAndAdaptations": {
|
|
9589
9874
|
"baspi5Ref": "A12.2",
|
|
9590
9875
|
"ntsRef": "C5",
|
|
9876
|
+
"nts-sefRef": "C5",
|
|
9591
9877
|
"ntslRef": "C5",
|
|
9592
9878
|
"title": "Are there any adaptations or features that provide easier access to, and within, the property?",
|
|
9593
9879
|
"description": "Lateral living is where a property has all essential facilities e.g. kitchen, bathroom and bedroom on the entrance level.",
|
|
@@ -9595,6 +9881,7 @@
|
|
|
9595
9881
|
"items": {
|
|
9596
9882
|
"type": "string",
|
|
9597
9883
|
"enum": [
|
|
9884
|
+
"None",
|
|
9598
9885
|
"Level access",
|
|
9599
9886
|
"Ramped access",
|
|
9600
9887
|
"Lift access",
|
|
@@ -9613,6 +9900,7 @@
|
|
|
9613
9900
|
"baspi5Ref": "A1.8.3",
|
|
9614
9901
|
"ta6Ref": "7.6",
|
|
9615
9902
|
"ntsRef": "A4",
|
|
9903
|
+
"nts-sefRef": "A4",
|
|
9616
9904
|
"ntslRef": "A4",
|
|
9617
9905
|
"rdsRef": "Certificates/{category='energyEfficiency',standard='EPC',gradeLevelRating=?},Certificates/{category='energyEfficiency',standard='EPC',status='exempt'},",
|
|
9618
9906
|
"title": "Energy Efficiency",
|
|
@@ -9620,6 +9908,7 @@
|
|
|
9620
9908
|
"baspi4Required": ["certificate", "greenDealLoan"],
|
|
9621
9909
|
"baspi5Required": ["certificate", "greenDealLoan"],
|
|
9622
9910
|
"ntsRequired": ["certificate"],
|
|
9911
|
+
"nts-sefRequired": ["certificate"],
|
|
9623
9912
|
"ntslRequired": ["certificate"],
|
|
9624
9913
|
"ta6Required": ["certificateIsSupplied", "greenDealLoan"],
|
|
9625
9914
|
"properties": {
|
|
@@ -9633,11 +9922,13 @@
|
|
|
9633
9922
|
"baspi4Ref": "A1.8.3.1",
|
|
9634
9923
|
"baspi5Ref": "A1.8.3.1",
|
|
9635
9924
|
"ntsRef": "A4.1",
|
|
9925
|
+
"nts-sefRef": "A4.1",
|
|
9636
9926
|
"ntslRef": "A4.1",
|
|
9637
9927
|
"type": "object",
|
|
9638
9928
|
"baspi4Required": ["currentEnergyRating"],
|
|
9639
9929
|
"baspi5Required": ["currentEnergyRating"],
|
|
9640
9930
|
"ntsRequired": ["currentEnergyRating"],
|
|
9931
|
+
"nts-sefRequired": ["currentEnergyRating"],
|
|
9641
9932
|
"ntslRequired": ["currentEnergyRating"],
|
|
9642
9933
|
"properties": {
|
|
9643
9934
|
"certificateNumber": {
|
|
@@ -9689,6 +9980,7 @@
|
|
|
9689
9980
|
"baspi4Ref": "A1.8.3.1.1",
|
|
9690
9981
|
"baspi5Ref": "A1.8.3.1.1",
|
|
9691
9982
|
"ntsRef": "A4.1.1",
|
|
9983
|
+
"nts-sefRef": "A4.1.1",
|
|
9692
9984
|
"ntslRef": "A4.1.1",
|
|
9693
9985
|
"title": "Current energy efficiency rating",
|
|
9694
9986
|
"description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
|
|
@@ -10050,6 +10342,7 @@
|
|
|
10050
10342
|
"baspi4Ref": "A1.9",
|
|
10051
10343
|
"baspi5Ref": "A1.9",
|
|
10052
10344
|
"ntsRef": "A1",
|
|
10345
|
+
"nts-sefRef": "A1",
|
|
10053
10346
|
"ntslRef": "A1",
|
|
10054
10347
|
"piqRef": "B2",
|
|
10055
10348
|
"title": "Council Tax",
|
|
@@ -10063,24 +10356,41 @@
|
|
|
10063
10356
|
"councilTaxAffectingAlterations"
|
|
10064
10357
|
],
|
|
10065
10358
|
"ntsRequired": ["councilTaxBand", "councilTaxAffectingAlterations"],
|
|
10359
|
+
"nts-sefRequired": [
|
|
10360
|
+
"councilTaxBand",
|
|
10361
|
+
"councilTaxAffectingAlterations"
|
|
10362
|
+
],
|
|
10066
10363
|
"ntslRequired": ["councilTaxBand", "councilTaxAffectingAlterations"],
|
|
10067
10364
|
"properties": {
|
|
10068
10365
|
"councilTaxBand": {
|
|
10069
10366
|
"baspi4Ref": "A1.9.1",
|
|
10070
10367
|
"baspi5Ref": "A1.9.1",
|
|
10071
10368
|
"ntsRef": "A1.1",
|
|
10369
|
+
"nts-sefRef": "A1.1",
|
|
10072
10370
|
"ntslRef": "A1.1",
|
|
10073
10371
|
"rdsRef": "TenureAgreements/Taxes/{banding=?}",
|
|
10074
10372
|
"piqRef": "B2.1",
|
|
10075
10373
|
"title": "Which Council Tax band does this property fall within?",
|
|
10076
10374
|
"description": "Band I relates to Wales only",
|
|
10077
10375
|
"type": "string",
|
|
10078
|
-
"enum": [
|
|
10376
|
+
"enum": [
|
|
10377
|
+
"A",
|
|
10378
|
+
"B",
|
|
10379
|
+
"C",
|
|
10380
|
+
"D",
|
|
10381
|
+
"E",
|
|
10382
|
+
"F",
|
|
10383
|
+
"G",
|
|
10384
|
+
"H",
|
|
10385
|
+
"I",
|
|
10386
|
+
"Not banded"
|
|
10387
|
+
]
|
|
10079
10388
|
},
|
|
10080
10389
|
"councilTaxAffectingAlterations": {
|
|
10081
10390
|
"baspi4Ref": "A1.9.2",
|
|
10082
10391
|
"baspi5Ref": "A1.9.2",
|
|
10083
10392
|
"ntsRef": "A1.2",
|
|
10393
|
+
"nts-sefRef": "A1.2",
|
|
10084
10394
|
"ntslRef": "A1.2",
|
|
10085
10395
|
"rdsRef": "TenureAgreements/Taxes/WorksAlterationsChanges",
|
|
10086
10396
|
"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?",
|
|
@@ -10090,6 +10400,7 @@
|
|
|
10090
10400
|
"baspi4Ref": "A1.9.2.1",
|
|
10091
10401
|
"baspi5Ref": "A1.9.2.1",
|
|
10092
10402
|
"ntsRef": "A1.2.1",
|
|
10403
|
+
"nts-sefRef": "A1.2.1",
|
|
10093
10404
|
"ntslRef": "A1.2.1",
|
|
10094
10405
|
"type": "string",
|
|
10095
10406
|
"title": "",
|
|
@@ -10099,6 +10410,7 @@
|
|
|
10099
10410
|
"baspi4Required": ["yesNo"],
|
|
10100
10411
|
"baspi5Required": ["yesNo"],
|
|
10101
10412
|
"ntsRequired": ["yesNo"],
|
|
10413
|
+
"nts-sefRequired": ["yesNo"],
|
|
10102
10414
|
"ntslRequired": ["yesNo"],
|
|
10103
10415
|
"discriminator": {
|
|
10104
10416
|
"propertyName": "yesNo"
|
|
@@ -10120,6 +10432,7 @@
|
|
|
10120
10432
|
"baspi4Ref": "A1.9.2.2",
|
|
10121
10433
|
"baspi5Ref": "A1.9.2.2",
|
|
10122
10434
|
"ntsRef": "A1.2.2",
|
|
10435
|
+
"nts-sefRef": "A1.2.2",
|
|
10123
10436
|
"ntslRef": "A1.2.2",
|
|
10124
10437
|
"title": "Please give details",
|
|
10125
10438
|
"type": "string",
|
|
@@ -10129,6 +10442,7 @@
|
|
|
10129
10442
|
"baspi4Ref": "A1.9.2.3",
|
|
10130
10443
|
"baspi5Ref": "A1.9.2.3",
|
|
10131
10444
|
"ntsRef": "A1.2.3",
|
|
10445
|
+
"nts-sefRef": "A1.2.3",
|
|
10132
10446
|
"ntslRef": "A1.2.3",
|
|
10133
10447
|
"title": "Attachments",
|
|
10134
10448
|
"type": "string",
|
|
@@ -10138,6 +10452,7 @@
|
|
|
10138
10452
|
"baspi4Required": ["details"],
|
|
10139
10453
|
"baspi5Required": ["details"],
|
|
10140
10454
|
"ntsRequired": ["details"],
|
|
10455
|
+
"nts-sefRequired": ["details"],
|
|
10141
10456
|
"ntslRequired": ["details"]
|
|
10142
10457
|
}
|
|
10143
10458
|
]
|
|
@@ -11778,6 +12093,7 @@
|
|
|
11778
12093
|
"baspi5Ref": "A4",
|
|
11779
12094
|
"ta6Ref": "3",
|
|
11780
12095
|
"ntsRef": "C4",
|
|
12096
|
+
"nts-sefRef": "C4",
|
|
11781
12097
|
"ntslRef": "C4",
|
|
11782
12098
|
"title": "Notices which Affect the Property",
|
|
11783
12099
|
"description": "Are you aware of, or have you received, any of the following notices?",
|
|
@@ -11801,6 +12117,7 @@
|
|
|
11801
12117
|
"otherNotices"
|
|
11802
12118
|
],
|
|
11803
12119
|
"ntsRequired": ["neighbourDevelopment", "planningApplication"],
|
|
12120
|
+
"nts-sefRequired": ["neighbourDevelopment", "planningApplication"],
|
|
11804
12121
|
"ntslRequired": ["neighbourDevelopment", "planningApplication"],
|
|
11805
12122
|
"ta6Required": [
|
|
11806
12123
|
"neighbourDevelopment",
|
|
@@ -11812,6 +12129,7 @@
|
|
|
11812
12129
|
"baspi4Ref": "A4.1",
|
|
11813
12130
|
"baspi5Ref": "A4.1",
|
|
11814
12131
|
"ntsRef": "C4.1",
|
|
12132
|
+
"nts-sefRef": "C4.1",
|
|
11815
12133
|
"ntslRef": "C4.1",
|
|
11816
12134
|
"ta6Ref": "3.2",
|
|
11817
12135
|
"rdsRef": "Property/Flags,Planning",
|
|
@@ -11822,6 +12140,7 @@
|
|
|
11822
12140
|
"properties": {
|
|
11823
12141
|
"yesNo": {
|
|
11824
12142
|
"ntsRef": "C4.1.1",
|
|
12143
|
+
"nts-sefRef": "C4.1.1",
|
|
11825
12144
|
"ntslRef": "C4.1.1",
|
|
11826
12145
|
"baspi4Ref": "A4.1.1",
|
|
11827
12146
|
"baspi5Ref": "A4.1.1",
|
|
@@ -11835,6 +12154,7 @@
|
|
|
11835
12154
|
"baspi4Required": ["yesNo"],
|
|
11836
12155
|
"baspi5Required": ["yesNo"],
|
|
11837
12156
|
"ntsRequired": ["yesNo"],
|
|
12157
|
+
"nts-sefRequired": ["yesNo"],
|
|
11838
12158
|
"ntslRequired": ["yesNo"],
|
|
11839
12159
|
"ta6Required": ["yesNo"],
|
|
11840
12160
|
"discriminator": {
|
|
@@ -11855,6 +12175,7 @@
|
|
|
11855
12175
|
},
|
|
11856
12176
|
"details": {
|
|
11857
12177
|
"ntsRef": "C4.1.2",
|
|
12178
|
+
"nts-sefRef": "C4.1.2",
|
|
11858
12179
|
"ntslRef": "C4.1.2",
|
|
11859
12180
|
"baspi4Ref": "A4.1.2",
|
|
11860
12181
|
"baspi5Ref": "A4.1.2",
|
|
@@ -11875,12 +12196,14 @@
|
|
|
11875
12196
|
"baspi5Required": ["details", "attachments"],
|
|
11876
12197
|
"ta6Required": ["details"],
|
|
11877
12198
|
"ntsRequired": ["details"],
|
|
12199
|
+
"nts-sefRequired": ["details"],
|
|
11878
12200
|
"ntslRequired": ["details"]
|
|
11879
12201
|
}
|
|
11880
12202
|
]
|
|
11881
12203
|
},
|
|
11882
12204
|
"planningApplication": {
|
|
11883
12205
|
"ntsRef": "C4.2",
|
|
12206
|
+
"nts-sefRef": "C4.2",
|
|
11884
12207
|
"ntslRef": "C4.2",
|
|
11885
12208
|
"baspi4Ref": "A4.2",
|
|
11886
12209
|
"baspi5Ref": "A4.2",
|
|
@@ -11892,6 +12215,7 @@
|
|
|
11892
12215
|
"properties": {
|
|
11893
12216
|
"yesNo": {
|
|
11894
12217
|
"ntsRef": "C4.2.1",
|
|
12218
|
+
"nts-sefRef": "C4.2.1",
|
|
11895
12219
|
"ntslRef": "C4.2.1",
|
|
11896
12220
|
"baspi4Ref": "A4.2.1",
|
|
11897
12221
|
"baspi5Ref": "A4.2.1",
|
|
@@ -11905,6 +12229,7 @@
|
|
|
11905
12229
|
"baspi4Required": ["yesNo"],
|
|
11906
12230
|
"baspi5Required": ["yesNo"],
|
|
11907
12231
|
"ntsRequired": ["yesNo"],
|
|
12232
|
+
"nts-sefRequired": ["yesNo"],
|
|
11908
12233
|
"ntslRequired": ["yesNo"],
|
|
11909
12234
|
"ta6Required": ["yesNo"],
|
|
11910
12235
|
"discriminator": {
|
|
@@ -11925,6 +12250,7 @@
|
|
|
11925
12250
|
},
|
|
11926
12251
|
"details": {
|
|
11927
12252
|
"ntsRef": "C4.2.2",
|
|
12253
|
+
"nts-sefRef": "C4.2.2",
|
|
11928
12254
|
"ntslRef": "C4.2.2",
|
|
11929
12255
|
"baspi4Ref": "A4.2.2",
|
|
11930
12256
|
"baspi5Ref": "A4.2.2",
|
|
@@ -11945,6 +12271,7 @@
|
|
|
11945
12271
|
"baspi5Required": ["details", "attachments"],
|
|
11946
12272
|
"ta6Required": ["details"],
|
|
11947
12273
|
"ntsRequired": ["details"],
|
|
12274
|
+
"nts-sefRequired": ["details"],
|
|
11948
12275
|
"ntslRequired": ["details"]
|
|
11949
12276
|
}
|
|
11950
12277
|
]
|
|
@@ -12573,7 +12900,8 @@
|
|
|
12573
12900
|
"outdoorArea",
|
|
12574
12901
|
"televisionAndTelephone",
|
|
12575
12902
|
"stockOfFuel",
|
|
12576
|
-
"otherItems"
|
|
12903
|
+
"otherItems",
|
|
12904
|
+
"confirmationOfAccuracy"
|
|
12577
12905
|
],
|
|
12578
12906
|
"properties": {
|
|
12579
12907
|
"itemsToRemove": {
|
|
@@ -17537,14 +17865,31 @@
|
|
|
17537
17865
|
"baspi4Ref": "A7.1.0.1",
|
|
17538
17866
|
"baspi5Ref": "A7.1.0.1",
|
|
17539
17867
|
"ntsRef": "B3.1",
|
|
17868
|
+
"nts-sefRef": "B3.1",
|
|
17540
17869
|
"ntslRef": "B3.1",
|
|
17541
17870
|
"ta6Ref": "13.1",
|
|
17542
17871
|
"rdsRef": "Services/Electricity",
|
|
17543
17872
|
"piqRef": "A7.1.1",
|
|
17544
17873
|
"title": "Electricity supply",
|
|
17545
17874
|
"type": "object",
|
|
17546
|
-
"ntsRequired": [
|
|
17547
|
-
|
|
17875
|
+
"ntsRequired": [
|
|
17876
|
+
"mainsElectricity",
|
|
17877
|
+
"solarPanels",
|
|
17878
|
+
"heatPump",
|
|
17879
|
+
"otherSources"
|
|
17880
|
+
],
|
|
17881
|
+
"nts-sefRequired": [
|
|
17882
|
+
"mainsElectricity",
|
|
17883
|
+
"solarPanels",
|
|
17884
|
+
"heatPump",
|
|
17885
|
+
"otherSources"
|
|
17886
|
+
],
|
|
17887
|
+
"ntslRequired": [
|
|
17888
|
+
"mainsElectricity",
|
|
17889
|
+
"solarPanels",
|
|
17890
|
+
"heatPump",
|
|
17891
|
+
"otherSources"
|
|
17892
|
+
],
|
|
17548
17893
|
"baspi4Required": ["mainsElectricity", "solarPanels", "otherSources"],
|
|
17549
17894
|
"baspi5Required": ["mainsElectricity", "solarPanels", "otherSources"],
|
|
17550
17895
|
"ta6Required": ["mainsElectricity", "solarPanels"],
|
|
@@ -17553,6 +17898,7 @@
|
|
|
17553
17898
|
"baspi4Ref": "A7.1.0.1",
|
|
17554
17899
|
"baspi5Ref": "A7.1.0.1",
|
|
17555
17900
|
"ntsRef": "B3.1",
|
|
17901
|
+
"nts-sefRef": "B3.1",
|
|
17556
17902
|
"ntslRef": "B3.1",
|
|
17557
17903
|
"ta6Ref": "13.1",
|
|
17558
17904
|
"rdsRef": "Services/Electricity",
|
|
@@ -17562,6 +17908,7 @@
|
|
|
17562
17908
|
"properties": {
|
|
17563
17909
|
"yesNo": {
|
|
17564
17910
|
"ntsRef": "B3.1.1",
|
|
17911
|
+
"nts-sefRef": "B3.1.1",
|
|
17565
17912
|
"ntslRef": "B3.1.1",
|
|
17566
17913
|
"baspi4Ref": "A7.1.0.1.1",
|
|
17567
17914
|
"baspi5Ref": "A7.1.0.1.1",
|
|
@@ -17570,6 +17917,7 @@
|
|
|
17570
17917
|
"title": "",
|
|
17571
17918
|
"enum": ["Yes", "To be connected", "No"],
|
|
17572
17919
|
"ntsEnum": ["Yes", "No"],
|
|
17920
|
+
"nts-sefEnum": ["Yes", "No"],
|
|
17573
17921
|
"ntslEnum": ["Yes", "No"],
|
|
17574
17922
|
"ta6Enum": ["Yes", "No"]
|
|
17575
17923
|
}
|
|
@@ -17577,6 +17925,7 @@
|
|
|
17577
17925
|
"baspi4Required": ["yesNo"],
|
|
17578
17926
|
"baspi5Required": ["yesNo"],
|
|
17579
17927
|
"ntsRequired": ["yesNo"],
|
|
17928
|
+
"nts-sefRequired": ["yesNo"],
|
|
17580
17929
|
"ntslRequired": ["yesNo"],
|
|
17581
17930
|
"ta6Required": ["yesNo"],
|
|
17582
17931
|
"discriminator": {
|
|
@@ -17669,6 +18018,7 @@
|
|
|
17669
18018
|
},
|
|
17670
18019
|
"solarPanels": {
|
|
17671
18020
|
"ntsRef": "B3.7",
|
|
18021
|
+
"nts-sefRef": "B3.7",
|
|
17672
18022
|
"ntslRef": "B3.7",
|
|
17673
18023
|
"baspi4Ref": "A7.1.0.8",
|
|
17674
18024
|
"baspi5Ref": "A7.1.0.8",
|
|
@@ -17679,6 +18029,7 @@
|
|
|
17679
18029
|
"properties": {
|
|
17680
18030
|
"yesNo": {
|
|
17681
18031
|
"ntsRef": "B3.7.1",
|
|
18032
|
+
"nts-sefRef": "B3.7.1",
|
|
17682
18033
|
"ntslRef": "B3.7.1",
|
|
17683
18034
|
"baspi4Ref": "A7.1.0.8.1",
|
|
17684
18035
|
"baspi5Ref": "A7.1.0.8.1",
|
|
@@ -17687,6 +18038,7 @@
|
|
|
17687
18038
|
"title": "",
|
|
17688
18039
|
"enum": ["Yes", "To be connected", "No"],
|
|
17689
18040
|
"ntsEnum": ["Yes", "No"],
|
|
18041
|
+
"nts-sefEnum": ["Yes", "No"],
|
|
17690
18042
|
"ntslEnum": ["Yes", "No"]
|
|
17691
18043
|
}
|
|
17692
18044
|
},
|
|
@@ -17694,6 +18046,7 @@
|
|
|
17694
18046
|
"baspi5Required": ["yesNo"],
|
|
17695
18047
|
"ta6Required": ["yesNo"],
|
|
17696
18048
|
"ntsRequired": ["yesNo"],
|
|
18049
|
+
"nts-sefRequired": ["yesNo"],
|
|
17697
18050
|
"ntslRequired": ["yesNo"],
|
|
17698
18051
|
"discriminator": {
|
|
17699
18052
|
"propertyName": "yesNo"
|
|
@@ -18001,6 +18354,7 @@
|
|
|
18001
18354
|
},
|
|
18002
18355
|
"heatPump": {
|
|
18003
18356
|
"ntsRef": "B3.8",
|
|
18357
|
+
"nts-sefRef": "B3.8",
|
|
18004
18358
|
"ntslRef": "B3.8",
|
|
18005
18359
|
"baspi4Ref": "A7.1.0.9",
|
|
18006
18360
|
"baspi5Ref": "A7.1.0.9",
|
|
@@ -18010,6 +18364,7 @@
|
|
|
18010
18364
|
"properties": {
|
|
18011
18365
|
"yesNo": {
|
|
18012
18366
|
"ntsRef": "B3.8.1",
|
|
18367
|
+
"nts-sefRef": "B3.8.1",
|
|
18013
18368
|
"ntslRef": "B3.8.1",
|
|
18014
18369
|
"baspi4Ref": "A7.1.0.10.1",
|
|
18015
18370
|
"baspi5Ref": "A7.1.0.10.1",
|
|
@@ -18017,12 +18372,14 @@
|
|
|
18017
18372
|
"title": "",
|
|
18018
18373
|
"enum": ["Yes", "To be connected", "No"],
|
|
18019
18374
|
"ntsEnum": ["Yes", "No"],
|
|
18375
|
+
"nts-sefEnum": ["Yes", "No"],
|
|
18020
18376
|
"ntslEnum": ["Yes", "No"]
|
|
18021
18377
|
}
|
|
18022
18378
|
},
|
|
18023
18379
|
"baspi4Required": ["yesNo"],
|
|
18024
18380
|
"baspi5Required": ["yesNo"],
|
|
18025
18381
|
"ntsRequired": ["yesNo"],
|
|
18382
|
+
"nts-sefRequired": ["yesNo"],
|
|
18026
18383
|
"ntslRequired": ["yesNo"],
|
|
18027
18384
|
"discriminator": {
|
|
18028
18385
|
"propertyName": "yesNo"
|
|
@@ -18042,6 +18399,7 @@
|
|
|
18042
18399
|
},
|
|
18043
18400
|
"details": {
|
|
18044
18401
|
"ntsRef": "3.8.2",
|
|
18402
|
+
"nts-sefRef": "3.8.2",
|
|
18045
18403
|
"ntslRef": "3.8.2",
|
|
18046
18404
|
"title": "Details",
|
|
18047
18405
|
"type": "string"
|
|
@@ -18070,6 +18428,7 @@
|
|
|
18070
18428
|
"baspi4Required": ["dateInstalled", "attachments"],
|
|
18071
18429
|
"baspi5Required": ["dateInstalled", "attachments"],
|
|
18072
18430
|
"ntsRequired": ["details"],
|
|
18431
|
+
"nts-sefRequired": ["details"],
|
|
18073
18432
|
"ntslRequired": ["details"]
|
|
18074
18433
|
},
|
|
18075
18434
|
{
|
|
@@ -18081,6 +18440,7 @@
|
|
|
18081
18440
|
"baspi4Ref": "A7.1.0.10.2",
|
|
18082
18441
|
"baspi5Ref": "A7.1.0.10.2",
|
|
18083
18442
|
"ntsRef": "3.8.2",
|
|
18443
|
+
"nts-sefRef": "3.8.2",
|
|
18084
18444
|
"ntslRef": "3.8.2",
|
|
18085
18445
|
"title": "Details",
|
|
18086
18446
|
"type": "string"
|
|
@@ -18107,6 +18467,7 @@
|
|
|
18107
18467
|
},
|
|
18108
18468
|
"otherSources": {
|
|
18109
18469
|
"ntsRef": "B3.9",
|
|
18470
|
+
"nts-sefRef": "B3.9",
|
|
18110
18471
|
"ntslRef": "B3.9",
|
|
18111
18472
|
"baspi4Ref": "A7.1.0.9",
|
|
18112
18473
|
"baspi5Ref": "A7.1.0.9",
|
|
@@ -18118,6 +18479,7 @@
|
|
|
18118
18479
|
"properties": {
|
|
18119
18480
|
"yesNo": {
|
|
18120
18481
|
"ntsRef": "B3.9.1",
|
|
18482
|
+
"nts-sefRef": "B3.9.1",
|
|
18121
18483
|
"ntslRef": "B3.9.1",
|
|
18122
18484
|
"baspi4Ref": "A7.1.0.9.1",
|
|
18123
18485
|
"baspi5Ref": "A7.1.0.9.1",
|
|
@@ -18125,12 +18487,14 @@
|
|
|
18125
18487
|
"title": "",
|
|
18126
18488
|
"enum": ["Yes", "To be connected", "No"],
|
|
18127
18489
|
"ntsEnum": ["Yes", "No"],
|
|
18490
|
+
"nts-sefEnum": ["Yes", "No"],
|
|
18128
18491
|
"ntslEnum": ["Yes", "No"]
|
|
18129
18492
|
}
|
|
18130
18493
|
},
|
|
18131
18494
|
"baspi4Required": ["yesNo"],
|
|
18132
18495
|
"baspi5Required": ["yesNo"],
|
|
18133
18496
|
"ntsRequired": ["yesNo"],
|
|
18497
|
+
"nts-sefRequired": ["yesNo"],
|
|
18134
18498
|
"ntslRequired": ["yesNo"],
|
|
18135
18499
|
"discriminator": {
|
|
18136
18500
|
"propertyName": "yesNo"
|
|
@@ -18150,6 +18514,7 @@
|
|
|
18150
18514
|
},
|
|
18151
18515
|
"details": {
|
|
18152
18516
|
"ntsRef": "B3.9.2",
|
|
18517
|
+
"nts-sefRef": "B3.9.2",
|
|
18153
18518
|
"ntslRef": "B3.9.2",
|
|
18154
18519
|
"title": "Details",
|
|
18155
18520
|
"type": "string"
|
|
@@ -18162,6 +18527,7 @@
|
|
|
18162
18527
|
}
|
|
18163
18528
|
},
|
|
18164
18529
|
"ntsRequired": ["details"],
|
|
18530
|
+
"nts-sefRequired": ["details"],
|
|
18165
18531
|
"ntslRequired": ["details"]
|
|
18166
18532
|
},
|
|
18167
18533
|
{
|
|
@@ -18173,6 +18539,7 @@
|
|
|
18173
18539
|
"baspi4Ref": "A7.1.0.9.2",
|
|
18174
18540
|
"baspi5Ref": "A7.1.0.9.2",
|
|
18175
18541
|
"ntsRef": "B3.9.2",
|
|
18542
|
+
"nts-sefRef": "B3.9.2",
|
|
18176
18543
|
"ntslRef": "B3.9.2",
|
|
18177
18544
|
"title": "Details",
|
|
18178
18545
|
"type": "string"
|
|
@@ -18201,6 +18568,7 @@
|
|
|
18201
18568
|
},
|
|
18202
18569
|
"waterAndDrainage": {
|
|
18203
18570
|
"ntsRef": "B3.2",
|
|
18571
|
+
"nts-sefRef": "B3.2",
|
|
18204
18572
|
"ntslRef": "B3.2",
|
|
18205
18573
|
"baspi4Ref": "A7.1.0",
|
|
18206
18574
|
"baspi5Ref": "A7.1.0",
|
|
@@ -18213,6 +18581,7 @@
|
|
|
18213
18581
|
"baspi5Required": ["water", "drainage", "maintenanceAgreements"],
|
|
18214
18582
|
"ta6Required": ["water", "drainage"],
|
|
18215
18583
|
"ntsRequired": ["water", "drainage"],
|
|
18584
|
+
"nts-sefRequired": ["water", "drainage"],
|
|
18216
18585
|
"ntslRequired": ["water", "drainage"],
|
|
18217
18586
|
"con29DWRequired": ["maps", "water", "drainage", "charging"],
|
|
18218
18587
|
"properties": {
|
|
@@ -18241,6 +18610,7 @@
|
|
|
18241
18610
|
},
|
|
18242
18611
|
"water": {
|
|
18243
18612
|
"ntsRef": "B3.2",
|
|
18613
|
+
"nts-sefRef": "B3.2",
|
|
18244
18614
|
"ntslRef": "B3.2",
|
|
18245
18615
|
"baspi4Ref": "A7.1.0.10",
|
|
18246
18616
|
"baspi5Ref": "A7.1.0.10",
|
|
@@ -18251,6 +18621,7 @@
|
|
|
18251
18621
|
"baspi4Required": ["mainsWater"],
|
|
18252
18622
|
"baspi5Required": ["mainsWater"],
|
|
18253
18623
|
"ntsRequired": ["mainsWater"],
|
|
18624
|
+
"nts-sefRequired": ["mainsWater"],
|
|
18254
18625
|
"ntslRequired": ["mainsWater"],
|
|
18255
18626
|
"ta6Required": ["mainsWater"],
|
|
18256
18627
|
"con29DWRequired": [
|
|
@@ -18263,6 +18634,7 @@
|
|
|
18263
18634
|
"properties": {
|
|
18264
18635
|
"mainsWater": {
|
|
18265
18636
|
"ntsRef": "B3.2",
|
|
18637
|
+
"nts-sefRef": "B3.2",
|
|
18266
18638
|
"ntslRef": "B3.2",
|
|
18267
18639
|
"baspi4Ref": "A7.1.0.10.0",
|
|
18268
18640
|
"baspi5Ref": "A7.1.0.10.0",
|
|
@@ -18275,6 +18647,7 @@
|
|
|
18275
18647
|
"properties": {
|
|
18276
18648
|
"yesNo": {
|
|
18277
18649
|
"ntsRef": "B3.2.1",
|
|
18650
|
+
"nts-sefRef": "B3.2.1",
|
|
18278
18651
|
"ntslRef": "B3.2.1",
|
|
18279
18652
|
"baspi4Ref": "A7.1.0.10.1",
|
|
18280
18653
|
"baspi5Ref": "A7.1.0.10.1",
|
|
@@ -18285,6 +18658,7 @@
|
|
|
18285
18658
|
"enum": ["Yes", "To be connected", "No"],
|
|
18286
18659
|
"ta6Enum": ["Yes", "No"],
|
|
18287
18660
|
"ntsEnum": ["Yes", "No"],
|
|
18661
|
+
"nts-sefEnum": ["Yes", "No"],
|
|
18288
18662
|
"ntslEnum": ["Yes", "No"],
|
|
18289
18663
|
"con29DWEnum": ["Yes", "No"]
|
|
18290
18664
|
}
|
|
@@ -18292,6 +18666,7 @@
|
|
|
18292
18666
|
"baspi4Required": ["yesNo"],
|
|
18293
18667
|
"baspi5Required": ["yesNo"],
|
|
18294
18668
|
"ntsRequired": ["yesNo"],
|
|
18669
|
+
"nts-sefRequired": ["yesNo"],
|
|
18295
18670
|
"ntslRequired": ["yesNo"],
|
|
18296
18671
|
"ta6Required": ["yesNo"],
|
|
18297
18672
|
"con29DWRequired": ["yesNo"],
|
|
@@ -18306,6 +18681,7 @@
|
|
|
18306
18681
|
},
|
|
18307
18682
|
"details": {
|
|
18308
18683
|
"ntsRef": "3.2.2",
|
|
18684
|
+
"nts-sefRef": "3.2.2",
|
|
18309
18685
|
"ntslRef": "3.2.2",
|
|
18310
18686
|
"title": "How is water supplied?",
|
|
18311
18687
|
"description": "e.g. Private well, borehole, springs etc.",
|
|
@@ -18314,6 +18690,7 @@
|
|
|
18314
18690
|
}
|
|
18315
18691
|
},
|
|
18316
18692
|
"ntsRequired": ["details"],
|
|
18693
|
+
"nts-sefRequired": ["details"],
|
|
18317
18694
|
"ntslRequired": ["details"]
|
|
18318
18695
|
},
|
|
18319
18696
|
{
|
|
@@ -18365,11 +18742,13 @@
|
|
|
18365
18742
|
"waterMeter": {
|
|
18366
18743
|
"type": "object",
|
|
18367
18744
|
"ntsRef": "B3.2.1.1",
|
|
18745
|
+
"nts-sefRef": "B3.2.1.1",
|
|
18368
18746
|
"ntslRef": "B3.2.1.1",
|
|
18369
18747
|
"baspi4Ref": "A7.",
|
|
18370
18748
|
"baspi5Ref": "A7.",
|
|
18371
18749
|
"ta6Ref": "13.3b",
|
|
18372
18750
|
"ntsRequired": ["isSupplyMetered"],
|
|
18751
|
+
"nts-sefRequired": ["isSupplyMetered"],
|
|
18373
18752
|
"ntslRequired": ["isSupplyMetered"],
|
|
18374
18753
|
"baspi4Required": ["isSupplyMetered"],
|
|
18375
18754
|
"baspi5Required": ["isSupplyMetered"],
|
|
@@ -18378,6 +18757,7 @@
|
|
|
18378
18757
|
"properties": {
|
|
18379
18758
|
"isSupplyMetered": {
|
|
18380
18759
|
"ntsRef": "3.2.3",
|
|
18760
|
+
"nts-sefRef": "3.2.3",
|
|
18381
18761
|
"ntslRef": "3.2.3",
|
|
18382
18762
|
"ta6Ref": "13.3b",
|
|
18383
18763
|
"baspi4Ref": "B4.6.2",
|
|
@@ -18433,6 +18813,7 @@
|
|
|
18433
18813
|
"baspi4Required": ["stopcock", "waterMeter"],
|
|
18434
18814
|
"baspi5Required": ["stopcock", "waterMeter"],
|
|
18435
18815
|
"ntsRequired": ["waterMeter"],
|
|
18816
|
+
"nts-sefRequired": ["waterMeter"],
|
|
18436
18817
|
"ntslRequired": ["waterMeter"]
|
|
18437
18818
|
},
|
|
18438
18819
|
{
|
|
@@ -18591,6 +18972,7 @@
|
|
|
18591
18972
|
},
|
|
18592
18973
|
"drainage": {
|
|
18593
18974
|
"ntsRef": "B3.3",
|
|
18975
|
+
"nts-sefRef": "B3.3",
|
|
18594
18976
|
"ntslRef": "B3.3",
|
|
18595
18977
|
"baspi4Ref": "A7.1.0.12",
|
|
18596
18978
|
"baspi5Ref": "A7.1.0.12",
|
|
@@ -18606,6 +18988,10 @@
|
|
|
18606
18988
|
"mainsFoulDrainage"
|
|
18607
18989
|
],
|
|
18608
18990
|
"ntsRequired": ["mainsSurfaceWaterDrainage", "mainsFoulDrainage"],
|
|
18991
|
+
"nts-sefRequired": [
|
|
18992
|
+
"mainsSurfaceWaterDrainage",
|
|
18993
|
+
"mainsFoulDrainage"
|
|
18994
|
+
],
|
|
18609
18995
|
"ntslRequired": [
|
|
18610
18996
|
"mainsSurfaceWaterDrainage",
|
|
18611
18997
|
"mainsFoulDrainage"
|
|
@@ -18627,6 +19013,7 @@
|
|
|
18627
19013
|
"properties": {
|
|
18628
19014
|
"mainsSurfaceWaterDrainage": {
|
|
18629
19015
|
"ntsRef": "B3.3.1",
|
|
19016
|
+
"nts-sefRef": "B3.3.1",
|
|
18630
19017
|
"ntslRef": "B3.3.1",
|
|
18631
19018
|
"baspi4Ref": "A7.1.0.12.0",
|
|
18632
19019
|
"baspi5Ref": "A7.1.0.12.0",
|
|
@@ -18640,6 +19027,7 @@
|
|
|
18640
19027
|
"baspi4Ref": "A7.1.0.12.1",
|
|
18641
19028
|
"baspi5Ref": "A7.1.0.12.1",
|
|
18642
19029
|
"ntsRef": "B3.3.1.1",
|
|
19030
|
+
"nts-sefRef": "B3.3.1.1",
|
|
18643
19031
|
"ntslRef": "B3.3.1.1",
|
|
18644
19032
|
"ta6Ref": "12.4b1",
|
|
18645
19033
|
"con29DWRef": "2.2.1",
|
|
@@ -18648,6 +19036,7 @@
|
|
|
18648
19036
|
"enum": ["Yes", "To be connected", "No", "Not known"],
|
|
18649
19037
|
"con29DWEnum": ["Yes", "No"],
|
|
18650
19038
|
"ntsEnum": ["Yes", "No"],
|
|
19039
|
+
"nts-sefEnum": ["Yes", "No"],
|
|
18651
19040
|
"ntslEnum": ["Yes", "No"],
|
|
18652
19041
|
"ta6Enum": ["Yes", "No", "Not known"]
|
|
18653
19042
|
}
|
|
@@ -18655,6 +19044,7 @@
|
|
|
18655
19044
|
"baspi4Required": ["yesNo"],
|
|
18656
19045
|
"baspi5Required": ["yesNo"],
|
|
18657
19046
|
"ntsRequired": ["yesNo"],
|
|
19047
|
+
"nts-sefRequired": ["yesNo"],
|
|
18658
19048
|
"ntslRequired": ["yesNo"],
|
|
18659
19049
|
"ta6Required": ["yesNo"],
|
|
18660
19050
|
"discriminator": {
|
|
@@ -18702,6 +19092,7 @@
|
|
|
18702
19092
|
},
|
|
18703
19093
|
"mainsFoulDrainage": {
|
|
18704
19094
|
"ntsRef": "B3.3.2",
|
|
19095
|
+
"nts-sefRef": "B3.3.2",
|
|
18705
19096
|
"ntslRef": "B3.3.2",
|
|
18706
19097
|
"baspi4Ref": "A7.1.0.11",
|
|
18707
19098
|
"baspi5Ref": "A7.1.0.11",
|
|
@@ -18714,10 +19105,12 @@
|
|
|
18714
19105
|
"baspi5Required": ["yesNo"],
|
|
18715
19106
|
"ta6Required": ["yesNo"],
|
|
18716
19107
|
"ntsRequired": ["yesNo"],
|
|
19108
|
+
"nts-sefRequired": ["yesNo"],
|
|
18717
19109
|
"ntslRequired": ["yesNo"],
|
|
18718
19110
|
"properties": {
|
|
18719
19111
|
"yesNo": {
|
|
18720
19112
|
"ntsRef": "B3.3.2.1",
|
|
19113
|
+
"nts-sefRef": "B3.3.2.1",
|
|
18721
19114
|
"ntslRef": "B3.3.2.1",
|
|
18722
19115
|
"baspi4Ref": "A7.1.0.11.1",
|
|
18723
19116
|
"baspi5Ref": "A7.1.0.11.1",
|
|
@@ -18727,6 +19120,7 @@
|
|
|
18727
19120
|
"enum": ["Yes", "To be connected", "No", "Not known"],
|
|
18728
19121
|
"con29DWEnum": ["Yes", "No"],
|
|
18729
19122
|
"ntsEnum": ["Yes", "No"],
|
|
19123
|
+
"nts-sefEnum": ["Yes", "No"],
|
|
18730
19124
|
"ntslEnum": ["Yes", "No"],
|
|
18731
19125
|
"ta6Enum": ["Yes", "No", "Not known"]
|
|
18732
19126
|
}
|
|
@@ -18788,6 +19182,7 @@
|
|
|
18788
19182
|
},
|
|
18789
19183
|
"offMainsDrainageSystem": {
|
|
18790
19184
|
"ntsRef": "B3.3.3",
|
|
19185
|
+
"nts-sefRef": "B3.3.3",
|
|
18791
19186
|
"ntslRef": "B3.3.3",
|
|
18792
19187
|
"baspi4Ref": "A7.1.10.13",
|
|
18793
19188
|
"baspi5Ref": "A7.1.10.13",
|
|
@@ -18808,6 +19203,7 @@
|
|
|
18808
19203
|
"plantDrainsIntoWaterway"
|
|
18809
19204
|
],
|
|
18810
19205
|
"ntsRequired": ["offMainsDrainageSystemType"],
|
|
19206
|
+
"nts-sefRequired": ["offMainsDrainageSystemType"],
|
|
18811
19207
|
"ntslRequired": ["offMainsDrainageSystemType"],
|
|
18812
19208
|
"ta6Required": [
|
|
18813
19209
|
"offMainsDrainageSystemType",
|
|
@@ -18817,6 +19213,7 @@
|
|
|
18817
19213
|
"properties": {
|
|
18818
19214
|
"offMainsDrainageSystemType": {
|
|
18819
19215
|
"ntsRef": "B3.3.3.1",
|
|
19216
|
+
"nts-sefRef": "B3.3.3.1",
|
|
18820
19217
|
"ntslRef": "B3.3.3.1",
|
|
18821
19218
|
"baspi4Ref": "A7.1",
|
|
18822
19219
|
"baspi5Ref": "A7.1",
|
|
@@ -19168,12 +19565,14 @@
|
|
|
19168
19565
|
},
|
|
19169
19566
|
"details": {
|
|
19170
19567
|
"ntsRef": "B3.3.3.2",
|
|
19568
|
+
"nts-sefRef": "B3.3.3.2",
|
|
19171
19569
|
"ntslRef": "B3.3.3.2",
|
|
19172
19570
|
"title": "Details",
|
|
19173
19571
|
"type": "string"
|
|
19174
19572
|
}
|
|
19175
19573
|
},
|
|
19176
19574
|
"ntsRequired": ["details"],
|
|
19575
|
+
"nts-sefRequired": ["details"],
|
|
19177
19576
|
"ntslRequired": ["details"]
|
|
19178
19577
|
}
|
|
19179
19578
|
]
|
|
@@ -19621,6 +20020,7 @@
|
|
|
19621
20020
|
},
|
|
19622
20021
|
"heating": {
|
|
19623
20022
|
"ntsRef": "B3.4",
|
|
20023
|
+
"nts-sefRef": "B3.4",
|
|
19624
20024
|
"ntslRef": "B3.4",
|
|
19625
20025
|
"baspi4Ref": "A7.4",
|
|
19626
20026
|
"baspi5Ref": "A7.4",
|
|
@@ -19633,10 +20033,12 @@
|
|
|
19633
20033
|
"baspi5Required": ["heatingSystem"],
|
|
19634
20034
|
"ta6Required": ["heatingSystem"],
|
|
19635
20035
|
"ntsRequired": ["heatingSystem"],
|
|
20036
|
+
"nts-sefRequired": ["heatingSystem"],
|
|
19636
20037
|
"ntslRequired": ["heatingSystem"],
|
|
19637
20038
|
"properties": {
|
|
19638
20039
|
"heatingSystem": {
|
|
19639
20040
|
"ntsRef": "B3.4.1",
|
|
20041
|
+
"nts-sefRef": "B3.4.1",
|
|
19640
20042
|
"ntslRef": "B3.4.1",
|
|
19641
20043
|
"baspi4Ref": "A7.4.0",
|
|
19642
20044
|
"baspi5Ref": "A7.4.0",
|
|
@@ -19648,10 +20050,12 @@
|
|
|
19648
20050
|
"baspi5Required": ["heatingType"],
|
|
19649
20051
|
"ta6Required": ["heatingType"],
|
|
19650
20052
|
"ntsRequired": ["heatingType"],
|
|
20053
|
+
"nts-sefRequired": ["heatingType"],
|
|
19651
20054
|
"ntslRequired": ["heatingType"],
|
|
19652
20055
|
"properties": {
|
|
19653
20056
|
"heatingType": {
|
|
19654
20057
|
"ntsRef": "B3.4.1",
|
|
20058
|
+
"nts-sefRef": "B3.4.1",
|
|
19655
20059
|
"ntslRef": "B3.4.1",
|
|
19656
20060
|
"baspi4Ref": "A7.4.0",
|
|
19657
20061
|
"baspi5Ref": "A7.4.0",
|
|
@@ -19685,6 +20089,7 @@
|
|
|
19685
20089
|
},
|
|
19686
20090
|
"centralHeatingDetails": {
|
|
19687
20091
|
"ntsRef": "B3.4.3",
|
|
20092
|
+
"nts-sefRef": "B3.4.3",
|
|
19688
20093
|
"ntslRef": "B3.4.3",
|
|
19689
20094
|
"baspi4Ref": "A7.4.0.0",
|
|
19690
20095
|
"baspi5Ref": "A7.4.0.0",
|
|
@@ -19709,6 +20114,7 @@
|
|
|
19709
20114
|
"heatingInGoodWorkingOrder"
|
|
19710
20115
|
],
|
|
19711
20116
|
"ntsRequired": ["centralHeatingFuel"],
|
|
20117
|
+
"nts-sefRequired": ["centralHeatingFuel"],
|
|
19712
20118
|
"ntslRequired": ["centralHeatingFuel"],
|
|
19713
20119
|
"ta6Required": [
|
|
19714
20120
|
"centralHeatingFuel",
|
|
@@ -19721,6 +20127,7 @@
|
|
|
19721
20127
|
"properties": {
|
|
19722
20128
|
"centralHeatingFuel": {
|
|
19723
20129
|
"ntsRef": "B3.4.3.1",
|
|
20130
|
+
"nts-sefRef": "B3.4.3.1",
|
|
19724
20131
|
"ntslRef": "B3.4.3.1",
|
|
19725
20132
|
"baspi4Ref": "A7.4.0.1",
|
|
19726
20133
|
"baspi5Ref": "A7.4.0.1",
|
|
@@ -19729,6 +20136,7 @@
|
|
|
19729
20136
|
"type": "object",
|
|
19730
20137
|
"title": "Central Heating Fuel",
|
|
19731
20138
|
"ntsRequired": ["centralHeatingFuelType"],
|
|
20139
|
+
"nts-sefRequired": ["centralHeatingFuelType"],
|
|
19732
20140
|
"ntslRequired": ["centralHeatingFuelType"],
|
|
19733
20141
|
"baspi4Required": ["centralHeatingFuelType"],
|
|
19734
20142
|
"baspi5Required": ["centralHeatingFuelType"],
|
|
@@ -19736,6 +20144,7 @@
|
|
|
19736
20144
|
"properties": {
|
|
19737
20145
|
"centralHeatingFuelType": {
|
|
19738
20146
|
"ntsRef": "B3.4.3.1.1",
|
|
20147
|
+
"nts-sefRef": "B3.4.3.1.1",
|
|
19739
20148
|
"ntslRef": "B3.4.3.1.1",
|
|
19740
20149
|
"baspi4Ref": "A7.4.0.2",
|
|
19741
20150
|
"baspi5Ref": "A7.4.0.2",
|
|
@@ -19981,6 +20390,7 @@
|
|
|
19981
20390
|
"baspi4Required": ["centralHeatingDetails"],
|
|
19982
20391
|
"baspi5Required": ["centralHeatingDetails"],
|
|
19983
20392
|
"ntsRequired": ["centralHeatingDetails"],
|
|
20393
|
+
"nts-sefRequired": ["centralHeatingDetails"],
|
|
19984
20394
|
"ntslRequired": ["centralHeatingDetails"],
|
|
19985
20395
|
"ta6Required": ["centralHeatingDetails"]
|
|
19986
20396
|
},
|
|
@@ -19991,6 +20401,7 @@
|
|
|
19991
20401
|
},
|
|
19992
20402
|
"details": {
|
|
19993
20403
|
"ntsRef": "B3.4.4",
|
|
20404
|
+
"nts-sefRef": "B3.4.4",
|
|
19994
20405
|
"ntslRef": "B3.4.4",
|
|
19995
20406
|
"title": "Communal heating system details",
|
|
19996
20407
|
"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.",
|
|
@@ -19999,18 +20410,21 @@
|
|
|
19999
20410
|
}
|
|
20000
20411
|
},
|
|
20001
20412
|
"ntsRequired": ["details"],
|
|
20413
|
+
"nts-sefRequired": ["details"],
|
|
20002
20414
|
"ntslRequired": ["details"]
|
|
20003
20415
|
}
|
|
20004
20416
|
]
|
|
20005
20417
|
},
|
|
20006
20418
|
"otherHeatingFeatures": {
|
|
20007
20419
|
"ntsRef": "B3.4.2",
|
|
20420
|
+
"nts-sefRef": "B3.4.2",
|
|
20008
20421
|
"ntslRef": "B3.4.2",
|
|
20009
20422
|
"title": "What other heating features does the property have?",
|
|
20010
20423
|
"type": "array",
|
|
20011
20424
|
"items": {
|
|
20012
20425
|
"type": "string",
|
|
20013
20426
|
"enum": [
|
|
20427
|
+
"None",
|
|
20014
20428
|
"Air conditioning",
|
|
20015
20429
|
"Double glazing",
|
|
20016
20430
|
"Triple glazing",
|
|
@@ -20032,6 +20446,7 @@
|
|
|
20032
20446
|
"baspi4Ref": "A7",
|
|
20033
20447
|
"baspi5Ref": "A7",
|
|
20034
20448
|
"ntsRef": "B3",
|
|
20449
|
+
"nts-sefRef": "B3",
|
|
20035
20450
|
"ntslRef": "B3",
|
|
20036
20451
|
"ta6Ref": "13",
|
|
20037
20452
|
"title": "Connectivity",
|
|
@@ -20049,6 +20464,7 @@
|
|
|
20049
20464
|
"mobilePhone"
|
|
20050
20465
|
],
|
|
20051
20466
|
"ntsRequired": ["broadband"],
|
|
20467
|
+
"nts-sefRequired": ["broadband"],
|
|
20052
20468
|
"ntslRequired": ["broadband"],
|
|
20053
20469
|
"ta6Required": ["telephone", "cableSatelliteTV"],
|
|
20054
20470
|
"properties": {
|
|
@@ -20069,6 +20485,7 @@
|
|
|
20069
20485
|
"title": "",
|
|
20070
20486
|
"enum": ["Yes", "To be connected", "No"],
|
|
20071
20487
|
"ntsEnum": ["Yes", "No"],
|
|
20488
|
+
"nts-sefEnum": ["Yes", "No"],
|
|
20072
20489
|
"ntslEnum": ["Yes", "No"],
|
|
20073
20490
|
"ta6Enum": ["Yes", "No"]
|
|
20074
20491
|
}
|
|
@@ -20146,6 +20563,7 @@
|
|
|
20146
20563
|
"title": "",
|
|
20147
20564
|
"enum": ["Yes", "To be connected", "No"],
|
|
20148
20565
|
"ntsEnum": ["Yes", "No"],
|
|
20566
|
+
"nts-sefEnum": ["Yes", "No"],
|
|
20149
20567
|
"ntslEnum": ["Yes", "No"],
|
|
20150
20568
|
"ta6Enum": ["Yes", "No"]
|
|
20151
20569
|
}
|
|
@@ -20206,6 +20624,7 @@
|
|
|
20206
20624
|
},
|
|
20207
20625
|
"broadband": {
|
|
20208
20626
|
"ntsRef": "B3.5",
|
|
20627
|
+
"nts-sefRef": "B3.5",
|
|
20209
20628
|
"ntslRef": "B3.5",
|
|
20210
20629
|
"baspi4Ref": "A7.1.0.7",
|
|
20211
20630
|
"baspi5Ref": "A7.1.0.7",
|
|
@@ -20216,6 +20635,7 @@
|
|
|
20216
20635
|
"properties": {
|
|
20217
20636
|
"typeOfConnection": {
|
|
20218
20637
|
"ntsRef": "B3.5.2",
|
|
20638
|
+
"nts-sefRef": "B3.5.2",
|
|
20219
20639
|
"ntslRef": "B3.5.2",
|
|
20220
20640
|
"baspi4Ref": "A7.1.0.7.2",
|
|
20221
20641
|
"baspi5Ref": "A7.1.0.7.2",
|
|
@@ -20262,12 +20682,14 @@
|
|
|
20262
20682
|
}
|
|
20263
20683
|
},
|
|
20264
20684
|
"ntsRequired": ["typeOfConnection"],
|
|
20685
|
+
"nts-sefRequired": ["typeOfConnection"],
|
|
20265
20686
|
"ntslRequired": ["typeOfConnection"]
|
|
20266
20687
|
},
|
|
20267
20688
|
"mobilePhone": {
|
|
20268
20689
|
"baspi4Ref": "A7.1.0.8",
|
|
20269
20690
|
"baspi5Ref": "A7.1.0.8",
|
|
20270
20691
|
"ntsRef": "B3.6",
|
|
20692
|
+
"nts-sefRef": "B3.6",
|
|
20271
20693
|
"ntslRef": "B3.6",
|
|
20272
20694
|
"title": "Mobile phone coverage",
|
|
20273
20695
|
"type": "object",
|
|
@@ -20276,6 +20698,7 @@
|
|
|
20276
20698
|
"baspi4Ref": "A7.1.0.8.1",
|
|
20277
20699
|
"baspi5Ref": "A7.1.0.8.1",
|
|
20278
20700
|
"ntsRef": "B3.6.1",
|
|
20701
|
+
"nts-sefRef": "B3.6.1",
|
|
20279
20702
|
"ntslRef": "B3.6.1",
|
|
20280
20703
|
"title": "Are there any issues with mobile phone signal or coverage at the property?",
|
|
20281
20704
|
"description": "You should disclose any known issues with signal strength or dropped calls specific to the property.",
|
|
@@ -20283,12 +20706,14 @@
|
|
|
20283
20706
|
"baspi4Required": ["yesNo"],
|
|
20284
20707
|
"baspi5Required": ["yesNo"],
|
|
20285
20708
|
"ntsRequired": ["yesNo"],
|
|
20709
|
+
"nts-sefRequired": ["yesNo"],
|
|
20286
20710
|
"ntslRequired": ["yesNo"],
|
|
20287
20711
|
"properties": {
|
|
20288
20712
|
"yesNo": {
|
|
20289
20713
|
"baspi4Ref": "A7.1.0.8.2",
|
|
20290
20714
|
"baspi5Ref": "A7.1.0.8.2",
|
|
20291
20715
|
"ntsRef": "B3.6.1.1",
|
|
20716
|
+
"nts-sefRef": "B3.6.1.1",
|
|
20292
20717
|
"ntslRef": "B3.6.1.1",
|
|
20293
20718
|
"title": "",
|
|
20294
20719
|
"type": "string",
|
|
@@ -20313,12 +20738,14 @@
|
|
|
20313
20738
|
},
|
|
20314
20739
|
"details": {
|
|
20315
20740
|
"ntsRef": "B3.6.1.2",
|
|
20741
|
+
"nts-sefRef": "B3.6.1.2",
|
|
20316
20742
|
"ntslRef": "B3.6.1.2",
|
|
20317
20743
|
"title": "Details",
|
|
20318
20744
|
"type": "string"
|
|
20319
20745
|
}
|
|
20320
20746
|
},
|
|
20321
20747
|
"ntsRequired": ["details"],
|
|
20748
|
+
"nts-sefRequired": ["details"],
|
|
20322
20749
|
"ntslRequired": ["details"]
|
|
20323
20750
|
}
|
|
20324
20751
|
]
|
|
@@ -20790,6 +21217,7 @@
|
|
|
20790
21217
|
},
|
|
20791
21218
|
"rightsAndInformalArrangements": {
|
|
20792
21219
|
"ntsRef": "C2.2",
|
|
21220
|
+
"nts-sefRef": "C2.2",
|
|
20793
21221
|
"ntslRef": "C2.2",
|
|
20794
21222
|
"baspi4Ref": "A10",
|
|
20795
21223
|
"baspi5Ref": "A10",
|
|
@@ -20809,6 +21237,7 @@
|
|
|
20809
21237
|
"rightsOrArrangements"
|
|
20810
21238
|
],
|
|
20811
21239
|
"ntsRequired": ["rightsOrArrangements"],
|
|
21240
|
+
"nts-sefRequired": ["rightsOrArrangements"],
|
|
20812
21241
|
"ntslRequired": ["rightsOrArrangements"],
|
|
20813
21242
|
"ta6Required": [
|
|
20814
21243
|
"sharedContributions",
|
|
@@ -20988,6 +21417,7 @@
|
|
|
20988
21417
|
},
|
|
20989
21418
|
"rightsOrArrangements": {
|
|
20990
21419
|
"ntsRef": "C2.2.1",
|
|
21420
|
+
"nts-sefRef": "C2.2.1",
|
|
20991
21421
|
"ntslRef": "C2.2.1",
|
|
20992
21422
|
"baspi4Ref": "A10.4",
|
|
20993
21423
|
"baspi5Ref": "A10.4",
|
|
@@ -20995,6 +21425,7 @@
|
|
|
20995
21425
|
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
20996
21426
|
"type": "object",
|
|
20997
21427
|
"ntsRequired": ["publicRightOfWay"],
|
|
21428
|
+
"nts-sefRequired": ["publicRightOfWay"],
|
|
20998
21429
|
"ntslRequired": ["publicRightOfWay"],
|
|
20999
21430
|
"baspi4Required": [
|
|
21000
21431
|
"publicRightOfWay",
|
|
@@ -21028,6 +21459,7 @@
|
|
|
21028
21459
|
"properties": {
|
|
21029
21460
|
"publicRightOfWay": {
|
|
21030
21461
|
"ntsRef": "C2.2.1",
|
|
21462
|
+
"nts-sefRef": "C2.2.1",
|
|
21031
21463
|
"ntslRef": "C2.2.1",
|
|
21032
21464
|
"baspi4Ref": "A10.4.1",
|
|
21033
21465
|
"baspi5Ref": "A10.4.1",
|
|
@@ -21040,6 +21472,7 @@
|
|
|
21040
21472
|
"properties": {
|
|
21041
21473
|
"yesNo": {
|
|
21042
21474
|
"ntsRef": "C2.2.1.1",
|
|
21475
|
+
"nts-sefRef": "C2.2.1.1",
|
|
21043
21476
|
"ntslRef": "C2.2.1.1",
|
|
21044
21477
|
"baspi4Ref": "A10.4.1.1",
|
|
21045
21478
|
"baspi5Ref": "A10.4.1.1",
|
|
@@ -21053,6 +21486,7 @@
|
|
|
21053
21486
|
"baspi4Required": ["yesNo"],
|
|
21054
21487
|
"baspi5Required": ["yesNo"],
|
|
21055
21488
|
"ntsRequired": ["yesNo"],
|
|
21489
|
+
"nts-sefRequired": ["yesNo"],
|
|
21056
21490
|
"ntslRequired": ["yesNo"],
|
|
21057
21491
|
"ta6Required": ["yesNo"],
|
|
21058
21492
|
"discriminator": {
|
|
@@ -21073,6 +21507,7 @@
|
|
|
21073
21507
|
},
|
|
21074
21508
|
"details": {
|
|
21075
21509
|
"ntsRef": "C2.2.1.2",
|
|
21510
|
+
"nts-sefRef": "C2.2.1.2",
|
|
21076
21511
|
"ntslRef": "C2.2.1.2",
|
|
21077
21512
|
"baspi4Ref": "A10.4.1.2",
|
|
21078
21513
|
"baspi5Ref": "A10.4.1.2",
|
|
@@ -21094,6 +21529,7 @@
|
|
|
21094
21529
|
"baspi5Required": ["details", "attachments"],
|
|
21095
21530
|
"ta6Required": ["details"],
|
|
21096
21531
|
"ntsRequired": ["details"],
|
|
21532
|
+
"nts-sefRequired": ["details"],
|
|
21097
21533
|
"ntslRequired": ["details"]
|
|
21098
21534
|
}
|
|
21099
21535
|
]
|
|
@@ -21465,6 +21901,7 @@
|
|
|
21465
21901
|
},
|
|
21466
21902
|
"environmentalIssues": {
|
|
21467
21903
|
"ntsRef": "C3.1",
|
|
21904
|
+
"nts-sefRef": "C3.1",
|
|
21468
21905
|
"ntslRef": "C3.1",
|
|
21469
21906
|
"baspi4Ref": "A11.1",
|
|
21470
21907
|
"baspi5Ref": "A11.1",
|
|
@@ -21485,6 +21922,12 @@
|
|
|
21485
21922
|
"nonCoalMining",
|
|
21486
21923
|
"coastalErosion"
|
|
21487
21924
|
],
|
|
21925
|
+
"nts-sefRequired": [
|
|
21926
|
+
"flooding",
|
|
21927
|
+
"coalMining",
|
|
21928
|
+
"nonCoalMining",
|
|
21929
|
+
"coastalErosion"
|
|
21930
|
+
],
|
|
21488
21931
|
"ntslRequired": [
|
|
21489
21932
|
"flooding",
|
|
21490
21933
|
"coalMining",
|
|
@@ -21495,6 +21938,7 @@
|
|
|
21495
21938
|
"properties": {
|
|
21496
21939
|
"flooding": {
|
|
21497
21940
|
"ntsRef": "C3.1.1",
|
|
21941
|
+
"nts-sefRef": "C3.1.1",
|
|
21498
21942
|
"ntslRef": "C3.1.1",
|
|
21499
21943
|
"baspi4Ref": "A11.1.1",
|
|
21500
21944
|
"baspi5Ref": "A11.1.1",
|
|
@@ -21505,23 +21949,27 @@
|
|
|
21505
21949
|
"baspi4Required": ["historicalFlooding"],
|
|
21506
21950
|
"baspi5Required": ["historicalFlooding"],
|
|
21507
21951
|
"ntsRequired": ["floodRisk", "historicalFlooding"],
|
|
21952
|
+
"nts-sefRequired": ["floodRisk", "historicalFlooding"],
|
|
21508
21953
|
"ntslRequired": ["floodRisk", "historicalFlooding"],
|
|
21509
21954
|
"ta6Required": ["historicalFlooding"],
|
|
21510
21955
|
"properties": {
|
|
21511
21956
|
"floodRisk": {
|
|
21512
21957
|
"ntsRef": "C3.1.1.1",
|
|
21958
|
+
"nts-sefRef": "C3.1.1.1",
|
|
21513
21959
|
"ntslRef": "C3.1.1.1",
|
|
21514
21960
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
21515
21961
|
"piqRef": "A11.1.1",
|
|
21516
21962
|
"title": "Flood Risk",
|
|
21517
21963
|
"type": "object",
|
|
21518
21964
|
"ntsRequired": ["riskIndicator"],
|
|
21965
|
+
"nts-sefRequired": ["riskIndicator"],
|
|
21519
21966
|
"ntslRequired": ["riskIndicator"],
|
|
21520
21967
|
"baspi4Required": ["riskIndicator"],
|
|
21521
21968
|
"baspi5Required": ["riskIndicator"],
|
|
21522
21969
|
"properties": {
|
|
21523
21970
|
"riskIndicator": {
|
|
21524
21971
|
"ntsRef": "C3.1.1.1",
|
|
21972
|
+
"nts-sefRef": "C3.1.1.1",
|
|
21525
21973
|
"ntslRef": "C3.1.1.1",
|
|
21526
21974
|
"type": "string",
|
|
21527
21975
|
"title": "Is the property impacted?",
|
|
@@ -21560,6 +22008,7 @@
|
|
|
21560
22008
|
},
|
|
21561
22009
|
"summary": {
|
|
21562
22010
|
"ntsRef": "C3.1.1.2",
|
|
22011
|
+
"nts-sefRef": "C3.1.1.2",
|
|
21563
22012
|
"ntslRef": "C3.1.1.2",
|
|
21564
22013
|
"type": "string",
|
|
21565
22014
|
"title": "Summary of risk",
|
|
@@ -21622,12 +22071,14 @@
|
|
|
21622
22071
|
}
|
|
21623
22072
|
},
|
|
21624
22073
|
"ntsRequired": ["summary"],
|
|
22074
|
+
"nts-sefRequired": ["summary"],
|
|
21625
22075
|
"ntslRequired": ["summary"]
|
|
21626
22076
|
}
|
|
21627
22077
|
]
|
|
21628
22078
|
},
|
|
21629
22079
|
"historicalFlooding": {
|
|
21630
22080
|
"ntsRef": "C3.1.1.2",
|
|
22081
|
+
"nts-sefRef": "C3.1.1.2",
|
|
21631
22082
|
"ntslRef": "C3.1.1.2",
|
|
21632
22083
|
"baspi4Ref": "A11.1.2",
|
|
21633
22084
|
"baspi5Ref": "A11.1.2",
|
|
@@ -21637,11 +22088,13 @@
|
|
|
21637
22088
|
"baspi4Required": ["hasBeenFlooded"],
|
|
21638
22089
|
"baspi5Required": ["hasBeenFlooded"],
|
|
21639
22090
|
"ntsRequired": ["hasBeenFlooded"],
|
|
22091
|
+
"nts-sefRequired": ["hasBeenFlooded"],
|
|
21640
22092
|
"ntslRequired": ["hasBeenFlooded"],
|
|
21641
22093
|
"ta6Required": ["hasBeenFlooded"],
|
|
21642
22094
|
"properties": {
|
|
21643
22095
|
"hasBeenFlooded": {
|
|
21644
22096
|
"ntsRef": "C3.1.1.2.1",
|
|
22097
|
+
"nts-sefRef": "C3.1.1.2.1",
|
|
21645
22098
|
"ntslRef": "C3.1.1.2.1",
|
|
21646
22099
|
"baspi4Ref": "A11.1.2.1",
|
|
21647
22100
|
"baspi5Ref": "A11.1.2.1",
|
|
@@ -21669,6 +22122,7 @@
|
|
|
21669
22122
|
},
|
|
21670
22123
|
"typeOfFlooding": {
|
|
21671
22124
|
"ntsRef": "C3.1.1.3",
|
|
22125
|
+
"nts-sefRef": "C3.1.1.3",
|
|
21672
22126
|
"ntslRef": "C3.1.1.3",
|
|
21673
22127
|
"baspi4Ref": "A11.1.2.2",
|
|
21674
22128
|
"baspi5Ref": "A11.1.2.2",
|
|
@@ -21690,6 +22144,7 @@
|
|
|
21690
22144
|
},
|
|
21691
22145
|
"details": {
|
|
21692
22146
|
"ntsRef": "C3.1.1.4",
|
|
22147
|
+
"nts-sefRef": "C3.1.1.4",
|
|
21693
22148
|
"ntslRef": "C3.1.1.4",
|
|
21694
22149
|
"baspi4Ref": "A11.1.2.1",
|
|
21695
22150
|
"baspi5Ref": "A11.1.2.1",
|
|
@@ -21702,6 +22157,7 @@
|
|
|
21702
22157
|
"baspi4Required": ["typeOfFlooding", "details"],
|
|
21703
22158
|
"baspi5Required": ["typeOfFlooding", "details"],
|
|
21704
22159
|
"ntsRequired": ["typeOfFlooding", "details"],
|
|
22160
|
+
"nts-sefRequired": ["typeOfFlooding", "details"],
|
|
21705
22161
|
"ntslRequired": ["typeOfFlooding", "details"],
|
|
21706
22162
|
"ta6Required": ["typeOfFlooding", "details"]
|
|
21707
22163
|
}
|
|
@@ -22502,14 +22958,17 @@
|
|
|
22502
22958
|
"coalMining": {
|
|
22503
22959
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
22504
22960
|
"ntsRef": "C6.1",
|
|
22961
|
+
"nts-sefRef": "C6.1",
|
|
22505
22962
|
"ntslRef": "C6.1",
|
|
22506
22963
|
"title": "Coal mining",
|
|
22507
22964
|
"type": "object",
|
|
22508
22965
|
"ntsRequired": ["riskIndicator"],
|
|
22966
|
+
"nts-sefRequired": ["riskIndicator"],
|
|
22509
22967
|
"ntslRequired": ["riskIndicator"],
|
|
22510
22968
|
"properties": {
|
|
22511
22969
|
"riskIndicator": {
|
|
22512
22970
|
"ntsRef": "C6.1.1",
|
|
22971
|
+
"nts-sefRef": "C6.1.1",
|
|
22513
22972
|
"ntslRef": "C6.1.1",
|
|
22514
22973
|
"type": "string",
|
|
22515
22974
|
"title": "Is the property impacted?",
|
|
@@ -22546,10 +23005,12 @@
|
|
|
22546
23005
|
},
|
|
22547
23006
|
"summary": {
|
|
22548
23007
|
"ntsRef": "C6.1.1",
|
|
23008
|
+
"nts-sefRef": "C6.1.1",
|
|
22549
23009
|
"ntslRef": "C6.1.1",
|
|
22550
23010
|
"type": "string",
|
|
22551
23011
|
"title": "Summary of risk",
|
|
22552
23012
|
"ntsTitle": "Please provide details",
|
|
23013
|
+
"nts-sefTitle": "Please provide details",
|
|
22553
23014
|
"minLength": 1
|
|
22554
23015
|
},
|
|
22555
23016
|
"recommendations": {
|
|
@@ -22613,14 +23074,17 @@
|
|
|
22613
23074
|
"nonCoalMining": {
|
|
22614
23075
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
22615
23076
|
"ntsRef": "C6.2",
|
|
23077
|
+
"nts-sefRef": "C6.2",
|
|
22616
23078
|
"ntslRef": "C6.2",
|
|
22617
23079
|
"title": "Non-coal mining",
|
|
22618
23080
|
"type": "object",
|
|
22619
23081
|
"ntsRequired": ["riskIndicator"],
|
|
23082
|
+
"nts-sefRequired": ["riskIndicator"],
|
|
22620
23083
|
"ntslRequired": ["riskIndicator"],
|
|
22621
23084
|
"properties": {
|
|
22622
23085
|
"riskIndicator": {
|
|
22623
23086
|
"ntsRef": "C6.2.1",
|
|
23087
|
+
"nts-sefRef": "C6.2.1",
|
|
22624
23088
|
"ntslRef": "C6.2.1",
|
|
22625
23089
|
"type": "string",
|
|
22626
23090
|
"title": "Is the property impacted?",
|
|
@@ -22657,6 +23121,7 @@
|
|
|
22657
23121
|
},
|
|
22658
23122
|
"summary": {
|
|
22659
23123
|
"ntsRef": "C6.2.2",
|
|
23124
|
+
"nts-sefRef": "C6.2.2",
|
|
22660
23125
|
"ntslRef": "C6.2.2",
|
|
22661
23126
|
"type": "string",
|
|
22662
23127
|
"title": "Summary of risk",
|
|
@@ -22719,22 +23184,26 @@
|
|
|
22719
23184
|
}
|
|
22720
23185
|
},
|
|
22721
23186
|
"ntsRequired": ["summary"],
|
|
23187
|
+
"nts-sefRequired": ["summary"],
|
|
22722
23188
|
"ntslRequired": ["summary"]
|
|
22723
23189
|
}
|
|
22724
23190
|
]
|
|
22725
23191
|
},
|
|
22726
23192
|
"coastalErosion": {
|
|
22727
23193
|
"ntsRef": "C3.2",
|
|
23194
|
+
"nts-sefRef": "C3.2",
|
|
22728
23195
|
"ntslRef": "C3.2",
|
|
22729
23196
|
"baspi5Ref": "A11.1.2",
|
|
22730
23197
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
22731
23198
|
"title": "Coastal erosion",
|
|
22732
23199
|
"type": "object",
|
|
22733
23200
|
"ntsRequired": ["riskIndicator"],
|
|
23201
|
+
"nts-sefRequired": ["riskIndicator"],
|
|
22734
23202
|
"ntslRequired": ["riskIndicator"],
|
|
22735
23203
|
"properties": {
|
|
22736
23204
|
"riskIndicator": {
|
|
22737
23205
|
"ntsRef": "C3.2.1",
|
|
23206
|
+
"nts-sefRef": "C3.2.1",
|
|
22738
23207
|
"ntslRef": "C3.2.1",
|
|
22739
23208
|
"type": "string",
|
|
22740
23209
|
"title": "Is the property impacted?",
|
|
@@ -22771,6 +23240,7 @@
|
|
|
22771
23240
|
},
|
|
22772
23241
|
"summary": {
|
|
22773
23242
|
"ntsRef": "C3.2.2",
|
|
23243
|
+
"nts-sefRef": "C3.2.2",
|
|
22774
23244
|
"ntslRef": "C3.2.2",
|
|
22775
23245
|
"type": "string",
|
|
22776
23246
|
"title": "Summary of risk",
|
|
@@ -22833,6 +23303,7 @@
|
|
|
22833
23303
|
}
|
|
22834
23304
|
},
|
|
22835
23305
|
"ntsRequired": ["summary"],
|
|
23306
|
+
"nts-sefRequired": ["summary"],
|
|
22836
23307
|
"ntslRequired": ["summary"]
|
|
22837
23308
|
}
|
|
22838
23309
|
]
|
|
@@ -25861,6 +26332,32 @@
|
|
|
25861
26332
|
"sr24Ref": "1.2",
|
|
25862
26333
|
"title": "I/we consent to the sharing of the information contained in the Sale Ready pack with the my/our legal representative and the buyer(s) and their legal representatives",
|
|
25863
26334
|
"type": "boolean"
|
|
26335
|
+
},
|
|
26336
|
+
"sellerSignatures": {
|
|
26337
|
+
"sr24Ref": "1.3",
|
|
26338
|
+
"title": "I confirm that all information provided is accurate to the best of my knowledge and if I become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I will immediately notify the person marketing the property as well as my property lawyer.",
|
|
26339
|
+
"type": "array",
|
|
26340
|
+
"items": {
|
|
26341
|
+
"type": "object",
|
|
26342
|
+
"required": ["name", "signedOn"],
|
|
26343
|
+
"properties": {
|
|
26344
|
+
"name": {
|
|
26345
|
+
"sr24Ref": "1.3.1",
|
|
26346
|
+
"title": "Name of signatory",
|
|
26347
|
+
"type": "string",
|
|
26348
|
+
"minLength": 1
|
|
26349
|
+
},
|
|
26350
|
+
"signedOn": {
|
|
26351
|
+
"sr24Ref": "1.3.2",
|
|
26352
|
+
"title": "Date and time of signature in ISO 8601 format",
|
|
26353
|
+
"type": "string",
|
|
26354
|
+
"format": "date-time"
|
|
26355
|
+
},
|
|
26356
|
+
"externalIds": {
|
|
26357
|
+
"type": "object"
|
|
26358
|
+
}
|
|
26359
|
+
}
|
|
26360
|
+
}
|
|
25864
26361
|
}
|
|
25865
26362
|
}
|
|
25866
26363
|
},
|
|
@@ -26076,9 +26573,17 @@
|
|
|
26076
26573
|
"type": "object",
|
|
26077
26574
|
"title": "Planning application",
|
|
26078
26575
|
"properties": {
|
|
26576
|
+
"address": {
|
|
26577
|
+
"type": "string",
|
|
26578
|
+
"title": "Location of the property to which the application relates"
|
|
26579
|
+
},
|
|
26079
26580
|
"refNumber": {
|
|
26080
26581
|
"type": "string",
|
|
26081
|
-
"title": "Reference number for the planning application
|
|
26582
|
+
"title": "Reference number for the planning application"
|
|
26583
|
+
},
|
|
26584
|
+
"description": {
|
|
26585
|
+
"type": "string",
|
|
26586
|
+
"title": "Description of the application"
|
|
26082
26587
|
},
|
|
26083
26588
|
"isProposal": {
|
|
26084
26589
|
"title": "Is this a proposal?",
|
|
@@ -26104,9 +26609,21 @@
|
|
|
26104
26609
|
"title": "What type of application was this?",
|
|
26105
26610
|
"type": "string",
|
|
26106
26611
|
"minLength": 1
|
|
26612
|
+
},
|
|
26613
|
+
"status": {
|
|
26614
|
+
"title": "Application status",
|
|
26615
|
+
"type": "string",
|
|
26616
|
+
"minLength": 1
|
|
26617
|
+
},
|
|
26618
|
+
"url": {
|
|
26619
|
+
"title": "Link to application on council planning portal",
|
|
26620
|
+
"type": "string",
|
|
26621
|
+
"format": "uri"
|
|
26107
26622
|
}
|
|
26108
26623
|
},
|
|
26109
26624
|
"con29RRequired": [
|
|
26625
|
+
"refNumber",
|
|
26626
|
+
"description",
|
|
26110
26627
|
"isProposal",
|
|
26111
26628
|
"applicationDate",
|
|
26112
26629
|
"applicationType"
|
|
@@ -26123,7 +26640,11 @@
|
|
|
26123
26640
|
"properties": {
|
|
26124
26641
|
"refNumber": {
|
|
26125
26642
|
"type": "string",
|
|
26126
|
-
"title": "Reference number for the planning application
|
|
26643
|
+
"title": "Reference number for the planning application"
|
|
26644
|
+
},
|
|
26645
|
+
"description": {
|
|
26646
|
+
"type": "string",
|
|
26647
|
+
"title": "Description of the application"
|
|
26127
26648
|
},
|
|
26128
26649
|
"isProposal": {
|
|
26129
26650
|
"title": "Is this a proposal?",
|
|
@@ -26152,6 +26673,8 @@
|
|
|
26152
26673
|
}
|
|
26153
26674
|
},
|
|
26154
26675
|
"con29RRequired": [
|
|
26676
|
+
"refNumber",
|
|
26677
|
+
"description",
|
|
26155
26678
|
"isProposal",
|
|
26156
26679
|
"applicationDate",
|
|
26157
26680
|
"applicationType"
|
|
@@ -26168,7 +26691,11 @@
|
|
|
26168
26691
|
"properties": {
|
|
26169
26692
|
"refNumber": {
|
|
26170
26693
|
"type": "string",
|
|
26171
|
-
"title": "Reference number for the planning application
|
|
26694
|
+
"title": "Reference number for the planning application"
|
|
26695
|
+
},
|
|
26696
|
+
"description": {
|
|
26697
|
+
"type": "string",
|
|
26698
|
+
"title": "Description of the application"
|
|
26172
26699
|
},
|
|
26173
26700
|
"isProposal": {
|
|
26174
26701
|
"title": "Is this a proposal?",
|
|
@@ -26197,6 +26724,8 @@
|
|
|
26197
26724
|
}
|
|
26198
26725
|
},
|
|
26199
26726
|
"con29RRequired": [
|
|
26727
|
+
"refNumber",
|
|
26728
|
+
"description",
|
|
26200
26729
|
"isProposal",
|
|
26201
26730
|
"applicationDate",
|
|
26202
26731
|
"applicationType"
|
|
@@ -26213,7 +26742,11 @@
|
|
|
26213
26742
|
"properties": {
|
|
26214
26743
|
"refNumber": {
|
|
26215
26744
|
"type": "string",
|
|
26216
|
-
"title": "Reference number for the planning application
|
|
26745
|
+
"title": "Reference number for the planning application"
|
|
26746
|
+
},
|
|
26747
|
+
"description": {
|
|
26748
|
+
"type": "string",
|
|
26749
|
+
"title": "Description of the application"
|
|
26217
26750
|
},
|
|
26218
26751
|
"isProposal": {
|
|
26219
26752
|
"title": "Is this a proposal?",
|
|
@@ -26242,6 +26775,9 @@
|
|
|
26242
26775
|
}
|
|
26243
26776
|
},
|
|
26244
26777
|
"con29RRequired": [
|
|
26778
|
+
"refNumber",
|
|
26779
|
+
"description",
|
|
26780
|
+
"isProposal",
|
|
26245
26781
|
"isProposal",
|
|
26246
26782
|
"applicationDate",
|
|
26247
26783
|
"applicationType"
|
|
@@ -26258,7 +26794,11 @@
|
|
|
26258
26794
|
"properties": {
|
|
26259
26795
|
"refNumber": {
|
|
26260
26796
|
"type": "string",
|
|
26261
|
-
"title": "Reference number for the planning application
|
|
26797
|
+
"title": "Reference number for the planning application"
|
|
26798
|
+
},
|
|
26799
|
+
"description": {
|
|
26800
|
+
"type": "string",
|
|
26801
|
+
"title": "Description of the application"
|
|
26262
26802
|
},
|
|
26263
26803
|
"isProposal": {
|
|
26264
26804
|
"title": "Is this a proposal?",
|
|
@@ -26287,6 +26827,8 @@
|
|
|
26287
26827
|
}
|
|
26288
26828
|
},
|
|
26289
26829
|
"con29RRequired": [
|
|
26830
|
+
"refNumber",
|
|
26831
|
+
"description",
|
|
26290
26832
|
"isProposal",
|
|
26291
26833
|
"applicationDate",
|
|
26292
26834
|
"applicationType"
|
|
@@ -26303,7 +26845,11 @@
|
|
|
26303
26845
|
"properties": {
|
|
26304
26846
|
"refNumber": {
|
|
26305
26847
|
"type": "string",
|
|
26306
|
-
"title": "Reference number for the planning application
|
|
26848
|
+
"title": "Reference number for the planning application"
|
|
26849
|
+
},
|
|
26850
|
+
"description": {
|
|
26851
|
+
"type": "string",
|
|
26852
|
+
"title": "Description of the application"
|
|
26307
26853
|
},
|
|
26308
26854
|
"isProposal": {
|
|
26309
26855
|
"title": "Is this a proposal?",
|
|
@@ -26332,6 +26878,8 @@
|
|
|
26332
26878
|
}
|
|
26333
26879
|
},
|
|
26334
26880
|
"con29RRequired": [
|
|
26881
|
+
"refNumber",
|
|
26882
|
+
"description",
|
|
26335
26883
|
"isProposal",
|
|
26336
26884
|
"applicationDate",
|
|
26337
26885
|
"applicationType"
|
|
@@ -26348,7 +26896,11 @@
|
|
|
26348
26896
|
"properties": {
|
|
26349
26897
|
"refNumber": {
|
|
26350
26898
|
"type": "string",
|
|
26351
|
-
"title": "Reference number for the planning application
|
|
26899
|
+
"title": "Reference number for the planning application"
|
|
26900
|
+
},
|
|
26901
|
+
"description": {
|
|
26902
|
+
"type": "string",
|
|
26903
|
+
"title": "Description of the application"
|
|
26352
26904
|
},
|
|
26353
26905
|
"isProposal": {
|
|
26354
26906
|
"title": "Is this a proposal?",
|
|
@@ -26377,6 +26929,8 @@
|
|
|
26377
26929
|
}
|
|
26378
26930
|
},
|
|
26379
26931
|
"con29RRequired": [
|
|
26932
|
+
"refNumber",
|
|
26933
|
+
"description",
|
|
26380
26934
|
"isProposal",
|
|
26381
26935
|
"applicationDate",
|
|
26382
26936
|
"applicationType"
|
|
@@ -26393,7 +26947,11 @@
|
|
|
26393
26947
|
"properties": {
|
|
26394
26948
|
"refNumber": {
|
|
26395
26949
|
"type": "string",
|
|
26396
|
-
"title": "Reference number for the planning application
|
|
26950
|
+
"title": "Reference number for the planning application"
|
|
26951
|
+
},
|
|
26952
|
+
"description": {
|
|
26953
|
+
"type": "string",
|
|
26954
|
+
"title": "Description of the application"
|
|
26397
26955
|
},
|
|
26398
26956
|
"isProposal": {
|
|
26399
26957
|
"title": "Is this a proposal?",
|
|
@@ -26422,6 +26980,8 @@
|
|
|
26422
26980
|
}
|
|
26423
26981
|
},
|
|
26424
26982
|
"con29RRequired": [
|
|
26983
|
+
"refNumber",
|
|
26984
|
+
"description",
|
|
26425
26985
|
"isProposal",
|
|
26426
26986
|
"applicationDate",
|
|
26427
26987
|
"applicationType"
|
|
@@ -26438,7 +26998,11 @@
|
|
|
26438
26998
|
"properties": {
|
|
26439
26999
|
"refNumber": {
|
|
26440
27000
|
"type": "string",
|
|
26441
|
-
"title": "Reference number for the planning application
|
|
27001
|
+
"title": "Reference number for the planning application"
|
|
27002
|
+
},
|
|
27003
|
+
"description": {
|
|
27004
|
+
"type": "string",
|
|
27005
|
+
"title": "Description of the application"
|
|
26442
27006
|
},
|
|
26443
27007
|
"isProposal": {
|
|
26444
27008
|
"title": "Is this a proposal?",
|
|
@@ -26467,6 +27031,8 @@
|
|
|
26467
27031
|
}
|
|
26468
27032
|
},
|
|
26469
27033
|
"con29RRequired": [
|
|
27034
|
+
"refNumber",
|
|
27035
|
+
"description",
|
|
26470
27036
|
"isProposal",
|
|
26471
27037
|
"applicationDate",
|
|
26472
27038
|
"applicationType"
|
|
@@ -26483,7 +27049,11 @@
|
|
|
26483
27049
|
"properties": {
|
|
26484
27050
|
"refNumber": {
|
|
26485
27051
|
"type": "string",
|
|
26486
|
-
"title": "Reference number for the planning application
|
|
27052
|
+
"title": "Reference number for the planning application"
|
|
27053
|
+
},
|
|
27054
|
+
"description": {
|
|
27055
|
+
"type": "string",
|
|
27056
|
+
"title": "Description of the application"
|
|
26487
27057
|
},
|
|
26488
27058
|
"isProposal": {
|
|
26489
27059
|
"title": "Is this a proposal?",
|
|
@@ -26512,6 +27082,8 @@
|
|
|
26512
27082
|
}
|
|
26513
27083
|
},
|
|
26514
27084
|
"con29RRequired": [
|
|
27085
|
+
"refNumber",
|
|
27086
|
+
"description",
|
|
26515
27087
|
"isProposal",
|
|
26516
27088
|
"applicationDate",
|
|
26517
27089
|
"applicationType"
|
|
@@ -26528,7 +27100,11 @@
|
|
|
26528
27100
|
"properties": {
|
|
26529
27101
|
"refNumber": {
|
|
26530
27102
|
"type": "string",
|
|
26531
|
-
"title": "Reference number for the planning application
|
|
27103
|
+
"title": "Reference number for the planning application"
|
|
27104
|
+
},
|
|
27105
|
+
"description": {
|
|
27106
|
+
"type": "string",
|
|
27107
|
+
"title": "Description of the application"
|
|
26532
27108
|
},
|
|
26533
27109
|
"isProposal": {
|
|
26534
27110
|
"title": "Is this a proposal?",
|
|
@@ -26557,6 +27133,8 @@
|
|
|
26557
27133
|
}
|
|
26558
27134
|
},
|
|
26559
27135
|
"con29RRequired": [
|
|
27136
|
+
"refNumber",
|
|
27137
|
+
"description",
|
|
26560
27138
|
"isProposal",
|
|
26561
27139
|
"applicationDate",
|
|
26562
27140
|
"applicationType"
|
|
@@ -26573,7 +27151,11 @@
|
|
|
26573
27151
|
"properties": {
|
|
26574
27152
|
"refNumber": {
|
|
26575
27153
|
"type": "string",
|
|
26576
|
-
"title": "Reference number for the planning application
|
|
27154
|
+
"title": "Reference number for the planning application"
|
|
27155
|
+
},
|
|
27156
|
+
"description": {
|
|
27157
|
+
"type": "string",
|
|
27158
|
+
"title": "Description of the application"
|
|
26577
27159
|
},
|
|
26578
27160
|
"isProposal": {
|
|
26579
27161
|
"title": "Is this a proposal?",
|
|
@@ -26602,6 +27184,8 @@
|
|
|
26602
27184
|
}
|
|
26603
27185
|
},
|
|
26604
27186
|
"con29RRequired": [
|
|
27187
|
+
"refNumber",
|
|
27188
|
+
"description",
|
|
26605
27189
|
"isProposal",
|
|
26606
27190
|
"applicationDate",
|
|
26607
27191
|
"applicationType"
|
|
@@ -28345,9 +28929,9 @@
|
|
|
28345
28929
|
}
|
|
28346
28930
|
]
|
|
28347
28931
|
},
|
|
28348
|
-
"
|
|
28932
|
+
"floodAndCoastalErosionRiskManagement": {
|
|
28349
28933
|
"con29RRef": "3.7(g)",
|
|
28350
|
-
"title": "flood and
|
|
28934
|
+
"title": "flood and coastal erosion risk management",
|
|
28351
28935
|
"type": "object",
|
|
28352
28936
|
"properties": {
|
|
28353
28937
|
"yesNo": {
|