@pdtf/schemas 3.0.0-18 → 3.0.0-19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1055,144 +1055,6 @@
|
|
|
1055
1055
|
}
|
|
1056
1056
|
}
|
|
1057
1057
|
},
|
|
1058
|
-
"connectivity": {
|
|
1059
|
-
"title": "Connectivity",
|
|
1060
|
-
"type": "object",
|
|
1061
|
-
"properties": {
|
|
1062
|
-
"broadband": {
|
|
1063
|
-
"title": "Broadband predicted speed per Ofcom Connected Nations",
|
|
1064
|
-
"type": "object",
|
|
1065
|
-
"properties": {
|
|
1066
|
-
"MaxBbPredictedDown": {
|
|
1067
|
-
"type": "number"
|
|
1068
|
-
},
|
|
1069
|
-
"MaxBbPredictedUp": {
|
|
1070
|
-
"type": "number"
|
|
1071
|
-
},
|
|
1072
|
-
"MaxSfbbPredictedDown": {
|
|
1073
|
-
"type": "number"
|
|
1074
|
-
},
|
|
1075
|
-
"MaxSfbbPredictedUp": {
|
|
1076
|
-
"type": "number"
|
|
1077
|
-
},
|
|
1078
|
-
"MaxUfbbPredictedDown": {
|
|
1079
|
-
"type": "number"
|
|
1080
|
-
},
|
|
1081
|
-
"MaxUfbbPredictedUp": {
|
|
1082
|
-
"type": "number"
|
|
1083
|
-
},
|
|
1084
|
-
"MaxPredictedDown": {
|
|
1085
|
-
"type": "number"
|
|
1086
|
-
},
|
|
1087
|
-
"MaxPredictedUp": {
|
|
1088
|
-
"type": "number"
|
|
1089
|
-
}
|
|
1090
|
-
}
|
|
1091
|
-
},
|
|
1092
|
-
"mobile": {
|
|
1093
|
-
"title": "Mobile predicted coverage per Ofcom Connected Nations",
|
|
1094
|
-
"type": "object",
|
|
1095
|
-
"properties": {
|
|
1096
|
-
"EEVoiceOutdoor": {
|
|
1097
|
-
"type": "integer"
|
|
1098
|
-
},
|
|
1099
|
-
"EEVoiceOutdoorNo4g": {
|
|
1100
|
-
"type": "integer"
|
|
1101
|
-
},
|
|
1102
|
-
"EEVoiceIndoor": {
|
|
1103
|
-
"type": "integer"
|
|
1104
|
-
},
|
|
1105
|
-
"EEVoiceIndoorNo4g": {
|
|
1106
|
-
"type": "integer"
|
|
1107
|
-
},
|
|
1108
|
-
"EEDataOutdoor": {
|
|
1109
|
-
"type": "integer"
|
|
1110
|
-
},
|
|
1111
|
-
"EEDataOutdoorNo4g": {
|
|
1112
|
-
"type": "integer"
|
|
1113
|
-
},
|
|
1114
|
-
"EEDataIndoor": {
|
|
1115
|
-
"type": "integer"
|
|
1116
|
-
},
|
|
1117
|
-
"EEDataIndoorNo4g": {
|
|
1118
|
-
"type": "integer"
|
|
1119
|
-
},
|
|
1120
|
-
"H3VoiceOutdoor": {
|
|
1121
|
-
"type": "integer"
|
|
1122
|
-
},
|
|
1123
|
-
"H3VoiceOutdoorNo4g": {
|
|
1124
|
-
"type": "integer"
|
|
1125
|
-
},
|
|
1126
|
-
"H3VoiceIndoor": {
|
|
1127
|
-
"type": "integer"
|
|
1128
|
-
},
|
|
1129
|
-
"H3VoiceIndoorNo4g": {
|
|
1130
|
-
"type": "integer"
|
|
1131
|
-
},
|
|
1132
|
-
"H3DataOutdoor": {
|
|
1133
|
-
"type": "integer"
|
|
1134
|
-
},
|
|
1135
|
-
"H3DataOutdoorNo4g": {
|
|
1136
|
-
"type": "integer"
|
|
1137
|
-
},
|
|
1138
|
-
"H3DataIndoor": {
|
|
1139
|
-
"type": "integer"
|
|
1140
|
-
},
|
|
1141
|
-
"H3DataIndoorNo4g": {
|
|
1142
|
-
"type": "integer"
|
|
1143
|
-
},
|
|
1144
|
-
"TFVoiceOutdoor": {
|
|
1145
|
-
"type": "integer"
|
|
1146
|
-
},
|
|
1147
|
-
"TFVoiceOutdoorNo4g": {
|
|
1148
|
-
"type": "integer"
|
|
1149
|
-
},
|
|
1150
|
-
"TFVoiceIndoor": {
|
|
1151
|
-
"type": "integer"
|
|
1152
|
-
},
|
|
1153
|
-
"TFVoiceIndoorNo4g": {
|
|
1154
|
-
"type": "integer"
|
|
1155
|
-
},
|
|
1156
|
-
"TFDataOutdoor": {
|
|
1157
|
-
"type": "integer"
|
|
1158
|
-
},
|
|
1159
|
-
"TFDataOutdoorNo4g": {
|
|
1160
|
-
"type": "integer"
|
|
1161
|
-
},
|
|
1162
|
-
"TFDataIndoor": {
|
|
1163
|
-
"type": "integer"
|
|
1164
|
-
},
|
|
1165
|
-
"TFDataIndoorNo4g": {
|
|
1166
|
-
"type": "integer"
|
|
1167
|
-
},
|
|
1168
|
-
"VOVoiceOutdoor": {
|
|
1169
|
-
"type": "integer"
|
|
1170
|
-
},
|
|
1171
|
-
"VOVoiceOutdoorNo4g": {
|
|
1172
|
-
"type": "integer"
|
|
1173
|
-
},
|
|
1174
|
-
"VOVoiceIndoor": {
|
|
1175
|
-
"type": "integer"
|
|
1176
|
-
},
|
|
1177
|
-
"VOVoiceIndoorNo4g": {
|
|
1178
|
-
"type": "integer"
|
|
1179
|
-
},
|
|
1180
|
-
"VODataOutdoor": {
|
|
1181
|
-
"type": "integer"
|
|
1182
|
-
},
|
|
1183
|
-
"VODataOutdoorNo4g": {
|
|
1184
|
-
"type": "integer"
|
|
1185
|
-
},
|
|
1186
|
-
"VODataIndoor": {
|
|
1187
|
-
"type": "integer"
|
|
1188
|
-
},
|
|
1189
|
-
"VODataIndoorNo4g": {
|
|
1190
|
-
"type": "integer"
|
|
1191
|
-
}
|
|
1192
|
-
}
|
|
1193
|
-
}
|
|
1194
|
-
}
|
|
1195
|
-
},
|
|
1196
1058
|
"delayFactors": {
|
|
1197
1059
|
"baspiRef": "A1.2",
|
|
1198
1060
|
"title": "Delay factors",
|
|
@@ -18039,7 +17901,7 @@
|
|
|
18039
17901
|
"broadband",
|
|
18040
17902
|
"maintenanceAgreements"
|
|
18041
17903
|
],
|
|
18042
|
-
"ntsRequired": ["electricity", "broadband"],
|
|
17904
|
+
"ntsRequired": ["electricity", "broadband", "mobilePhone"],
|
|
18043
17905
|
"ta6Required": [
|
|
18044
17906
|
"electricity",
|
|
18045
17907
|
"mainsGas",
|
|
@@ -18660,6 +18522,36 @@
|
|
|
18660
18522
|
"FTTC (Fibre to the Cabinet)",
|
|
18661
18523
|
"FTTP (Fibre to the Premises)"
|
|
18662
18524
|
]
|
|
18525
|
+
},
|
|
18526
|
+
"predictedSpeed": {
|
|
18527
|
+
"title": "Broadband predicted speed per Ofcom Connected Nations",
|
|
18528
|
+
"type": "object",
|
|
18529
|
+
"properties": {
|
|
18530
|
+
"MaxBbPredictedDown": {
|
|
18531
|
+
"type": "number"
|
|
18532
|
+
},
|
|
18533
|
+
"MaxBbPredictedUp": {
|
|
18534
|
+
"type": "number"
|
|
18535
|
+
},
|
|
18536
|
+
"MaxSfbbPredictedDown": {
|
|
18537
|
+
"type": "number"
|
|
18538
|
+
},
|
|
18539
|
+
"MaxSfbbPredictedUp": {
|
|
18540
|
+
"type": "number"
|
|
18541
|
+
},
|
|
18542
|
+
"MaxUfbbPredictedDown": {
|
|
18543
|
+
"type": "number"
|
|
18544
|
+
},
|
|
18545
|
+
"MaxUfbbPredictedUp": {
|
|
18546
|
+
"type": "number"
|
|
18547
|
+
},
|
|
18548
|
+
"MaxPredictedDown": {
|
|
18549
|
+
"type": "number"
|
|
18550
|
+
},
|
|
18551
|
+
"MaxPredictedUp": {
|
|
18552
|
+
"type": "number"
|
|
18553
|
+
}
|
|
18554
|
+
}
|
|
18663
18555
|
}
|
|
18664
18556
|
},
|
|
18665
18557
|
"ntsRequired": ["typeOfConnection"]
|
|
@@ -18685,7 +18577,154 @@
|
|
|
18685
18577
|
}
|
|
18686
18578
|
]
|
|
18687
18579
|
},
|
|
18688
|
-
|
|
18580
|
+
"mobilePhone": {
|
|
18581
|
+
"ntsRef": "B3.6",
|
|
18582
|
+
"title": "Mobile phone coverage",
|
|
18583
|
+
"type": "object",
|
|
18584
|
+
"properties": {
|
|
18585
|
+
"knownSignalIssues": {
|
|
18586
|
+
"ntsRef": "B3.6.1",
|
|
18587
|
+
"title": "Are there any issues with mobile phone signal or coverage at the property.",
|
|
18588
|
+
"description": "You should disclose any known issues with signal strength or dropped calls specific to the property.",
|
|
18589
|
+
"type": "object",
|
|
18590
|
+
"ntsRequired": ["yesNo"],
|
|
18591
|
+
"properties": {
|
|
18592
|
+
"yesNo": {
|
|
18593
|
+
"ntsRef": "B3.6.1.1",
|
|
18594
|
+
"title": "",
|
|
18595
|
+
"type": "string",
|
|
18596
|
+
"enum": ["Yes", "No"]
|
|
18597
|
+
}
|
|
18598
|
+
},
|
|
18599
|
+
"discriminator": {
|
|
18600
|
+
"propertyName": "yesNo"
|
|
18601
|
+
},
|
|
18602
|
+
"oneOf": [
|
|
18603
|
+
{
|
|
18604
|
+
"properties": {
|
|
18605
|
+
"yesNo": {
|
|
18606
|
+
"enum": ["No"]
|
|
18607
|
+
}
|
|
18608
|
+
}
|
|
18609
|
+
},
|
|
18610
|
+
{
|
|
18611
|
+
"properties": {
|
|
18612
|
+
"yesNo": {
|
|
18613
|
+
"enum": ["Yes"]
|
|
18614
|
+
},
|
|
18615
|
+
"details": {
|
|
18616
|
+
"ntsRef": "B3.6.1.2",
|
|
18617
|
+
"title": "Details",
|
|
18618
|
+
"type": "string"
|
|
18619
|
+
}
|
|
18620
|
+
}
|
|
18621
|
+
}
|
|
18622
|
+
]
|
|
18623
|
+
},
|
|
18624
|
+
"predictedCoverage": {
|
|
18625
|
+
"title": "Mobile predicted coverage per Ofcom Connected Nations",
|
|
18626
|
+
"type": "object",
|
|
18627
|
+
"properties": {
|
|
18628
|
+
"EEVoiceOutdoor": {
|
|
18629
|
+
"type": "integer"
|
|
18630
|
+
},
|
|
18631
|
+
"EEVoiceOutdoorNo4g": {
|
|
18632
|
+
"type": "integer"
|
|
18633
|
+
},
|
|
18634
|
+
"EEVoiceIndoor": {
|
|
18635
|
+
"type": "integer"
|
|
18636
|
+
},
|
|
18637
|
+
"EEVoiceIndoorNo4g": {
|
|
18638
|
+
"type": "integer"
|
|
18639
|
+
},
|
|
18640
|
+
"EEDataOutdoor": {
|
|
18641
|
+
"type": "integer"
|
|
18642
|
+
},
|
|
18643
|
+
"EEDataOutdoorNo4g": {
|
|
18644
|
+
"type": "integer"
|
|
18645
|
+
},
|
|
18646
|
+
"EEDataIndoor": {
|
|
18647
|
+
"type": "integer"
|
|
18648
|
+
},
|
|
18649
|
+
"EEDataIndoorNo4g": {
|
|
18650
|
+
"type": "integer"
|
|
18651
|
+
},
|
|
18652
|
+
"H3VoiceOutdoor": {
|
|
18653
|
+
"type": "integer"
|
|
18654
|
+
},
|
|
18655
|
+
"H3VoiceOutdoorNo4g": {
|
|
18656
|
+
"type": "integer"
|
|
18657
|
+
},
|
|
18658
|
+
"H3VoiceIndoor": {
|
|
18659
|
+
"type": "integer"
|
|
18660
|
+
},
|
|
18661
|
+
"H3VoiceIndoorNo4g": {
|
|
18662
|
+
"type": "integer"
|
|
18663
|
+
},
|
|
18664
|
+
"H3DataOutdoor": {
|
|
18665
|
+
"type": "integer"
|
|
18666
|
+
},
|
|
18667
|
+
"H3DataOutdoorNo4g": {
|
|
18668
|
+
"type": "integer"
|
|
18669
|
+
},
|
|
18670
|
+
"H3DataIndoor": {
|
|
18671
|
+
"type": "integer"
|
|
18672
|
+
},
|
|
18673
|
+
"H3DataIndoorNo4g": {
|
|
18674
|
+
"type": "integer"
|
|
18675
|
+
},
|
|
18676
|
+
"TFVoiceOutdoor": {
|
|
18677
|
+
"type": "integer"
|
|
18678
|
+
},
|
|
18679
|
+
"TFVoiceOutdoorNo4g": {
|
|
18680
|
+
"type": "integer"
|
|
18681
|
+
},
|
|
18682
|
+
"TFVoiceIndoor": {
|
|
18683
|
+
"type": "integer"
|
|
18684
|
+
},
|
|
18685
|
+
"TFVoiceIndoorNo4g": {
|
|
18686
|
+
"type": "integer"
|
|
18687
|
+
},
|
|
18688
|
+
"TFDataOutdoor": {
|
|
18689
|
+
"type": "integer"
|
|
18690
|
+
},
|
|
18691
|
+
"TFDataOutdoorNo4g": {
|
|
18692
|
+
"type": "integer"
|
|
18693
|
+
},
|
|
18694
|
+
"TFDataIndoor": {
|
|
18695
|
+
"type": "integer"
|
|
18696
|
+
},
|
|
18697
|
+
"TFDataIndoorNo4g": {
|
|
18698
|
+
"type": "integer"
|
|
18699
|
+
},
|
|
18700
|
+
"VOVoiceOutdoor": {
|
|
18701
|
+
"type": "integer"
|
|
18702
|
+
},
|
|
18703
|
+
"VOVoiceOutdoorNo4g": {
|
|
18704
|
+
"type": "integer"
|
|
18705
|
+
},
|
|
18706
|
+
"VOVoiceIndoor": {
|
|
18707
|
+
"type": "integer"
|
|
18708
|
+
},
|
|
18709
|
+
"VOVoiceIndoorNo4g": {
|
|
18710
|
+
"type": "integer"
|
|
18711
|
+
},
|
|
18712
|
+
"VODataOutdoor": {
|
|
18713
|
+
"type": "integer"
|
|
18714
|
+
},
|
|
18715
|
+
"VODataOutdoorNo4g": {
|
|
18716
|
+
"type": "integer"
|
|
18717
|
+
},
|
|
18718
|
+
"VODataIndoor": {
|
|
18719
|
+
"type": "integer"
|
|
18720
|
+
},
|
|
18721
|
+
"VODataIndoorNo4g": {
|
|
18722
|
+
"type": "integer"
|
|
18723
|
+
}
|
|
18724
|
+
}
|
|
18725
|
+
}
|
|
18726
|
+
}
|
|
18727
|
+
},
|
|
18689
18728
|
"maintenanceAgreements": {
|
|
18690
18729
|
"baspiRef": "A7.2",
|
|
18691
18730
|
"rdsRef": "Services/Certificates,Services/OtherServices/Certificates",
|
|
@@ -1011,7 +1011,8 @@
|
|
|
1011
1011
|
"ntsRef": "B3",
|
|
1012
1012
|
"required": [
|
|
1013
1013
|
"electricity",
|
|
1014
|
-
"broadband"
|
|
1014
|
+
"broadband",
|
|
1015
|
+
"mobilePhone"
|
|
1015
1016
|
],
|
|
1016
1017
|
"properties": {
|
|
1017
1018
|
"electricity": {
|
|
@@ -1273,6 +1274,48 @@
|
|
|
1273
1274
|
]
|
|
1274
1275
|
}
|
|
1275
1276
|
}
|
|
1277
|
+
},
|
|
1278
|
+
"mobilePhone": {
|
|
1279
|
+
"ntsRef": "B3.6",
|
|
1280
|
+
"properties": {
|
|
1281
|
+
"knownSignalIssues": {
|
|
1282
|
+
"ntsRef": "B3.6.1",
|
|
1283
|
+
"discriminator": {
|
|
1284
|
+
"propertyName": "yesNo"
|
|
1285
|
+
},
|
|
1286
|
+
"oneOf": [
|
|
1287
|
+
{
|
|
1288
|
+
"properties": {
|
|
1289
|
+
"yesNo": {
|
|
1290
|
+
"enum": [
|
|
1291
|
+
"No"
|
|
1292
|
+
]
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"properties": {
|
|
1298
|
+
"yesNo": {
|
|
1299
|
+
"enum": [
|
|
1300
|
+
"Yes"
|
|
1301
|
+
]
|
|
1302
|
+
},
|
|
1303
|
+
"details": {
|
|
1304
|
+
"ntsRef": "B3.6.1.2"
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
],
|
|
1309
|
+
"required": [
|
|
1310
|
+
"yesNo"
|
|
1311
|
+
],
|
|
1312
|
+
"properties": {
|
|
1313
|
+
"yesNo": {
|
|
1314
|
+
"ntsRef": "B3.6.1.1"
|
|
1315
|
+
}
|
|
1316
|
+
}
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1276
1319
|
}
|
|
1277
1320
|
}
|
|
1278
1321
|
},
|
|
@@ -963,144 +963,6 @@
|
|
|
963
963
|
}
|
|
964
964
|
}
|
|
965
965
|
},
|
|
966
|
-
"connectivity": {
|
|
967
|
-
"title": "Connectivity",
|
|
968
|
-
"type": "object",
|
|
969
|
-
"properties": {
|
|
970
|
-
"broadband": {
|
|
971
|
-
"title": "Broadband predicted speed per Ofcom Connected Nations",
|
|
972
|
-
"type": "object",
|
|
973
|
-
"properties": {
|
|
974
|
-
"MaxBbPredictedDown": {
|
|
975
|
-
"type": "number"
|
|
976
|
-
},
|
|
977
|
-
"MaxBbPredictedUp": {
|
|
978
|
-
"type": "number"
|
|
979
|
-
},
|
|
980
|
-
"MaxSfbbPredictedDown": {
|
|
981
|
-
"type": "number"
|
|
982
|
-
},
|
|
983
|
-
"MaxSfbbPredictedUp": {
|
|
984
|
-
"type": "number"
|
|
985
|
-
},
|
|
986
|
-
"MaxUfbbPredictedDown": {
|
|
987
|
-
"type": "number"
|
|
988
|
-
},
|
|
989
|
-
"MaxUfbbPredictedUp": {
|
|
990
|
-
"type": "number"
|
|
991
|
-
},
|
|
992
|
-
"MaxPredictedDown": {
|
|
993
|
-
"type": "number"
|
|
994
|
-
},
|
|
995
|
-
"MaxPredictedUp": {
|
|
996
|
-
"type": "number"
|
|
997
|
-
}
|
|
998
|
-
}
|
|
999
|
-
},
|
|
1000
|
-
"mobile": {
|
|
1001
|
-
"title": "Mobile predicted coverage per Ofcom Connected Nations",
|
|
1002
|
-
"type": "object",
|
|
1003
|
-
"properties": {
|
|
1004
|
-
"EEVoiceOutdoor": {
|
|
1005
|
-
"type": "integer"
|
|
1006
|
-
},
|
|
1007
|
-
"EEVoiceOutdoorNo4g": {
|
|
1008
|
-
"type": "integer"
|
|
1009
|
-
},
|
|
1010
|
-
"EEVoiceIndoor": {
|
|
1011
|
-
"type": "integer"
|
|
1012
|
-
},
|
|
1013
|
-
"EEVoiceIndoorNo4g": {
|
|
1014
|
-
"type": "integer"
|
|
1015
|
-
},
|
|
1016
|
-
"EEDataOutdoor": {
|
|
1017
|
-
"type": "integer"
|
|
1018
|
-
},
|
|
1019
|
-
"EEDataOutdoorNo4g": {
|
|
1020
|
-
"type": "integer"
|
|
1021
|
-
},
|
|
1022
|
-
"EEDataIndoor": {
|
|
1023
|
-
"type": "integer"
|
|
1024
|
-
},
|
|
1025
|
-
"EEDataIndoorNo4g": {
|
|
1026
|
-
"type": "integer"
|
|
1027
|
-
},
|
|
1028
|
-
"H3VoiceOutdoor": {
|
|
1029
|
-
"type": "integer"
|
|
1030
|
-
},
|
|
1031
|
-
"H3VoiceOutdoorNo4g": {
|
|
1032
|
-
"type": "integer"
|
|
1033
|
-
},
|
|
1034
|
-
"H3VoiceIndoor": {
|
|
1035
|
-
"type": "integer"
|
|
1036
|
-
},
|
|
1037
|
-
"H3VoiceIndoorNo4g": {
|
|
1038
|
-
"type": "integer"
|
|
1039
|
-
},
|
|
1040
|
-
"H3DataOutdoor": {
|
|
1041
|
-
"type": "integer"
|
|
1042
|
-
},
|
|
1043
|
-
"H3DataOutdoorNo4g": {
|
|
1044
|
-
"type": "integer"
|
|
1045
|
-
},
|
|
1046
|
-
"H3DataIndoor": {
|
|
1047
|
-
"type": "integer"
|
|
1048
|
-
},
|
|
1049
|
-
"H3DataIndoorNo4g": {
|
|
1050
|
-
"type": "integer"
|
|
1051
|
-
},
|
|
1052
|
-
"TFVoiceOutdoor": {
|
|
1053
|
-
"type": "integer"
|
|
1054
|
-
},
|
|
1055
|
-
"TFVoiceOutdoorNo4g": {
|
|
1056
|
-
"type": "integer"
|
|
1057
|
-
},
|
|
1058
|
-
"TFVoiceIndoor": {
|
|
1059
|
-
"type": "integer"
|
|
1060
|
-
},
|
|
1061
|
-
"TFVoiceIndoorNo4g": {
|
|
1062
|
-
"type": "integer"
|
|
1063
|
-
},
|
|
1064
|
-
"TFDataOutdoor": {
|
|
1065
|
-
"type": "integer"
|
|
1066
|
-
},
|
|
1067
|
-
"TFDataOutdoorNo4g": {
|
|
1068
|
-
"type": "integer"
|
|
1069
|
-
},
|
|
1070
|
-
"TFDataIndoor": {
|
|
1071
|
-
"type": "integer"
|
|
1072
|
-
},
|
|
1073
|
-
"TFDataIndoorNo4g": {
|
|
1074
|
-
"type": "integer"
|
|
1075
|
-
},
|
|
1076
|
-
"VOVoiceOutdoor": {
|
|
1077
|
-
"type": "integer"
|
|
1078
|
-
},
|
|
1079
|
-
"VOVoiceOutdoorNo4g": {
|
|
1080
|
-
"type": "integer"
|
|
1081
|
-
},
|
|
1082
|
-
"VOVoiceIndoor": {
|
|
1083
|
-
"type": "integer"
|
|
1084
|
-
},
|
|
1085
|
-
"VOVoiceIndoorNo4g": {
|
|
1086
|
-
"type": "integer"
|
|
1087
|
-
},
|
|
1088
|
-
"VODataOutdoor": {
|
|
1089
|
-
"type": "integer"
|
|
1090
|
-
},
|
|
1091
|
-
"VODataOutdoorNo4g": {
|
|
1092
|
-
"type": "integer"
|
|
1093
|
-
},
|
|
1094
|
-
"VODataIndoor": {
|
|
1095
|
-
"type": "integer"
|
|
1096
|
-
},
|
|
1097
|
-
"VODataIndoorNo4g": {
|
|
1098
|
-
"type": "integer"
|
|
1099
|
-
}
|
|
1100
|
-
}
|
|
1101
|
-
}
|
|
1102
|
-
}
|
|
1103
|
-
},
|
|
1104
966
|
"delayFactors": {
|
|
1105
967
|
"title": "Delay factors",
|
|
1106
968
|
"type": "object",
|
|
@@ -16324,6 +16186,36 @@
|
|
|
16324
16186
|
"FTTC (Fibre to the Cabinet)",
|
|
16325
16187
|
"FTTP (Fibre to the Premises)"
|
|
16326
16188
|
]
|
|
16189
|
+
},
|
|
16190
|
+
"predictedSpeed": {
|
|
16191
|
+
"title": "Broadband predicted speed per Ofcom Connected Nations",
|
|
16192
|
+
"type": "object",
|
|
16193
|
+
"properties": {
|
|
16194
|
+
"MaxBbPredictedDown": {
|
|
16195
|
+
"type": "number"
|
|
16196
|
+
},
|
|
16197
|
+
"MaxBbPredictedUp": {
|
|
16198
|
+
"type": "number"
|
|
16199
|
+
},
|
|
16200
|
+
"MaxSfbbPredictedDown": {
|
|
16201
|
+
"type": "number"
|
|
16202
|
+
},
|
|
16203
|
+
"MaxSfbbPredictedUp": {
|
|
16204
|
+
"type": "number"
|
|
16205
|
+
},
|
|
16206
|
+
"MaxUfbbPredictedDown": {
|
|
16207
|
+
"type": "number"
|
|
16208
|
+
},
|
|
16209
|
+
"MaxUfbbPredictedUp": {
|
|
16210
|
+
"type": "number"
|
|
16211
|
+
},
|
|
16212
|
+
"MaxPredictedDown": {
|
|
16213
|
+
"type": "number"
|
|
16214
|
+
},
|
|
16215
|
+
"MaxPredictedUp": {
|
|
16216
|
+
"type": "number"
|
|
16217
|
+
}
|
|
16218
|
+
}
|
|
16327
16219
|
}
|
|
16328
16220
|
}
|
|
16329
16221
|
},
|
|
@@ -16347,6 +16239,153 @@
|
|
|
16347
16239
|
}
|
|
16348
16240
|
]
|
|
16349
16241
|
},
|
|
16242
|
+
"mobilePhone": {
|
|
16243
|
+
"title": "Mobile phone coverage",
|
|
16244
|
+
"type": "object",
|
|
16245
|
+
"properties": {
|
|
16246
|
+
"knownSignalIssues": {
|
|
16247
|
+
"title": "Are there any issues with mobile phone signal or coverage at the property.",
|
|
16248
|
+
"description": "You should disclose any known issues with signal strength or dropped calls specific to the property.",
|
|
16249
|
+
"type": "object",
|
|
16250
|
+
"properties": {
|
|
16251
|
+
"yesNo": {
|
|
16252
|
+
"title": "",
|
|
16253
|
+
"type": "string",
|
|
16254
|
+
"enum": [
|
|
16255
|
+
"Yes",
|
|
16256
|
+
"No"
|
|
16257
|
+
]
|
|
16258
|
+
}
|
|
16259
|
+
},
|
|
16260
|
+
"oneOf": [
|
|
16261
|
+
{
|
|
16262
|
+
"properties": {
|
|
16263
|
+
"yesNo": {
|
|
16264
|
+
"enum": [
|
|
16265
|
+
"No"
|
|
16266
|
+
]
|
|
16267
|
+
}
|
|
16268
|
+
}
|
|
16269
|
+
},
|
|
16270
|
+
{
|
|
16271
|
+
"properties": {
|
|
16272
|
+
"yesNo": {
|
|
16273
|
+
"enum": [
|
|
16274
|
+
"Yes"
|
|
16275
|
+
]
|
|
16276
|
+
},
|
|
16277
|
+
"details": {
|
|
16278
|
+
"title": "Details",
|
|
16279
|
+
"type": "string"
|
|
16280
|
+
}
|
|
16281
|
+
}
|
|
16282
|
+
}
|
|
16283
|
+
]
|
|
16284
|
+
},
|
|
16285
|
+
"predictedCoverage": {
|
|
16286
|
+
"title": "Mobile predicted coverage per Ofcom Connected Nations",
|
|
16287
|
+
"type": "object",
|
|
16288
|
+
"properties": {
|
|
16289
|
+
"EEVoiceOutdoor": {
|
|
16290
|
+
"type": "integer"
|
|
16291
|
+
},
|
|
16292
|
+
"EEVoiceOutdoorNo4g": {
|
|
16293
|
+
"type": "integer"
|
|
16294
|
+
},
|
|
16295
|
+
"EEVoiceIndoor": {
|
|
16296
|
+
"type": "integer"
|
|
16297
|
+
},
|
|
16298
|
+
"EEVoiceIndoorNo4g": {
|
|
16299
|
+
"type": "integer"
|
|
16300
|
+
},
|
|
16301
|
+
"EEDataOutdoor": {
|
|
16302
|
+
"type": "integer"
|
|
16303
|
+
},
|
|
16304
|
+
"EEDataOutdoorNo4g": {
|
|
16305
|
+
"type": "integer"
|
|
16306
|
+
},
|
|
16307
|
+
"EEDataIndoor": {
|
|
16308
|
+
"type": "integer"
|
|
16309
|
+
},
|
|
16310
|
+
"EEDataIndoorNo4g": {
|
|
16311
|
+
"type": "integer"
|
|
16312
|
+
},
|
|
16313
|
+
"H3VoiceOutdoor": {
|
|
16314
|
+
"type": "integer"
|
|
16315
|
+
},
|
|
16316
|
+
"H3VoiceOutdoorNo4g": {
|
|
16317
|
+
"type": "integer"
|
|
16318
|
+
},
|
|
16319
|
+
"H3VoiceIndoor": {
|
|
16320
|
+
"type": "integer"
|
|
16321
|
+
},
|
|
16322
|
+
"H3VoiceIndoorNo4g": {
|
|
16323
|
+
"type": "integer"
|
|
16324
|
+
},
|
|
16325
|
+
"H3DataOutdoor": {
|
|
16326
|
+
"type": "integer"
|
|
16327
|
+
},
|
|
16328
|
+
"H3DataOutdoorNo4g": {
|
|
16329
|
+
"type": "integer"
|
|
16330
|
+
},
|
|
16331
|
+
"H3DataIndoor": {
|
|
16332
|
+
"type": "integer"
|
|
16333
|
+
},
|
|
16334
|
+
"H3DataIndoorNo4g": {
|
|
16335
|
+
"type": "integer"
|
|
16336
|
+
},
|
|
16337
|
+
"TFVoiceOutdoor": {
|
|
16338
|
+
"type": "integer"
|
|
16339
|
+
},
|
|
16340
|
+
"TFVoiceOutdoorNo4g": {
|
|
16341
|
+
"type": "integer"
|
|
16342
|
+
},
|
|
16343
|
+
"TFVoiceIndoor": {
|
|
16344
|
+
"type": "integer"
|
|
16345
|
+
},
|
|
16346
|
+
"TFVoiceIndoorNo4g": {
|
|
16347
|
+
"type": "integer"
|
|
16348
|
+
},
|
|
16349
|
+
"TFDataOutdoor": {
|
|
16350
|
+
"type": "integer"
|
|
16351
|
+
},
|
|
16352
|
+
"TFDataOutdoorNo4g": {
|
|
16353
|
+
"type": "integer"
|
|
16354
|
+
},
|
|
16355
|
+
"TFDataIndoor": {
|
|
16356
|
+
"type": "integer"
|
|
16357
|
+
},
|
|
16358
|
+
"TFDataIndoorNo4g": {
|
|
16359
|
+
"type": "integer"
|
|
16360
|
+
},
|
|
16361
|
+
"VOVoiceOutdoor": {
|
|
16362
|
+
"type": "integer"
|
|
16363
|
+
},
|
|
16364
|
+
"VOVoiceOutdoorNo4g": {
|
|
16365
|
+
"type": "integer"
|
|
16366
|
+
},
|
|
16367
|
+
"VOVoiceIndoor": {
|
|
16368
|
+
"type": "integer"
|
|
16369
|
+
},
|
|
16370
|
+
"VOVoiceIndoorNo4g": {
|
|
16371
|
+
"type": "integer"
|
|
16372
|
+
},
|
|
16373
|
+
"VODataOutdoor": {
|
|
16374
|
+
"type": "integer"
|
|
16375
|
+
},
|
|
16376
|
+
"VODataOutdoorNo4g": {
|
|
16377
|
+
"type": "integer"
|
|
16378
|
+
},
|
|
16379
|
+
"VODataIndoor": {
|
|
16380
|
+
"type": "integer"
|
|
16381
|
+
},
|
|
16382
|
+
"VODataIndoorNo4g": {
|
|
16383
|
+
"type": "integer"
|
|
16384
|
+
}
|
|
16385
|
+
}
|
|
16386
|
+
}
|
|
16387
|
+
}
|
|
16388
|
+
},
|
|
16350
16389
|
"maintenanceAgreements": {
|
|
16351
16390
|
"title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to connected services?",
|
|
16352
16391
|
"type": "object",
|
|
@@ -167,52 +167,6 @@
|
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
},
|
|
170
|
-
"connectivity": {
|
|
171
|
-
"broadband": {
|
|
172
|
-
"MaxBbPredictedDown": {},
|
|
173
|
-
"MaxBbPredictedUp": {},
|
|
174
|
-
"MaxSfbbPredictedDown": {},
|
|
175
|
-
"MaxSfbbPredictedUp": {},
|
|
176
|
-
"MaxUfbbPredictedDown": {},
|
|
177
|
-
"MaxUfbbPredictedUp": {},
|
|
178
|
-
"MaxPredictedDown": {},
|
|
179
|
-
"MaxPredictedUp": {}
|
|
180
|
-
},
|
|
181
|
-
"mobile": {
|
|
182
|
-
"EEVoiceOutdoor": {},
|
|
183
|
-
"EEVoiceOutdoorNo4g": {},
|
|
184
|
-
"EEVoiceIndoor": {},
|
|
185
|
-
"EEVoiceIndoorNo4g": {},
|
|
186
|
-
"EEDataOutdoor": {},
|
|
187
|
-
"EEDataOutdoorNo4g": {},
|
|
188
|
-
"EEDataIndoor": {},
|
|
189
|
-
"EEDataIndoorNo4g": {},
|
|
190
|
-
"H3VoiceOutdoor": {},
|
|
191
|
-
"H3VoiceOutdoorNo4g": {},
|
|
192
|
-
"H3VoiceIndoor": {},
|
|
193
|
-
"H3VoiceIndoorNo4g": {},
|
|
194
|
-
"H3DataOutdoor": {},
|
|
195
|
-
"H3DataOutdoorNo4g": {},
|
|
196
|
-
"H3DataIndoor": {},
|
|
197
|
-
"H3DataIndoorNo4g": {},
|
|
198
|
-
"TFVoiceOutdoor": {},
|
|
199
|
-
"TFVoiceOutdoorNo4g": {},
|
|
200
|
-
"TFVoiceIndoor": {},
|
|
201
|
-
"TFVoiceIndoorNo4g": {},
|
|
202
|
-
"TFDataOutdoor": {},
|
|
203
|
-
"TFDataOutdoorNo4g": {},
|
|
204
|
-
"TFDataIndoor": {},
|
|
205
|
-
"TFDataIndoorNo4g": {},
|
|
206
|
-
"VOVoiceOutdoor": {},
|
|
207
|
-
"VOVoiceOutdoorNo4g": {},
|
|
208
|
-
"VOVoiceIndoor": {},
|
|
209
|
-
"VOVoiceIndoorNo4g": {},
|
|
210
|
-
"VODataOutdoor": {},
|
|
211
|
-
"VODataOutdoorNo4g": {},
|
|
212
|
-
"VODataIndoor": {},
|
|
213
|
-
"VODataIndoorNo4g": {}
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
170
|
"delayFactors": {
|
|
217
171
|
"hasDelayFactors": {
|
|
218
172
|
"yesNo": {},
|
|
@@ -1989,8 +1943,58 @@
|
|
|
1989
1943
|
"yesNo": {},
|
|
1990
1944
|
"supplier": {},
|
|
1991
1945
|
"typeOfConnection": {},
|
|
1946
|
+
"predictedSpeed": {
|
|
1947
|
+
"MaxBbPredictedDown": {},
|
|
1948
|
+
"MaxBbPredictedUp": {},
|
|
1949
|
+
"MaxSfbbPredictedDown": {},
|
|
1950
|
+
"MaxSfbbPredictedUp": {},
|
|
1951
|
+
"MaxUfbbPredictedDown": {},
|
|
1952
|
+
"MaxUfbbPredictedUp": {},
|
|
1953
|
+
"MaxPredictedDown": {},
|
|
1954
|
+
"MaxPredictedUp": {}
|
|
1955
|
+
},
|
|
1992
1956
|
"dateToBeConnected": {}
|
|
1993
1957
|
},
|
|
1958
|
+
"mobilePhone": {
|
|
1959
|
+
"knownSignalIssues": {
|
|
1960
|
+
"yesNo": {},
|
|
1961
|
+
"details": {}
|
|
1962
|
+
},
|
|
1963
|
+
"predictedCoverage": {
|
|
1964
|
+
"EEVoiceOutdoor": {},
|
|
1965
|
+
"EEVoiceOutdoorNo4g": {},
|
|
1966
|
+
"EEVoiceIndoor": {},
|
|
1967
|
+
"EEVoiceIndoorNo4g": {},
|
|
1968
|
+
"EEDataOutdoor": {},
|
|
1969
|
+
"EEDataOutdoorNo4g": {},
|
|
1970
|
+
"EEDataIndoor": {},
|
|
1971
|
+
"EEDataIndoorNo4g": {},
|
|
1972
|
+
"H3VoiceOutdoor": {},
|
|
1973
|
+
"H3VoiceOutdoorNo4g": {},
|
|
1974
|
+
"H3VoiceIndoor": {},
|
|
1975
|
+
"H3VoiceIndoorNo4g": {},
|
|
1976
|
+
"H3DataOutdoor": {},
|
|
1977
|
+
"H3DataOutdoorNo4g": {},
|
|
1978
|
+
"H3DataIndoor": {},
|
|
1979
|
+
"H3DataIndoorNo4g": {},
|
|
1980
|
+
"TFVoiceOutdoor": {},
|
|
1981
|
+
"TFVoiceOutdoorNo4g": {},
|
|
1982
|
+
"TFVoiceIndoor": {},
|
|
1983
|
+
"TFVoiceIndoorNo4g": {},
|
|
1984
|
+
"TFDataOutdoor": {},
|
|
1985
|
+
"TFDataOutdoorNo4g": {},
|
|
1986
|
+
"TFDataIndoor": {},
|
|
1987
|
+
"TFDataIndoorNo4g": {},
|
|
1988
|
+
"VOVoiceOutdoor": {},
|
|
1989
|
+
"VOVoiceOutdoorNo4g": {},
|
|
1990
|
+
"VOVoiceIndoor": {},
|
|
1991
|
+
"VOVoiceIndoorNo4g": {},
|
|
1992
|
+
"VODataOutdoor": {},
|
|
1993
|
+
"VODataOutdoorNo4g": {},
|
|
1994
|
+
"VODataIndoor": {},
|
|
1995
|
+
"VODataIndoorNo4g": {}
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1994
1998
|
"maintenanceAgreements": {
|
|
1995
1999
|
"yesNo": {},
|
|
1996
2000
|
"details": {},
|