@dvsa/cvs-type-definitions 7.6.0 → 7.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -713,1098 +713,7 @@
713
713
  },
714
714
  "testResultsHistory": {
715
715
  "type": "array",
716
- "items": {
717
- "title": "Test Result Schema",
718
- "type": "object",
719
- "properties": {
720
- "testResultId": {
721
- "type": "string"
722
- },
723
- "testStationName": {
724
- "type": [
725
- "string",
726
- "null"
727
- ],
728
- "maxLength": 999
729
- },
730
- "testStationPNumber": {
731
- "type": [
732
- "string",
733
- "null"
734
- ],
735
- "maxLength": 20
736
- },
737
- "testStationType": {
738
- "anyOf": [
739
- {
740
- "title": "Test Station Types",
741
- "type": "string",
742
- "tsEnumNames": [
743
- "ATF",
744
- "GVTS",
745
- "HQ",
746
- "POTF",
747
- "VEF"
748
- ],
749
- "enum": [
750
- "atf",
751
- "gvts",
752
- "hq",
753
- "potf",
754
- "vef"
755
- ]
756
- }
757
- ]
758
- },
759
- "testerName": {
760
- "type": [
761
- "string",
762
- "null"
763
- ],
764
- "maxLength": 60
765
- },
766
- "testerStaffId": {
767
- "type": "string",
768
- "maxLength": 36
769
- },
770
- "testerEmailAddress": {
771
- "type": [
772
- "string",
773
- "null"
774
- ],
775
- "maxLength": 60
776
- },
777
- "testStartTimestamp": {
778
- "type": "string"
779
- },
780
- "testEndTimestamp": {
781
- "type": "string"
782
- },
783
- "testStatus": {
784
- "anyOf": [
785
- {
786
- "title": "Test Status",
787
- "type": "string",
788
- "tsEnumNames": [
789
- "SUBMITTED",
790
- "CANCELLED"
791
- ],
792
- "enum": [
793
- "submitted",
794
- "cancelled"
795
- ]
796
- }
797
- ]
798
- },
799
- "reasonForCancellation": {
800
- "type": [
801
- "string",
802
- "null"
803
- ]
804
- },
805
- "systemNumber": {
806
- "type": "string"
807
- },
808
- "vrm": {
809
- "type": "string",
810
- "maxLength": 9
811
- },
812
- "trailerId": {
813
- "type": "string"
814
- },
815
- "vin": {
816
- "type": "string",
817
- "maxLength": 21
818
- },
819
- "vehicleClass": {
820
- "title": "Vehicle Class Schema",
821
- "type": "object",
822
- "properties": {
823
- "code": {
824
- "type": "string"
825
- },
826
- "description": {
827
- "type": "string"
828
- }
829
- },
830
- "additionalProperties": false,
831
- "required": [
832
- "code",
833
- "description"
834
- ]
835
- },
836
- "vehicleSubclass": {
837
- "type": "array",
838
- "items": {
839
- "type": "string"
840
- }
841
- },
842
- "vehicleType": {
843
- "anyOf": [
844
- {
845
- "title": "Vehicle Type",
846
- "type": "string",
847
- "enum": [
848
- "psv",
849
- "trl",
850
- "hgv",
851
- "car",
852
- "lgv",
853
- "motorcycle"
854
- ]
855
- }
856
- ]
857
- },
858
- "vehicleConfiguration": {
859
- "type": "string"
860
- },
861
- "odometerReading": {
862
- "type": [
863
- "number",
864
- "null"
865
- ]
866
- },
867
- "odometerReadingUnits": {
868
- "anyOf": [
869
- {
870
- "title": "Odometer Reading Units",
871
- "type": "string",
872
- "tsEnumNames": [
873
- "KILOMETRES",
874
- "MILES"
875
- ],
876
- "enum": [
877
- "kilometres",
878
- "miles"
879
- ]
880
- },
881
- {
882
- "type": "null"
883
- }
884
- ]
885
- },
886
- "preparerId": {
887
- "type": [
888
- "string",
889
- "null"
890
- ]
891
- },
892
- "preparerName": {
893
- "type": [
894
- "string",
895
- "null"
896
- ]
897
- },
898
- "euVehicleCategory": {
899
- "anyOf": [
900
- {
901
- "title": "EU vehicle category",
902
- "type": "string",
903
- "tsEnumNames": [
904
- "M1",
905
- "M2",
906
- "M3",
907
- "N1",
908
- "N2",
909
- "N3",
910
- "O1",
911
- "O2",
912
- "O3",
913
- "O4",
914
- "L1E_A",
915
- "l1E",
916
- "L2e",
917
- "L3E",
918
- "L4E",
919
- "L5E",
920
- "L6E",
921
- "L7E"
922
- ],
923
- "enum": [
924
- "m1",
925
- "m2",
926
- "m3",
927
- "n1",
928
- "n2",
929
- "n3",
930
- "o1",
931
- "o2",
932
- "o3",
933
- "o4",
934
- "l1e-a",
935
- "l1e",
936
- "l2e",
937
- "l3e",
938
- "l4e",
939
- "l5e",
940
- "l6e",
941
- "l7e"
942
- ]
943
- }
944
- ]
945
- },
946
- "countryOfRegistration": {
947
- "type": [
948
- "string",
949
- "null"
950
- ]
951
- },
952
- "noOfAxles": {
953
- "type": "integer",
954
- "maximum": 99
955
- },
956
- "numberOfWheelsDriven": {
957
- "type": [
958
- "integer",
959
- "null"
960
- ]
961
- },
962
- "vehicleSize": {
963
- "type": "string"
964
- },
965
- "numberOfSeats": {
966
- "type": "integer"
967
- },
968
- "regnDate": {
969
- "type": [
970
- "string",
971
- "null"
972
- ]
973
- },
974
- "firstUseDate": {
975
- "type": [
976
- "string",
977
- "null"
978
- ]
979
- },
980
- "testTypes": {
981
- "type": "array",
982
- "items": {
983
- "title": "Test Type Schema",
984
- "type": "object",
985
- "properties": {
986
- "testTypeName": {
987
- "type": [
988
- "string",
989
- "null"
990
- ]
991
- },
992
- "name": {
993
- "type": "string"
994
- },
995
- "testTypeId": {
996
- "type": "string"
997
- },
998
- "certificateNumber": {
999
- "type": [
1000
- "string",
1001
- "null"
1002
- ]
1003
- },
1004
- "secondaryCertificateNumber": {
1005
- "type": [
1006
- "string",
1007
- "null"
1008
- ]
1009
- },
1010
- "testTypeStartTimestamp": {
1011
- "type": [
1012
- "string",
1013
- "null"
1014
- ]
1015
- },
1016
- "testTypeEndTimestamp": {
1017
- "type": [
1018
- "string",
1019
- "null"
1020
- ]
1021
- },
1022
- "testResult": {
1023
- "anyOf": [
1024
- {
1025
- "type:": "null"
1026
- },
1027
- {
1028
- "title": "Test Results",
1029
- "type": "string",
1030
- "tsEnumNames": [
1031
- "PASS",
1032
- "PRS",
1033
- "FAIL",
1034
- "ABANDONED"
1035
- ],
1036
- "enum": [
1037
- "pass",
1038
- "prs",
1039
- "fail",
1040
- "abandoned"
1041
- ]
1042
- }
1043
- ]
1044
- },
1045
- "prohibitionIssued": {
1046
- "type": [
1047
- "boolean",
1048
- "null"
1049
- ]
1050
- },
1051
- "reasonForAbandoning": {
1052
- "type": [
1053
- "string",
1054
- "null"
1055
- ]
1056
- },
1057
- "additionalNotesRecorded": {
1058
- "type": [
1059
- "string",
1060
- "null"
1061
- ],
1062
- "maxLength": 500
1063
- },
1064
- "additionalCommentsForAbandon": {
1065
- "type": [
1066
- "string",
1067
- "null"
1068
- ],
1069
- "maxLength": 500
1070
- },
1071
- "numberOfSeatbeltsFitted": {
1072
- "type": [
1073
- "integer",
1074
- "null"
1075
- ]
1076
- },
1077
- "lastSeatbeltInstallationCheckDate": {
1078
- "type": [
1079
- "string",
1080
- "null"
1081
- ]
1082
- },
1083
- "seatbeltInstallationCheckDate": {
1084
- "type": [
1085
- "boolean",
1086
- "null"
1087
- ]
1088
- },
1089
- "testExpiryDate": {
1090
- "type": "string"
1091
- },
1092
- "testAnniversaryDate": {
1093
- "type": [
1094
- "string",
1095
- "null"
1096
- ]
1097
- },
1098
- "modType": {
1099
- "anyOf": [
1100
- {
1101
- "title": "Mod Type Schema",
1102
- "type": "object",
1103
- "properties": {
1104
- "code": {
1105
- "type": "string"
1106
- },
1107
- "description": {
1108
- "type": "string"
1109
- }
1110
- },
1111
- "required": [
1112
- "code",
1113
- "description"
1114
- ],
1115
- "additionalProperties": false
1116
- },
1117
- {
1118
- "type": "string"
1119
- },
1120
- {
1121
- "type": "null"
1122
- }
1123
- ]
1124
- },
1125
- "emissionStandard": {
1126
- "anyOf": [
1127
- {
1128
- "type:": "null"
1129
- },
1130
- {
1131
- "title": "Emission Standards",
1132
- "type": "string",
1133
- "tsEnumNames": [
1134
- "EURO3_PM",
1135
- "EURO4_PM",
1136
- "EURO3",
1137
- "EURO4",
1138
- "EURO5",
1139
- "EURO6",
1140
- "EUROV",
1141
- "EUROVI",
1142
- "FULL_ELECTRIC"
1143
- ],
1144
- "enum": [
1145
- "0.10 g/kWh Euro 3 PM",
1146
- "0.03 g/kWh Euro IV PM'",
1147
- "Euro 3",
1148
- "Euro 4",
1149
- "Euro 5",
1150
- "Euro 6",
1151
- "Euro V",
1152
- "Euro VI",
1153
- "Full Electric"
1154
- ]
1155
- }
1156
- ]
1157
- },
1158
- "fuelType": {
1159
- "anyOf": [
1160
- {
1161
- "type:": "null"
1162
- },
1163
- {
1164
- "title": "Fuel Type",
1165
- "type": "string",
1166
- "tsEnumNames": [
1167
- "DIESEL",
1168
- "GAS_CNG",
1169
- "GAS_LNG",
1170
- "GAS_LPG",
1171
- "PETROL",
1172
- "FUEL_CELL",
1173
- "FULL_ELECTRIC"
1174
- ],
1175
- "enum": [
1176
- "diesel",
1177
- "gas-cng",
1178
- "gas-lng",
1179
- "gas-lpg",
1180
- "petrol",
1181
- "fuel cell",
1182
- "full electric"
1183
- ]
1184
- }
1185
- ]
1186
- },
1187
- "modificationTypeUsed": {
1188
- "type": [
1189
- "string",
1190
- "null"
1191
- ],
1192
- "maxLength": 100
1193
- },
1194
- "smokeTestKLimitApplied": {
1195
- "type": [
1196
- "string",
1197
- "null"
1198
- ],
1199
- "maxLength": 100
1200
- },
1201
- "particulateTrapFitted": {
1202
- "type": [
1203
- "string",
1204
- "null"
1205
- ],
1206
- "maxLength": 100
1207
- },
1208
- "particulateTrapSerialNumber": {
1209
- "type": [
1210
- "string",
1211
- "null"
1212
- ],
1213
- "maxLength": 100
1214
- },
1215
- "defects": {
1216
- "type": [
1217
- "array"
1218
- ],
1219
- "items": {
1220
- "title": "Defect Details Schema",
1221
- "type": "object",
1222
- "properties": {
1223
- "imNumber": {
1224
- "type": "integer"
1225
- },
1226
- "imDescription": {
1227
- "type": "string"
1228
- },
1229
- "additionalInformation": {
1230
- "properties": {
1231
- "location": {
1232
- "title": "Defect Location Schema",
1233
- "type": "object",
1234
- "properties": {
1235
- "vertical": {
1236
- "type": [
1237
- "string",
1238
- "null"
1239
- ]
1240
- },
1241
- "horizontal": {
1242
- "type": [
1243
- "string",
1244
- "null"
1245
- ]
1246
- },
1247
- "lateral": {
1248
- "type": [
1249
- "string",
1250
- "null"
1251
- ]
1252
- },
1253
- "longitudinal": {
1254
- "type": [
1255
- "string",
1256
- "null"
1257
- ]
1258
- },
1259
- "rowNumber": {
1260
- "type": [
1261
- "integer",
1262
- "null"
1263
- ]
1264
- },
1265
- "seatNumber": {
1266
- "type": [
1267
- "integer",
1268
- "null"
1269
- ]
1270
- },
1271
- "axleNumber": {
1272
- "type": [
1273
- "integer",
1274
- "null"
1275
- ]
1276
- }
1277
- },
1278
- "additionalProperties": false
1279
- },
1280
- "notes": {
1281
- "type": "string"
1282
- }
1283
- },
1284
- "additionalProperties": false,
1285
- "required": [
1286
- "location",
1287
- "notes"
1288
- ]
1289
- },
1290
- "itemNumber": {
1291
- "type": "integer"
1292
- },
1293
- "itemDescription": {
1294
- "type": "string"
1295
- },
1296
- "deficiencyRef": {
1297
- "type": "string"
1298
- },
1299
- "deficiencyId": {
1300
- "type": [
1301
- "string",
1302
- "null"
1303
- ]
1304
- },
1305
- "deficiencySubId": {
1306
- "type": [
1307
- "string",
1308
- "null"
1309
- ]
1310
- },
1311
- "deficiencyCategory": {
1312
- "type": "string"
1313
- },
1314
- "deficiencyText": {
1315
- "type": [
1316
- "string",
1317
- "null"
1318
- ]
1319
- },
1320
- "stdForProhibition": {
1321
- "type": [
1322
- "boolean",
1323
- "null"
1324
- ]
1325
- },
1326
- "prs": {
1327
- "type": [
1328
- "boolean",
1329
- "null"
1330
- ]
1331
- },
1332
- "prohibitionIssued": {
1333
- "type": [
1334
- "boolean",
1335
- "null"
1336
- ]
1337
- },
1338
- "metadata": {
1339
- "title": "Defect Metadata Schema",
1340
- "type": "object",
1341
- "properties": {
1342
- "category": {
1343
- "properties": {
1344
- "additionalInfo": {
1345
- "title": "Defect Additional Details Metadata Schema",
1346
- "type": "object",
1347
- "properties": {
1348
- "location": {
1349
- "title": "Defect Location Metadata Schema",
1350
- "type": "object",
1351
- "properties": {
1352
- "vertical": {
1353
- "anyOf": [
1354
- {
1355
- "type": "array",
1356
- "items": {
1357
- "type": "string"
1358
- }
1359
- },
1360
- {
1361
- "type": "null"
1362
- }
1363
- ]
1364
- },
1365
- "horizontal": {
1366
- "anyOf": [
1367
- {
1368
- "type": "array",
1369
- "items": {
1370
- "type": "string"
1371
- }
1372
- },
1373
- {
1374
- "type": "null"
1375
- }
1376
- ]
1377
- },
1378
- "lateral": {
1379
- "anyOf": [
1380
- {
1381
- "type": "array",
1382
- "items": {
1383
- "type": "string"
1384
- }
1385
- },
1386
- {
1387
- "type": "null"
1388
- }
1389
- ]
1390
- },
1391
- "longitudinal": {
1392
- "anyOf": [
1393
- {
1394
- "type": "array",
1395
- "items": {
1396
- "type": "string"
1397
- }
1398
- },
1399
- {
1400
- "type": "null"
1401
- }
1402
- ]
1403
- },
1404
- "rowNumber": {
1405
- "anyOf": [
1406
- {
1407
- "type": "array",
1408
- "items": {
1409
- "type": "number"
1410
- }
1411
- },
1412
- {
1413
- "type": "null"
1414
- }
1415
- ]
1416
- },
1417
- "seatNumber": {
1418
- "anyOf": [
1419
- {
1420
- "type": "array",
1421
- "items": {
1422
- "type": "integer"
1423
- }
1424
- },
1425
- {
1426
- "type": "null"
1427
- }
1428
- ]
1429
- },
1430
- "axleNumber": {
1431
- "anyOf": [
1432
- {
1433
- "type": "array",
1434
- "items": {
1435
- "type": "number"
1436
- }
1437
- },
1438
- {
1439
- "type": "null"
1440
- }
1441
- ]
1442
- }
1443
- },
1444
- "additionalProperties": false
1445
- },
1446
- "notes": {
1447
- "type": "boolean"
1448
- }
1449
- },
1450
- "additionalProperties": false,
1451
- "required": [
1452
- "location",
1453
- "notes"
1454
- ]
1455
- }
1456
- },
1457
- "additionalProperties": false
1458
- }
1459
- },
1460
- "additionalProperties": false,
1461
- "required": [
1462
- "category"
1463
- ]
1464
- }
1465
- },
1466
- "additionalProperties": false,
1467
- "required": [
1468
- "imNumber",
1469
- "imDescription",
1470
- "additionalInformation",
1471
- "itemNumber",
1472
- "itemDescription",
1473
- "deficiencyRef",
1474
- "deficiencyId",
1475
- "deficiencySubId",
1476
- "deficiencyCategory",
1477
- "deficiencyText",
1478
- "stdForProhibition",
1479
- "prs",
1480
- "prohibitionIssued",
1481
- "metadata"
1482
- ]
1483
- }
1484
- },
1485
- "customDefects": {
1486
- "type": [
1487
- "array",
1488
- "null"
1489
- ],
1490
- "items": {
1491
- "title": "Specialist Custom Defects Schema",
1492
- "type": "object",
1493
- "properties": {
1494
- "referenceNumber": {
1495
- "type": "string"
1496
- },
1497
- "defectName": {
1498
- "type": "string"
1499
- },
1500
- "defectNotes": {
1501
- "type": "string"
1502
- },
1503
- "hasAllMandatoryFields": {
1504
- "type": "boolean",
1505
- "description": "FE only"
1506
- }
1507
- },
1508
- "additionalProperties": false,
1509
- "required": [
1510
- "referenceNumber",
1511
- "defectName",
1512
- "defectNotes"
1513
- ]
1514
- }
1515
- },
1516
- "requiredStandards": {
1517
- "type": [
1518
- "array"
1519
- ],
1520
- "items": {
1521
- "title": "Specialist Custom Defects Schema Put",
1522
- "type": "object",
1523
- "properties": {
1524
- "sectionNumber": {
1525
- "type": "string"
1526
- },
1527
- "sectionDescription": {
1528
- "type": "string"
1529
- },
1530
- "additionalNotes": {
1531
- "type": [
1532
- "string",
1533
- "null"
1534
- ]
1535
- },
1536
- "rsNumber": {
1537
- "type": "integer"
1538
- },
1539
- "requiredStandard": {
1540
- "type": "string"
1541
- },
1542
- "refCalculation": {
1543
- "type": "string"
1544
- },
1545
- "additionalInfo": {
1546
- "type": "boolean"
1547
- },
1548
- "inspectionTypes": {
1549
- "type": "array",
1550
- "items": {
1551
- "anyOf": [
1552
- {
1553
- "title": "Inspection Type",
1554
- "type": "string",
1555
- "enum": [
1556
- "basic",
1557
- "normal"
1558
- ]
1559
- }
1560
- ]
1561
- }
1562
- },
1563
- "prs": {
1564
- "type": "boolean"
1565
- }
1566
- },
1567
- "additionalProperties": false,
1568
- "required": [
1569
- "sectionNumber",
1570
- "sectionDescription",
1571
- "rsNumber",
1572
- "requiredStandard",
1573
- "refCalculation",
1574
- "additionalInfo",
1575
- "referenceNumber",
1576
- "prs"
1577
- ]
1578
- }
1579
- },
1580
- "testNumber": {
1581
- "type": [
1582
- "string",
1583
- "null"
1584
- ]
1585
- },
1586
- "reapplicationDate": {
1587
- "type": [
1588
- "string",
1589
- "null"
1590
- ]
1591
- },
1592
- "testCode": {
1593
- "type": [
1594
- "string",
1595
- "null"
1596
- ]
1597
- },
1598
- "lastUpdatedAt": {
1599
- "type": [
1600
- "string",
1601
- "date",
1602
- "null"
1603
- ]
1604
- },
1605
- "createdAt": {
1606
- "type": [
1607
- "string",
1608
- "date",
1609
- "null"
1610
- ]
1611
- },
1612
- "testTypeClassification": {
1613
- "type": [
1614
- "string",
1615
- "null"
1616
- ]
1617
- },
1618
- "deletionFlag": {
1619
- "type": [
1620
- "string",
1621
- "null"
1622
- ]
1623
- },
1624
- "centralDocs": {
1625
- "properties": {
1626
- "issueRequired": {
1627
- "type": "boolean"
1628
- },
1629
- "notes": {
1630
- "type": "string"
1631
- },
1632
- "reasonsForIssue": {
1633
- "type": "array",
1634
- "items": {
1635
- "type": "string"
1636
- }
1637
- }
1638
- },
1639
- "additionalProperties": false,
1640
- "required": [
1641
- "issueRequired",
1642
- "reasonsForIssue"
1643
- ]
1644
- }
1645
- },
1646
- "required": [
1647
- "testTypeName",
1648
- "name",
1649
- "testTypeId",
1650
- "certificateNumber",
1651
- "secondaryCertificateNumber",
1652
- "testTypeStartTimestamp",
1653
- "testTypeEndTimestamp",
1654
- "testResult",
1655
- "prohibitionIssued",
1656
- "reasonForAbandoning",
1657
- "additionalNotesRecorded",
1658
- "additionalCommentsForAbandon",
1659
- "defects"
1660
- ],
1661
- "additionalProperties": false
1662
- }
1663
- },
1664
- "reasonForCreation": {
1665
- "type": "string",
1666
- "maxLength": 100
1667
- },
1668
- "createdAt": {
1669
- "type": [
1670
- "string",
1671
- "null"
1672
- ]
1673
- },
1674
- "createdByEmailAddress": {
1675
- "type": "string"
1676
- },
1677
- "createdByName": {
1678
- "type": "string"
1679
- },
1680
- "createdById": {
1681
- "type": "string"
1682
- },
1683
- "lastUpdatedAt": {
1684
- "type": [
1685
- "string",
1686
- "null"
1687
- ]
1688
- },
1689
- "lastUpdatedByEmailAddress": {
1690
- "type": "string"
1691
- },
1692
- "lastUpdatedByName": {
1693
- "type": "string"
1694
- },
1695
- "lastUpdatedById": {
1696
- "type": "string"
1697
- },
1698
- "shouldEmailCertificate": {
1699
- "type": "string"
1700
- },
1701
- "contingencyTestNumber": {
1702
- "type": [
1703
- "string",
1704
- "null"
1705
- ],
1706
- "maxLength": 8,
1707
- "minLength": 6
1708
- },
1709
- "typeOfTest": {
1710
- "anyOf": [
1711
- {
1712
- "title": "Type of test",
1713
- "type": "string",
1714
- "tsEnumNames": [
1715
- "CONTINGENCY",
1716
- "DESK_BASED",
1717
- "COMPLETION"
1718
- ],
1719
- "enum": [
1720
- "contingency",
1721
- "desk-based",
1722
- "completion"
1723
- ]
1724
- }
1725
- ]
1726
- },
1727
- "source": {
1728
- "anyOf": [
1729
- {
1730
- "title": "Test Sources",
1731
- "type": "string",
1732
- "tsEnumNames": [
1733
- "VTM",
1734
- "VTA"
1735
- ],
1736
- "enum": [
1737
- "vtm",
1738
- "vta"
1739
- ]
1740
- }
1741
- ]
1742
- },
1743
- "make": {
1744
- "type": [
1745
- "string",
1746
- "null"
1747
- ]
1748
- },
1749
- "model": {
1750
- "type": [
1751
- "string",
1752
- "null"
1753
- ]
1754
- },
1755
- "bodyType": {
1756
- "title": "Body Type Schema",
1757
- "type": "object",
1758
- "properties": {
1759
- "code": {
1760
- "type": [
1761
- "string",
1762
- "null"
1763
- ]
1764
- },
1765
- "description": {
1766
- "type": [
1767
- "string",
1768
- "null"
1769
- ]
1770
- }
1771
- },
1772
- "additionalProperties": false
1773
- },
1774
- "vehicleId": {
1775
- "type": [
1776
- "string",
1777
- "null"
1778
- ]
1779
- }
1780
- },
1781
- "additionalProperties": false,
1782
- "required": [
1783
- "testResultId",
1784
- "testStationName",
1785
- "testStationPNumber",
1786
- "testStationType",
1787
- "testerName",
1788
- "testerStaffId",
1789
- "testerEmailAddress",
1790
- "testStartTimestamp",
1791
- "testEndTimestamp",
1792
- "testStatus",
1793
- "reasonForCancellation",
1794
- "systemNumber",
1795
- "vin",
1796
- "vehicleClass",
1797
- "vehicleType",
1798
- "vehicleConfiguration",
1799
- "preparerId",
1800
- "preparerName",
1801
- "euVehicleCategory",
1802
- "countryOfRegistration",
1803
- "noOfAxles",
1804
- "numberOfWheelsDriven",
1805
- "testTypes"
1806
- ]
1807
- }
716
+ "items": {}
1808
717
  },
1809
718
  "countryOfRegistration": {
1810
719
  "type": "string"