@dvsa/cvs-type-definitions 3.0.7 → 3.0.9
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/json-schemas/v3/tech-record/get/car/complete/index.json +1 -10
- package/json-schemas/v3/tech-record/get/car/skeleton/index.json +1 -10
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +3 -0
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +3 -0
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +3 -0
- package/json-schemas/v3/tech-record/get/lgv/complete/index.json +1 -17
- package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +1 -17
- package/json-schemas/v3/tech-record/get/motorcycle/complete/index.json +1 -17
- package/json-schemas/v3/tech-record/get/motorcycle/skeleton/index.json +1 -17
- package/json-schemas/v3/tech-record/get/psv/complete/index.json +12 -3
- package/json-schemas/v3/tech-record/get/psv/skeleton/index.json +12 -3
- package/json-schemas/v3/tech-record/get/psv/testable/index.json +12 -3
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +52 -0
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +52 -0
- package/json-schemas/v3/tech-record/put/car/complete/index.json +1 -10
- package/json-schemas/v3/tech-record/put/car/skeleton/index.json +1 -10
- package/json-schemas/v3/tech-record/put/lgv/complete/index.json +1 -10
- package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +1 -10
- package/json-schemas/v3/tech-record/put/motorcycle/complete/index.json +1 -17
- package/json-schemas/v3/tech-record/put/motorcycle/skeleton/index.json +1 -17
- package/json-schemas/v3/tech-record/put/psv/complete/index.json +3 -3
- package/json-schemas/v3/tech-record/put/psv/skeleton/index.json +3 -3
- package/json-schemas/v3/tech-record/put/psv/testable/index.json +3 -3
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +52 -6
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +52 -6
- package/package.json +1 -1
- package/types/v3/tech-record/get/car/complete/index.d.ts +1 -2
- package/types/v3/tech-record/get/car/skeleton/index.d.ts +1 -2
- package/types/v3/tech-record/get/hgv/complete/index.d.ts +1 -0
- package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +1 -0
- package/types/v3/tech-record/get/hgv/testable/index.d.ts +1 -0
- package/types/v3/tech-record/get/lgv/complete/index.d.ts +1 -2
- package/types/v3/tech-record/get/lgv/skeleton/index.d.ts +1 -2
- package/types/v3/tech-record/get/motorcycle/complete/index.d.ts +1 -2
- package/types/v3/tech-record/get/motorcycle/skeleton/index.d.ts +1 -2
- package/types/v3/tech-record/get/psv/complete/index.d.ts +6 -3
- package/types/v3/tech-record/get/psv/skeleton/index.d.ts +6 -3
- package/types/v3/tech-record/get/psv/testable/index.d.ts +6 -3
- package/types/v3/tech-record/get/trl/skeleton/index.d.ts +20 -0
- package/types/v3/tech-record/get/trl/testable/index.d.ts +20 -0
- package/types/v3/tech-record/put/car/complete/index.d.ts +1 -2
- package/types/v3/tech-record/put/car/skeleton/index.d.ts +1 -2
- package/types/v3/tech-record/put/lgv/complete/index.d.ts +1 -2
- package/types/v3/tech-record/put/lgv/skeleton/index.d.ts +1 -2
- package/types/v3/tech-record/put/motorcycle/complete/index.d.ts +1 -2
- package/types/v3/tech-record/put/motorcycle/skeleton/index.d.ts +1 -2
- package/types/v3/tech-record/put/psv/complete/index.d.ts +3 -3
- package/types/v3/tech-record/put/psv/skeleton/index.d.ts +3 -3
- package/types/v3/tech-record/put/psv/testable/index.d.ts +3 -3
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +20 -1
- package/types/v3/tech-record/put/trl/testable/index.d.ts +20 -1
- package/types/v3/tech-record/tech-record-vehicle-type.d.ts +2 -1
- package/types/v3/tech-record/tech-record-verb-vehicle-type.d.ts +2 -1
|
@@ -231,16 +231,7 @@
|
|
|
231
231
|
]
|
|
232
232
|
},
|
|
233
233
|
"techRecord_vehicleType": {
|
|
234
|
-
"
|
|
235
|
-
"type": "string",
|
|
236
|
-
"enum": [
|
|
237
|
-
"psv",
|
|
238
|
-
"trl",
|
|
239
|
-
"hgv",
|
|
240
|
-
"car",
|
|
241
|
-
"lgv",
|
|
242
|
-
"motorcycle"
|
|
243
|
-
]
|
|
234
|
+
"const": "car"
|
|
244
235
|
},
|
|
245
236
|
"vin": {
|
|
246
237
|
"type": "string"
|
|
@@ -230,16 +230,7 @@
|
|
|
230
230
|
]
|
|
231
231
|
},
|
|
232
232
|
"techRecord_vehicleType": {
|
|
233
|
-
"
|
|
234
|
-
"type": "string",
|
|
235
|
-
"enum": [
|
|
236
|
-
"psv",
|
|
237
|
-
"trl",
|
|
238
|
-
"hgv",
|
|
239
|
-
"car",
|
|
240
|
-
"lgv",
|
|
241
|
-
"motorcycle"
|
|
242
|
-
]
|
|
233
|
+
"const": "car"
|
|
243
234
|
},
|
|
244
235
|
"vin": {
|
|
245
236
|
"type": "string"
|
|
@@ -231,23 +231,7 @@
|
|
|
231
231
|
]
|
|
232
232
|
},
|
|
233
233
|
"techRecord_vehicleType": {
|
|
234
|
-
"
|
|
235
|
-
{
|
|
236
|
-
"type": "null"
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"title": "Vehicle Type",
|
|
240
|
-
"type": "string",
|
|
241
|
-
"enum": [
|
|
242
|
-
"psv",
|
|
243
|
-
"trl",
|
|
244
|
-
"hgv",
|
|
245
|
-
"car",
|
|
246
|
-
"lgv",
|
|
247
|
-
"motorcycle"
|
|
248
|
-
]
|
|
249
|
-
}
|
|
250
|
-
]
|
|
234
|
+
"const": "lgv"
|
|
251
235
|
},
|
|
252
236
|
"vin": {
|
|
253
237
|
"type": "string"
|
|
@@ -230,23 +230,7 @@
|
|
|
230
230
|
]
|
|
231
231
|
},
|
|
232
232
|
"techRecord_vehicleType": {
|
|
233
|
-
"
|
|
234
|
-
{
|
|
235
|
-
"type": "null"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"title": "Vehicle Type",
|
|
239
|
-
"type": "string",
|
|
240
|
-
"enum": [
|
|
241
|
-
"psv",
|
|
242
|
-
"trl",
|
|
243
|
-
"hgv",
|
|
244
|
-
"car",
|
|
245
|
-
"lgv",
|
|
246
|
-
"motorcycle"
|
|
247
|
-
]
|
|
248
|
-
}
|
|
249
|
-
]
|
|
233
|
+
"const": "lgv"
|
|
250
234
|
},
|
|
251
235
|
"vin": {
|
|
252
236
|
"type": "string"
|
|
@@ -233,23 +233,7 @@
|
|
|
233
233
|
]
|
|
234
234
|
},
|
|
235
235
|
"techRecord_vehicleType": {
|
|
236
|
-
"
|
|
237
|
-
{
|
|
238
|
-
"type": "null"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"title": "Vehicle Type",
|
|
242
|
-
"type": "string",
|
|
243
|
-
"enum": [
|
|
244
|
-
"psv",
|
|
245
|
-
"trl",
|
|
246
|
-
"hgv",
|
|
247
|
-
"car",
|
|
248
|
-
"lgv",
|
|
249
|
-
"motorcycle"
|
|
250
|
-
]
|
|
251
|
-
}
|
|
252
|
-
]
|
|
236
|
+
"const": "motorcycle"
|
|
253
237
|
},
|
|
254
238
|
"vin": {
|
|
255
239
|
"type": "string"
|
|
@@ -226,23 +226,7 @@
|
|
|
226
226
|
]
|
|
227
227
|
},
|
|
228
228
|
"techRecord_vehicleType": {
|
|
229
|
-
"
|
|
230
|
-
{
|
|
231
|
-
"type": "null"
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"title": "Vehicle Type",
|
|
235
|
-
"type": "string",
|
|
236
|
-
"enum": [
|
|
237
|
-
"psv",
|
|
238
|
-
"trl",
|
|
239
|
-
"hgv",
|
|
240
|
-
"car",
|
|
241
|
-
"lgv",
|
|
242
|
-
"motorcycle"
|
|
243
|
-
]
|
|
244
|
-
}
|
|
245
|
-
]
|
|
229
|
+
"const": "motorcycle"
|
|
246
230
|
},
|
|
247
231
|
"vin": {
|
|
248
232
|
"type": "string"
|
|
@@ -389,6 +389,9 @@
|
|
|
389
389
|
"null"
|
|
390
390
|
]
|
|
391
391
|
},
|
|
392
|
+
"techRecord_dda": {
|
|
393
|
+
"type": "null"
|
|
394
|
+
},
|
|
392
395
|
"techRecord_dda_certificateIssued": {
|
|
393
396
|
"type": "boolean"
|
|
394
397
|
},
|
|
@@ -648,6 +651,9 @@
|
|
|
648
651
|
"maximum": 99999,
|
|
649
652
|
"minimum": 0
|
|
650
653
|
},
|
|
654
|
+
"techRecord_dimensions": {
|
|
655
|
+
"type": "null"
|
|
656
|
+
},
|
|
651
657
|
"techRecord_dimensions_length": {
|
|
652
658
|
"type": [
|
|
653
659
|
"integer",
|
|
@@ -967,7 +973,10 @@
|
|
|
967
973
|
"maximum": 99999,
|
|
968
974
|
"minimum": 0
|
|
969
975
|
},
|
|
970
|
-
"
|
|
976
|
+
"techRecord_microfilm": {
|
|
977
|
+
"type": "null"
|
|
978
|
+
},
|
|
979
|
+
"techRecord_microfilm_microfilmDocumentType": {
|
|
971
980
|
"anyOf": [
|
|
972
981
|
{
|
|
973
982
|
"title": "Microfilm Document Type",
|
|
@@ -1035,14 +1044,14 @@
|
|
|
1035
1044
|
}
|
|
1036
1045
|
]
|
|
1037
1046
|
},
|
|
1038
|
-
"
|
|
1047
|
+
"techRecord_microfilm_microfilmRollNumber": {
|
|
1039
1048
|
"type": [
|
|
1040
1049
|
"string",
|
|
1041
1050
|
"null"
|
|
1042
1051
|
],
|
|
1043
1052
|
"maxLength": 5
|
|
1044
1053
|
},
|
|
1045
|
-
"
|
|
1054
|
+
"techRecord_microfilm_microfilmSerialNumber": {
|
|
1046
1055
|
"type": [
|
|
1047
1056
|
"string",
|
|
1048
1057
|
"null"
|
|
@@ -368,6 +368,9 @@
|
|
|
368
368
|
"null"
|
|
369
369
|
]
|
|
370
370
|
},
|
|
371
|
+
"techRecord_dda": {
|
|
372
|
+
"type": "null"
|
|
373
|
+
},
|
|
371
374
|
"techRecord_dda_certificateIssued": {
|
|
372
375
|
"type": [
|
|
373
376
|
"boolean",
|
|
@@ -652,6 +655,9 @@
|
|
|
652
655
|
"maximum": 99999,
|
|
653
656
|
"minimum": 0
|
|
654
657
|
},
|
|
658
|
+
"techRecord_dimensions": {
|
|
659
|
+
"type": "null"
|
|
660
|
+
},
|
|
655
661
|
"techRecord_dimensions_length": {
|
|
656
662
|
"type": [
|
|
657
663
|
"integer",
|
|
@@ -1011,7 +1017,10 @@
|
|
|
1011
1017
|
"maximum": 99999,
|
|
1012
1018
|
"minimum": 0
|
|
1013
1019
|
},
|
|
1014
|
-
"
|
|
1020
|
+
"techRecord_microfilm": {
|
|
1021
|
+
"type": "null"
|
|
1022
|
+
},
|
|
1023
|
+
"techRecord_microfilm_microfilmDocumentType": {
|
|
1015
1024
|
"anyOf": [
|
|
1016
1025
|
{
|
|
1017
1026
|
"title": "Microfilm Document Type",
|
|
@@ -1079,14 +1088,14 @@
|
|
|
1079
1088
|
}
|
|
1080
1089
|
]
|
|
1081
1090
|
},
|
|
1082
|
-
"
|
|
1091
|
+
"techRecord_microfilm_microfilmRollNumber": {
|
|
1083
1092
|
"type": [
|
|
1084
1093
|
"string",
|
|
1085
1094
|
"null"
|
|
1086
1095
|
],
|
|
1087
1096
|
"maxLength": 5
|
|
1088
1097
|
},
|
|
1089
|
-
"
|
|
1098
|
+
"techRecord_microfilm_microfilmSerialNumber": {
|
|
1090
1099
|
"type": [
|
|
1091
1100
|
"string",
|
|
1092
1101
|
"null"
|
|
@@ -354,6 +354,9 @@
|
|
|
354
354
|
"null"
|
|
355
355
|
]
|
|
356
356
|
},
|
|
357
|
+
"techRecord_dda": {
|
|
358
|
+
"type": "null"
|
|
359
|
+
},
|
|
357
360
|
"techRecord_dda_certificateIssued": {
|
|
358
361
|
"type": [
|
|
359
362
|
"boolean",
|
|
@@ -638,6 +641,9 @@
|
|
|
638
641
|
"maximum": 99999,
|
|
639
642
|
"minimum": 0
|
|
640
643
|
},
|
|
644
|
+
"techRecord_dimensions": {
|
|
645
|
+
"type": "null"
|
|
646
|
+
},
|
|
641
647
|
"techRecord_dimensions_length": {
|
|
642
648
|
"type": [
|
|
643
649
|
"integer",
|
|
@@ -997,7 +1003,10 @@
|
|
|
997
1003
|
"maximum": 99999,
|
|
998
1004
|
"minimum": 0
|
|
999
1005
|
},
|
|
1000
|
-
"
|
|
1006
|
+
"techRecord_microfilm": {
|
|
1007
|
+
"type": "null"
|
|
1008
|
+
},
|
|
1009
|
+
"techRecord_microfilm_microfilmDocumentType": {
|
|
1001
1010
|
"anyOf": [
|
|
1002
1011
|
{
|
|
1003
1012
|
"title": "Microfilm Document Type",
|
|
@@ -1065,14 +1074,14 @@
|
|
|
1065
1074
|
}
|
|
1066
1075
|
]
|
|
1067
1076
|
},
|
|
1068
|
-
"
|
|
1077
|
+
"techRecord_microfilm_microfilmRollNumber": {
|
|
1069
1078
|
"type": [
|
|
1070
1079
|
"string",
|
|
1071
1080
|
"null"
|
|
1072
1081
|
],
|
|
1073
1082
|
"maxLength": 5
|
|
1074
1083
|
},
|
|
1075
|
-
"
|
|
1084
|
+
"techRecord_microfilm_microfilmSerialNumber": {
|
|
1076
1085
|
"type": [
|
|
1077
1086
|
"string",
|
|
1078
1087
|
"null"
|
|
@@ -398,6 +398,58 @@
|
|
|
398
398
|
"string"
|
|
399
399
|
]
|
|
400
400
|
},
|
|
401
|
+
"techRecord_approvalType": {
|
|
402
|
+
"anyOf": [
|
|
403
|
+
{
|
|
404
|
+
"title": "Approval Type",
|
|
405
|
+
"type": "string",
|
|
406
|
+
"enum": [
|
|
407
|
+
"NTA",
|
|
408
|
+
"ECTA",
|
|
409
|
+
"IVA",
|
|
410
|
+
"NSSTA",
|
|
411
|
+
"ECSSTA",
|
|
412
|
+
"GB WVTA",
|
|
413
|
+
"UKNI WVTA",
|
|
414
|
+
"EU WVTA Pre 23",
|
|
415
|
+
"EU WVTA 23 on",
|
|
416
|
+
"QNIG",
|
|
417
|
+
"Prov.GB WVTA",
|
|
418
|
+
"Small series",
|
|
419
|
+
"IVA - VCA",
|
|
420
|
+
"IVA - DVSA/NI"
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"type": "null"
|
|
425
|
+
}
|
|
426
|
+
]
|
|
427
|
+
},
|
|
428
|
+
"techRecord_approvalTypeNumber": {
|
|
429
|
+
"type": [
|
|
430
|
+
"string",
|
|
431
|
+
"null"
|
|
432
|
+
],
|
|
433
|
+
"maxLength": 25
|
|
434
|
+
},
|
|
435
|
+
"techRecord_ntaNumber": {
|
|
436
|
+
"type": [
|
|
437
|
+
"null",
|
|
438
|
+
"string"
|
|
439
|
+
]
|
|
440
|
+
},
|
|
441
|
+
"techRecord_variantNumber": {
|
|
442
|
+
"type": [
|
|
443
|
+
"null",
|
|
444
|
+
"string"
|
|
445
|
+
]
|
|
446
|
+
},
|
|
447
|
+
"techRecord_variantVersionNumber": {
|
|
448
|
+
"type": [
|
|
449
|
+
"null",
|
|
450
|
+
"string"
|
|
451
|
+
]
|
|
452
|
+
},
|
|
401
453
|
"techRecord_authIntoService": {
|
|
402
454
|
"type": [
|
|
403
455
|
"string",
|
|
@@ -401,6 +401,58 @@
|
|
|
401
401
|
"null"
|
|
402
402
|
]
|
|
403
403
|
},
|
|
404
|
+
"techRecord_approvalType": {
|
|
405
|
+
"anyOf": [
|
|
406
|
+
{
|
|
407
|
+
"title": "Approval Type",
|
|
408
|
+
"type": "string",
|
|
409
|
+
"enum": [
|
|
410
|
+
"NTA",
|
|
411
|
+
"ECTA",
|
|
412
|
+
"IVA",
|
|
413
|
+
"NSSTA",
|
|
414
|
+
"ECSSTA",
|
|
415
|
+
"GB WVTA",
|
|
416
|
+
"UKNI WVTA",
|
|
417
|
+
"EU WVTA Pre 23",
|
|
418
|
+
"EU WVTA 23 on",
|
|
419
|
+
"QNIG",
|
|
420
|
+
"Prov.GB WVTA",
|
|
421
|
+
"Small series",
|
|
422
|
+
"IVA - VCA",
|
|
423
|
+
"IVA - DVSA/NI"
|
|
424
|
+
]
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"type": "null"
|
|
428
|
+
}
|
|
429
|
+
]
|
|
430
|
+
},
|
|
431
|
+
"techRecord_approvalTypeNumber": {
|
|
432
|
+
"type": [
|
|
433
|
+
"string",
|
|
434
|
+
"null"
|
|
435
|
+
],
|
|
436
|
+
"maxLength": 25
|
|
437
|
+
},
|
|
438
|
+
"techRecord_ntaNumber": {
|
|
439
|
+
"type": [
|
|
440
|
+
"null",
|
|
441
|
+
"string"
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
"techRecord_variantNumber": {
|
|
445
|
+
"type": [
|
|
446
|
+
"null",
|
|
447
|
+
"string"
|
|
448
|
+
]
|
|
449
|
+
},
|
|
450
|
+
"techRecord_variantVersionNumber": {
|
|
451
|
+
"type": [
|
|
452
|
+
"null",
|
|
453
|
+
"string"
|
|
454
|
+
]
|
|
455
|
+
},
|
|
404
456
|
"techRecord_authIntoService": {
|
|
405
457
|
"type": [
|
|
406
458
|
"string",
|
|
@@ -30,16 +30,7 @@
|
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
32
|
"techRecord_vehicleType": {
|
|
33
|
-
"
|
|
34
|
-
"type": "string",
|
|
35
|
-
"enum": [
|
|
36
|
-
"psv",
|
|
37
|
-
"trl",
|
|
38
|
-
"hgv",
|
|
39
|
-
"car",
|
|
40
|
-
"lgv",
|
|
41
|
-
"motorcycle"
|
|
42
|
-
]
|
|
33
|
+
"const": "car"
|
|
43
34
|
},
|
|
44
35
|
"techRecord_statusCode": {
|
|
45
36
|
"anyOf": [
|
|
@@ -29,16 +29,7 @@
|
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
31
|
"techRecord_vehicleType": {
|
|
32
|
-
"
|
|
33
|
-
"type": "string",
|
|
34
|
-
"enum": [
|
|
35
|
-
"psv",
|
|
36
|
-
"trl",
|
|
37
|
-
"hgv",
|
|
38
|
-
"car",
|
|
39
|
-
"lgv",
|
|
40
|
-
"motorcycle"
|
|
41
|
-
]
|
|
32
|
+
"const": "car"
|
|
42
33
|
},
|
|
43
34
|
"techRecord_statusCode": {
|
|
44
35
|
"anyOf": [
|
|
@@ -111,16 +111,7 @@
|
|
|
111
111
|
]
|
|
112
112
|
},
|
|
113
113
|
"techRecord_vehicleType": {
|
|
114
|
-
"
|
|
115
|
-
"type": "string",
|
|
116
|
-
"enum": [
|
|
117
|
-
"psv",
|
|
118
|
-
"trl",
|
|
119
|
-
"hgv",
|
|
120
|
-
"car",
|
|
121
|
-
"lgv",
|
|
122
|
-
"motorcycle"
|
|
123
|
-
]
|
|
114
|
+
"const": "lgv"
|
|
124
115
|
},
|
|
125
116
|
"techRecord_statusCode": {
|
|
126
117
|
"title": "Status Code",
|
|
@@ -110,16 +110,7 @@
|
|
|
110
110
|
]
|
|
111
111
|
},
|
|
112
112
|
"techRecord_vehicleType": {
|
|
113
|
-
"
|
|
114
|
-
"type": "string",
|
|
115
|
-
"enum": [
|
|
116
|
-
"psv",
|
|
117
|
-
"trl",
|
|
118
|
-
"hgv",
|
|
119
|
-
"car",
|
|
120
|
-
"lgv",
|
|
121
|
-
"motorcycle"
|
|
122
|
-
]
|
|
113
|
+
"const": "lgv"
|
|
123
114
|
},
|
|
124
115
|
"techRecord_statusCode": {
|
|
125
116
|
"title": "Status Code",
|
|
@@ -240,23 +240,7 @@
|
|
|
240
240
|
]
|
|
241
241
|
},
|
|
242
242
|
"techRecord_vehicleType": {
|
|
243
|
-
"
|
|
244
|
-
{
|
|
245
|
-
"type": "null"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"title": "Vehicle Type",
|
|
249
|
-
"type": "string",
|
|
250
|
-
"enum": [
|
|
251
|
-
"psv",
|
|
252
|
-
"trl",
|
|
253
|
-
"hgv",
|
|
254
|
-
"car",
|
|
255
|
-
"lgv",
|
|
256
|
-
"motorcycle"
|
|
257
|
-
]
|
|
258
|
-
}
|
|
259
|
-
]
|
|
243
|
+
"const": "motorcycle"
|
|
260
244
|
},
|
|
261
245
|
"vin": {
|
|
262
246
|
"type": "string"
|
|
@@ -230,23 +230,7 @@
|
|
|
230
230
|
]
|
|
231
231
|
},
|
|
232
232
|
"techRecord_vehicleType": {
|
|
233
|
-
"
|
|
234
|
-
{
|
|
235
|
-
"type": "null"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"title": "Vehicle Type",
|
|
239
|
-
"type": "string",
|
|
240
|
-
"enum": [
|
|
241
|
-
"psv",
|
|
242
|
-
"trl",
|
|
243
|
-
"hgv",
|
|
244
|
-
"car",
|
|
245
|
-
"lgv",
|
|
246
|
-
"motorcycle"
|
|
247
|
-
]
|
|
248
|
-
}
|
|
249
|
-
]
|
|
233
|
+
"const": "motorcycle"
|
|
250
234
|
},
|
|
251
235
|
"vin": {
|
|
252
236
|
"type": "string"
|
|
@@ -965,7 +965,7 @@
|
|
|
965
965
|
"maximum": 99999,
|
|
966
966
|
"minimum": 0
|
|
967
967
|
},
|
|
968
|
-
"
|
|
968
|
+
"techRecord_microfilm_microfilmDocumentType": {
|
|
969
969
|
"anyOf": [
|
|
970
970
|
{
|
|
971
971
|
"title": "Microfilm Document Type",
|
|
@@ -1033,14 +1033,14 @@
|
|
|
1033
1033
|
}
|
|
1034
1034
|
]
|
|
1035
1035
|
},
|
|
1036
|
-
"
|
|
1036
|
+
"techRecord_microfilm_microfilmRollNumber": {
|
|
1037
1037
|
"type": [
|
|
1038
1038
|
"string",
|
|
1039
1039
|
"null"
|
|
1040
1040
|
],
|
|
1041
1041
|
"maxLength": 5
|
|
1042
1042
|
},
|
|
1043
|
-
"
|
|
1043
|
+
"techRecord_microfilm_microfilmSerialNumber": {
|
|
1044
1044
|
"type": [
|
|
1045
1045
|
"string",
|
|
1046
1046
|
"null"
|
|
@@ -1023,7 +1023,7 @@
|
|
|
1023
1023
|
"maximum": 99999,
|
|
1024
1024
|
"minimum": 0
|
|
1025
1025
|
},
|
|
1026
|
-
"
|
|
1026
|
+
"techRecord_microfilm_microfilmDocumentType": {
|
|
1027
1027
|
"anyOf": [
|
|
1028
1028
|
{
|
|
1029
1029
|
"title": "Microfilm Document Type",
|
|
@@ -1091,14 +1091,14 @@
|
|
|
1091
1091
|
}
|
|
1092
1092
|
]
|
|
1093
1093
|
},
|
|
1094
|
-
"
|
|
1094
|
+
"techRecord_microfilm_microfilmRollNumber": {
|
|
1095
1095
|
"type": [
|
|
1096
1096
|
"string",
|
|
1097
1097
|
"null"
|
|
1098
1098
|
],
|
|
1099
1099
|
"maxLength": 5
|
|
1100
1100
|
},
|
|
1101
|
-
"
|
|
1101
|
+
"techRecord_microfilm_microfilmSerialNumber": {
|
|
1102
1102
|
"type": [
|
|
1103
1103
|
"string",
|
|
1104
1104
|
"null"
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
"maximum": 99999,
|
|
1002
1002
|
"minimum": 0
|
|
1003
1003
|
},
|
|
1004
|
-
"
|
|
1004
|
+
"techRecord_microfilm_microfilmDocumentType": {
|
|
1005
1005
|
"anyOf": [
|
|
1006
1006
|
{
|
|
1007
1007
|
"title": "Microfilm Document Type",
|
|
@@ -1069,14 +1069,14 @@
|
|
|
1069
1069
|
}
|
|
1070
1070
|
]
|
|
1071
1071
|
},
|
|
1072
|
-
"
|
|
1072
|
+
"techRecord_microfilm_microfilmRollNumber": {
|
|
1073
1073
|
"type": [
|
|
1074
1074
|
"string",
|
|
1075
1075
|
"null"
|
|
1076
1076
|
],
|
|
1077
1077
|
"maxLength": 5
|
|
1078
1078
|
},
|
|
1079
|
-
"
|
|
1079
|
+
"techRecord_microfilm_microfilmSerialNumber": {
|
|
1080
1080
|
"type": [
|
|
1081
1081
|
"string",
|
|
1082
1082
|
"null"
|