@dvsa/cvs-type-definitions 4.4.1 → 5.0.0
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/enums/adrCertificateTypes.enum.json +12 -0
- package/json-schemas/v3/tech-record/get/hgv/complete/index.json +40 -0
- package/json-schemas/v3/tech-record/get/hgv/skeleton/index.json +40 -0
- package/json-schemas/v3/tech-record/get/hgv/testable/index.json +40 -0
- package/json-schemas/v3/tech-record/get/lgv/complete/index.json +40 -0
- package/json-schemas/v3/tech-record/get/lgv/skeleton/index.json +40 -0
- package/json-schemas/v3/tech-record/get/trl/complete/index.json +40 -0
- package/json-schemas/v3/tech-record/get/trl/skeleton/index.json +40 -0
- package/json-schemas/v3/tech-record/get/trl/testable/index.json +40 -0
- package/json-schemas/v3/tech-record/put/hgv/complete/index.json +40 -0
- package/json-schemas/v3/tech-record/put/hgv/skeleton/index.json +40 -0
- package/json-schemas/v3/tech-record/put/hgv/testable/index.json +40 -0
- package/json-schemas/v3/tech-record/put/lgv/complete/index.json +40 -0
- package/json-schemas/v3/tech-record/put/lgv/skeleton/index.json +40 -0
- package/json-schemas/v3/tech-record/put/trl/complete/index.json +40 -0
- package/json-schemas/v3/tech-record/put/trl/skeleton/index.json +40 -0
- package/json-schemas/v3/tech-record/put/trl/testable/index.json +40 -0
- package/package.json +1 -1
- package/schemas.d.ts +1 -1
- package/schemas.js +1 -0
- package/types/v3/tech-record/enums/adrCertificateTypes.enum.d.ts +9 -0
- package/types/v3/tech-record/enums/adrCertificateTypes.enum.js +14 -0
- package/types/v3/tech-record/enums/adrCertificateTypes.enum.ts +11 -0
- package/types/v3/tech-record/get/hgv/complete/index.d.ts +11 -0
- package/types/v3/tech-record/get/hgv/skeleton/index.d.ts +11 -0
- package/types/v3/tech-record/get/hgv/testable/index.d.ts +11 -0
- package/types/v3/tech-record/get/lgv/complete/index.d.ts +11 -0
- package/types/v3/tech-record/get/lgv/skeleton/index.d.ts +11 -0
- package/types/v3/tech-record/get/trl/complete/index.d.ts +11 -0
- package/types/v3/tech-record/get/trl/skeleton/index.d.ts +11 -0
- package/types/v3/tech-record/get/trl/testable/index.d.ts +11 -0
- package/types/v3/tech-record/put/hgv/complete/index.d.ts +11 -0
- package/types/v3/tech-record/put/hgv/skeleton/index.d.ts +11 -0
- package/types/v3/tech-record/put/hgv/testable/index.d.ts +11 -0
- package/types/v3/tech-record/put/lgv/complete/index.d.ts +11 -0
- package/types/v3/tech-record/put/lgv/skeleton/index.d.ts +11 -0
- package/types/v3/tech-record/put/trl/complete/index.d.ts +11 -0
- package/types/v3/tech-record/put/trl/skeleton/index.d.ts +11 -0
- package/types/v3/tech-record/put/trl/testable/index.d.ts +11 -0
|
@@ -603,6 +603,46 @@
|
|
|
603
603
|
}
|
|
604
604
|
}
|
|
605
605
|
},
|
|
606
|
+
"techRecord_adrPassCertificateDetails": {
|
|
607
|
+
"type": [
|
|
608
|
+
"array",
|
|
609
|
+
"null"
|
|
610
|
+
],
|
|
611
|
+
"items": {
|
|
612
|
+
"type": "object",
|
|
613
|
+
"title": "ADR Certificate Details",
|
|
614
|
+
"required": [
|
|
615
|
+
"createdByName",
|
|
616
|
+
"certificateType",
|
|
617
|
+
"generatedTimestamp",
|
|
618
|
+
"certificateId"
|
|
619
|
+
],
|
|
620
|
+
"additionalProperties": false,
|
|
621
|
+
"properties": {
|
|
622
|
+
"createdByName": {
|
|
623
|
+
"type": "string"
|
|
624
|
+
},
|
|
625
|
+
"certificateType": {
|
|
626
|
+
"title": "ADR Certificate Types",
|
|
627
|
+
"type": "string",
|
|
628
|
+
"tsEnumNames": [
|
|
629
|
+
"PASS",
|
|
630
|
+
"REPLACEMENT"
|
|
631
|
+
],
|
|
632
|
+
"enum": [
|
|
633
|
+
"PASS",
|
|
634
|
+
"REPLACEMENT"
|
|
635
|
+
]
|
|
636
|
+
},
|
|
637
|
+
"generatedTimestamp": {
|
|
638
|
+
"type": "string"
|
|
639
|
+
},
|
|
640
|
+
"certificateId": {
|
|
641
|
+
"type": "string"
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
},
|
|
606
646
|
"techRecord_bodyType_code": {
|
|
607
647
|
"type": "string"
|
|
608
648
|
},
|
|
@@ -440,6 +440,46 @@
|
|
|
440
440
|
],
|
|
441
441
|
"maxLength": 1500
|
|
442
442
|
},
|
|
443
|
+
"techRecord_adrPassCertificateDetails": {
|
|
444
|
+
"type": [
|
|
445
|
+
"array",
|
|
446
|
+
"null"
|
|
447
|
+
],
|
|
448
|
+
"items": {
|
|
449
|
+
"type": "object",
|
|
450
|
+
"title": "ADR Certificate Details",
|
|
451
|
+
"required": [
|
|
452
|
+
"createdByName",
|
|
453
|
+
"certificateType",
|
|
454
|
+
"generatedTimestamp",
|
|
455
|
+
"certificateId"
|
|
456
|
+
],
|
|
457
|
+
"additionalProperties": false,
|
|
458
|
+
"properties": {
|
|
459
|
+
"createdByName": {
|
|
460
|
+
"type": "string"
|
|
461
|
+
},
|
|
462
|
+
"certificateType": {
|
|
463
|
+
"title": "ADR Certificate Types",
|
|
464
|
+
"type": "string",
|
|
465
|
+
"tsEnumNames": [
|
|
466
|
+
"PASS",
|
|
467
|
+
"REPLACEMENT"
|
|
468
|
+
],
|
|
469
|
+
"enum": [
|
|
470
|
+
"PASS",
|
|
471
|
+
"REPLACEMENT"
|
|
472
|
+
]
|
|
473
|
+
},
|
|
474
|
+
"generatedTimestamp": {
|
|
475
|
+
"type": "string"
|
|
476
|
+
},
|
|
477
|
+
"certificateId": {
|
|
478
|
+
"type": "string"
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
},
|
|
443
483
|
"techRecord_alterationMarker": {
|
|
444
484
|
"type": [
|
|
445
485
|
"boolean",
|
|
@@ -444,6 +444,46 @@
|
|
|
444
444
|
],
|
|
445
445
|
"maxLength": 1500
|
|
446
446
|
},
|
|
447
|
+
"techRecord_adrPassCertificateDetails": {
|
|
448
|
+
"type": [
|
|
449
|
+
"array",
|
|
450
|
+
"null"
|
|
451
|
+
],
|
|
452
|
+
"items": {
|
|
453
|
+
"type": "object",
|
|
454
|
+
"title": "ADR Certificate Details",
|
|
455
|
+
"required": [
|
|
456
|
+
"createdByName",
|
|
457
|
+
"certificateType",
|
|
458
|
+
"generatedTimestamp",
|
|
459
|
+
"certificateId"
|
|
460
|
+
],
|
|
461
|
+
"additionalProperties": false,
|
|
462
|
+
"properties": {
|
|
463
|
+
"createdByName": {
|
|
464
|
+
"type": "string"
|
|
465
|
+
},
|
|
466
|
+
"certificateType": {
|
|
467
|
+
"title": "ADR Certificate Types",
|
|
468
|
+
"type": "string",
|
|
469
|
+
"tsEnumNames": [
|
|
470
|
+
"PASS",
|
|
471
|
+
"REPLACEMENT"
|
|
472
|
+
],
|
|
473
|
+
"enum": [
|
|
474
|
+
"PASS",
|
|
475
|
+
"REPLACEMENT"
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
"generatedTimestamp": {
|
|
479
|
+
"type": "string"
|
|
480
|
+
},
|
|
481
|
+
"certificateId": {
|
|
482
|
+
"type": "string"
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
},
|
|
447
487
|
"techRecord_alterationMarker": {
|
|
448
488
|
"type": [
|
|
449
489
|
"boolean",
|
|
@@ -475,6 +475,46 @@
|
|
|
475
475
|
],
|
|
476
476
|
"maxLength": 1500
|
|
477
477
|
},
|
|
478
|
+
"techRecord_adrPassCertificateDetails": {
|
|
479
|
+
"type": [
|
|
480
|
+
"array",
|
|
481
|
+
"null"
|
|
482
|
+
],
|
|
483
|
+
"items": {
|
|
484
|
+
"type": "object",
|
|
485
|
+
"title": "ADR Certificate Details",
|
|
486
|
+
"required": [
|
|
487
|
+
"createdByName",
|
|
488
|
+
"certificateType",
|
|
489
|
+
"generatedTimestamp",
|
|
490
|
+
"certificateId"
|
|
491
|
+
],
|
|
492
|
+
"additionalProperties": false,
|
|
493
|
+
"properties": {
|
|
494
|
+
"createdByName": {
|
|
495
|
+
"type": "string"
|
|
496
|
+
},
|
|
497
|
+
"certificateType": {
|
|
498
|
+
"title": "ADR Certificate Types",
|
|
499
|
+
"type": "string",
|
|
500
|
+
"tsEnumNames": [
|
|
501
|
+
"PASS",
|
|
502
|
+
"REPLACEMENT"
|
|
503
|
+
],
|
|
504
|
+
"enum": [
|
|
505
|
+
"PASS",
|
|
506
|
+
"REPLACEMENT"
|
|
507
|
+
]
|
|
508
|
+
},
|
|
509
|
+
"generatedTimestamp": {
|
|
510
|
+
"type": "string"
|
|
511
|
+
},
|
|
512
|
+
"certificateId": {
|
|
513
|
+
"type": "string"
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
},
|
|
478
518
|
"createdTimestamp": {
|
|
479
519
|
"type": [
|
|
480
520
|
"string"
|
|
@@ -472,6 +472,46 @@
|
|
|
472
472
|
],
|
|
473
473
|
"maxLength": 1500
|
|
474
474
|
},
|
|
475
|
+
"techRecord_adrPassCertificateDetails": {
|
|
476
|
+
"type": [
|
|
477
|
+
"array",
|
|
478
|
+
"null"
|
|
479
|
+
],
|
|
480
|
+
"items": {
|
|
481
|
+
"type": "object",
|
|
482
|
+
"title": "ADR Certificate Details",
|
|
483
|
+
"required": [
|
|
484
|
+
"createdByName",
|
|
485
|
+
"certificateType",
|
|
486
|
+
"generatedTimestamp",
|
|
487
|
+
"certificateId"
|
|
488
|
+
],
|
|
489
|
+
"additionalProperties": false,
|
|
490
|
+
"properties": {
|
|
491
|
+
"createdByName": {
|
|
492
|
+
"type": "string"
|
|
493
|
+
},
|
|
494
|
+
"certificateType": {
|
|
495
|
+
"title": "ADR Certificate Types",
|
|
496
|
+
"type": "string",
|
|
497
|
+
"tsEnumNames": [
|
|
498
|
+
"PASS",
|
|
499
|
+
"REPLACEMENT"
|
|
500
|
+
],
|
|
501
|
+
"enum": [
|
|
502
|
+
"PASS",
|
|
503
|
+
"REPLACEMENT"
|
|
504
|
+
]
|
|
505
|
+
},
|
|
506
|
+
"generatedTimestamp": {
|
|
507
|
+
"type": "string"
|
|
508
|
+
},
|
|
509
|
+
"certificateId": {
|
|
510
|
+
"type": "string"
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
},
|
|
475
515
|
"createdTimestamp": {
|
|
476
516
|
"type": [
|
|
477
517
|
"string"
|
|
@@ -452,6 +452,46 @@
|
|
|
452
452
|
],
|
|
453
453
|
"maxLength": 1500
|
|
454
454
|
},
|
|
455
|
+
"techRecord_adrPassCertificateDetails": {
|
|
456
|
+
"type": [
|
|
457
|
+
"array",
|
|
458
|
+
"null"
|
|
459
|
+
],
|
|
460
|
+
"items": {
|
|
461
|
+
"type": "object",
|
|
462
|
+
"title": "ADR Certificate Details",
|
|
463
|
+
"required": [
|
|
464
|
+
"createdByName",
|
|
465
|
+
"certificateType",
|
|
466
|
+
"generatedTimestamp",
|
|
467
|
+
"certificateId"
|
|
468
|
+
],
|
|
469
|
+
"additionalProperties": false,
|
|
470
|
+
"properties": {
|
|
471
|
+
"createdByName": {
|
|
472
|
+
"type": "string"
|
|
473
|
+
},
|
|
474
|
+
"certificateType": {
|
|
475
|
+
"title": "ADR Certificate Types",
|
|
476
|
+
"type": "string",
|
|
477
|
+
"tsEnumNames": [
|
|
478
|
+
"PASS",
|
|
479
|
+
"REPLACEMENT"
|
|
480
|
+
],
|
|
481
|
+
"enum": [
|
|
482
|
+
"PASS",
|
|
483
|
+
"REPLACEMENT"
|
|
484
|
+
]
|
|
485
|
+
},
|
|
486
|
+
"generatedTimestamp": {
|
|
487
|
+
"type": "string"
|
|
488
|
+
},
|
|
489
|
+
"certificateId": {
|
|
490
|
+
"type": "string"
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
},
|
|
455
495
|
"techRecord_alterationMarker": {
|
|
456
496
|
"type": [
|
|
457
497
|
"string",
|
|
@@ -432,6 +432,46 @@
|
|
|
432
432
|
],
|
|
433
433
|
"maxLength": 1500
|
|
434
434
|
},
|
|
435
|
+
"techRecord_adrPassCertificateDetails": {
|
|
436
|
+
"type": [
|
|
437
|
+
"array",
|
|
438
|
+
"null"
|
|
439
|
+
],
|
|
440
|
+
"items": {
|
|
441
|
+
"type": "object",
|
|
442
|
+
"title": "ADR Certificate Details",
|
|
443
|
+
"required": [
|
|
444
|
+
"createdByName",
|
|
445
|
+
"certificateType",
|
|
446
|
+
"generatedTimestamp",
|
|
447
|
+
"certificateId"
|
|
448
|
+
],
|
|
449
|
+
"additionalProperties": false,
|
|
450
|
+
"properties": {
|
|
451
|
+
"createdByName": {
|
|
452
|
+
"type": "string"
|
|
453
|
+
},
|
|
454
|
+
"certificateType": {
|
|
455
|
+
"title": "ADR Certificate Types",
|
|
456
|
+
"type": "string",
|
|
457
|
+
"tsEnumNames": [
|
|
458
|
+
"PASS",
|
|
459
|
+
"REPLACEMENT"
|
|
460
|
+
],
|
|
461
|
+
"enum": [
|
|
462
|
+
"PASS",
|
|
463
|
+
"REPLACEMENT"
|
|
464
|
+
]
|
|
465
|
+
},
|
|
466
|
+
"generatedTimestamp": {
|
|
467
|
+
"type": "string"
|
|
468
|
+
},
|
|
469
|
+
"certificateId": {
|
|
470
|
+
"type": "string"
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
},
|
|
435
475
|
"techRecord_alterationMarker": {
|
|
436
476
|
"type": [
|
|
437
477
|
"boolean",
|
|
@@ -434,6 +434,46 @@
|
|
|
434
434
|
],
|
|
435
435
|
"maxLength": 1500
|
|
436
436
|
},
|
|
437
|
+
"techRecord_adrPassCertificateDetails": {
|
|
438
|
+
"type": [
|
|
439
|
+
"array",
|
|
440
|
+
"null"
|
|
441
|
+
],
|
|
442
|
+
"items": {
|
|
443
|
+
"type": "object",
|
|
444
|
+
"title": "ADR Certificate Details",
|
|
445
|
+
"required": [
|
|
446
|
+
"createdByName",
|
|
447
|
+
"certificateType",
|
|
448
|
+
"generatedTimestamp",
|
|
449
|
+
"certificateId"
|
|
450
|
+
],
|
|
451
|
+
"additionalProperties": false,
|
|
452
|
+
"properties": {
|
|
453
|
+
"createdByName": {
|
|
454
|
+
"type": "string"
|
|
455
|
+
},
|
|
456
|
+
"certificateType": {
|
|
457
|
+
"title": "ADR Certificate Types",
|
|
458
|
+
"type": "string",
|
|
459
|
+
"tsEnumNames": [
|
|
460
|
+
"PASS",
|
|
461
|
+
"REPLACEMENT"
|
|
462
|
+
],
|
|
463
|
+
"enum": [
|
|
464
|
+
"PASS",
|
|
465
|
+
"REPLACEMENT"
|
|
466
|
+
]
|
|
467
|
+
},
|
|
468
|
+
"generatedTimestamp": {
|
|
469
|
+
"type": "string"
|
|
470
|
+
},
|
|
471
|
+
"certificateId": {
|
|
472
|
+
"type": "string"
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
},
|
|
437
477
|
"techRecord_alterationMarker": {
|
|
438
478
|
"type": [
|
|
439
479
|
"boolean",
|
|
@@ -464,6 +464,46 @@
|
|
|
464
464
|
"null"
|
|
465
465
|
]
|
|
466
466
|
},
|
|
467
|
+
"techRecord_adrPassCertificateDetails": {
|
|
468
|
+
"type": [
|
|
469
|
+
"array",
|
|
470
|
+
"null"
|
|
471
|
+
],
|
|
472
|
+
"items": {
|
|
473
|
+
"type": "object",
|
|
474
|
+
"title": "ADR Certificate Details",
|
|
475
|
+
"required": [
|
|
476
|
+
"createdByName",
|
|
477
|
+
"certificateType",
|
|
478
|
+
"generatedTimestamp",
|
|
479
|
+
"certificateId"
|
|
480
|
+
],
|
|
481
|
+
"additionalProperties": false,
|
|
482
|
+
"properties": {
|
|
483
|
+
"createdByName": {
|
|
484
|
+
"type": "string"
|
|
485
|
+
},
|
|
486
|
+
"certificateType": {
|
|
487
|
+
"title": "ADR Certificate Types",
|
|
488
|
+
"type": "string",
|
|
489
|
+
"tsEnumNames": [
|
|
490
|
+
"PASS",
|
|
491
|
+
"REPLACEMENT"
|
|
492
|
+
],
|
|
493
|
+
"enum": [
|
|
494
|
+
"PASS",
|
|
495
|
+
"REPLACEMENT"
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
"generatedTimestamp": {
|
|
499
|
+
"type": "string"
|
|
500
|
+
},
|
|
501
|
+
"certificateId": {
|
|
502
|
+
"type": "string"
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
},
|
|
467
507
|
"techRecord_applicantDetails_name": {
|
|
468
508
|
"type": "string",
|
|
469
509
|
"maxLength": 150
|
|
@@ -426,6 +426,46 @@
|
|
|
426
426
|
],
|
|
427
427
|
"maxLength": 1500
|
|
428
428
|
},
|
|
429
|
+
"techRecord_adrPassCertificateDetails": {
|
|
430
|
+
"type": [
|
|
431
|
+
"array",
|
|
432
|
+
"null"
|
|
433
|
+
],
|
|
434
|
+
"items": {
|
|
435
|
+
"type": "object",
|
|
436
|
+
"title": "ADR Certificate Details",
|
|
437
|
+
"required": [
|
|
438
|
+
"createdByName",
|
|
439
|
+
"certificateType",
|
|
440
|
+
"generatedTimestamp",
|
|
441
|
+
"certificateId"
|
|
442
|
+
],
|
|
443
|
+
"additionalProperties": false,
|
|
444
|
+
"properties": {
|
|
445
|
+
"createdByName": {
|
|
446
|
+
"type": "string"
|
|
447
|
+
},
|
|
448
|
+
"certificateType": {
|
|
449
|
+
"title": "ADR Certificate Types",
|
|
450
|
+
"type": "string",
|
|
451
|
+
"tsEnumNames": [
|
|
452
|
+
"PASS",
|
|
453
|
+
"REPLACEMENT"
|
|
454
|
+
],
|
|
455
|
+
"enum": [
|
|
456
|
+
"PASS",
|
|
457
|
+
"REPLACEMENT"
|
|
458
|
+
]
|
|
459
|
+
},
|
|
460
|
+
"generatedTimestamp": {
|
|
461
|
+
"type": "string"
|
|
462
|
+
},
|
|
463
|
+
"certificateId": {
|
|
464
|
+
"type": "string"
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
},
|
|
429
469
|
"techRecord_alterationMarker": {
|
|
430
470
|
"type": [
|
|
431
471
|
"boolean",
|
|
@@ -428,6 +428,46 @@
|
|
|
428
428
|
],
|
|
429
429
|
"maxLength": 1500
|
|
430
430
|
},
|
|
431
|
+
"techRecord_adrPassCertificateDetails": {
|
|
432
|
+
"type": [
|
|
433
|
+
"array",
|
|
434
|
+
"null"
|
|
435
|
+
],
|
|
436
|
+
"items": {
|
|
437
|
+
"type": "object",
|
|
438
|
+
"title": "ADR Certificate Details",
|
|
439
|
+
"required": [
|
|
440
|
+
"createdByName",
|
|
441
|
+
"certificateType",
|
|
442
|
+
"generatedTimestamp",
|
|
443
|
+
"certificateId"
|
|
444
|
+
],
|
|
445
|
+
"additionalProperties": false,
|
|
446
|
+
"properties": {
|
|
447
|
+
"createdByName": {
|
|
448
|
+
"type": "string"
|
|
449
|
+
},
|
|
450
|
+
"certificateType": {
|
|
451
|
+
"title": "ADR Certificate Types",
|
|
452
|
+
"type": "string",
|
|
453
|
+
"tsEnumNames": [
|
|
454
|
+
"PASS",
|
|
455
|
+
"REPLACEMENT"
|
|
456
|
+
],
|
|
457
|
+
"enum": [
|
|
458
|
+
"PASS",
|
|
459
|
+
"REPLACEMENT"
|
|
460
|
+
]
|
|
461
|
+
},
|
|
462
|
+
"generatedTimestamp": {
|
|
463
|
+
"type": "string"
|
|
464
|
+
},
|
|
465
|
+
"certificateId": {
|
|
466
|
+
"type": "string"
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
},
|
|
431
471
|
"techRecord_alterationMarker": {
|
|
432
472
|
"type": [
|
|
433
473
|
"boolean",
|
|
@@ -477,6 +477,46 @@
|
|
|
477
477
|
],
|
|
478
478
|
"maxLength": 1500
|
|
479
479
|
},
|
|
480
|
+
"techRecord_adrPassCertificateDetails": {
|
|
481
|
+
"type": [
|
|
482
|
+
"array",
|
|
483
|
+
"null"
|
|
484
|
+
],
|
|
485
|
+
"items": {
|
|
486
|
+
"type": "object",
|
|
487
|
+
"title": "ADR Certificate Details",
|
|
488
|
+
"required": [
|
|
489
|
+
"createdByName",
|
|
490
|
+
"certificateType",
|
|
491
|
+
"generatedTimestamp",
|
|
492
|
+
"certificateId"
|
|
493
|
+
],
|
|
494
|
+
"additionalProperties": false,
|
|
495
|
+
"properties": {
|
|
496
|
+
"createdByName": {
|
|
497
|
+
"type": "string"
|
|
498
|
+
},
|
|
499
|
+
"certificateType": {
|
|
500
|
+
"title": "ADR Certificate Types",
|
|
501
|
+
"type": "string",
|
|
502
|
+
"tsEnumNames": [
|
|
503
|
+
"PASS",
|
|
504
|
+
"REPLACEMENT"
|
|
505
|
+
],
|
|
506
|
+
"enum": [
|
|
507
|
+
"PASS",
|
|
508
|
+
"REPLACEMENT"
|
|
509
|
+
]
|
|
510
|
+
},
|
|
511
|
+
"generatedTimestamp": {
|
|
512
|
+
"type": "string"
|
|
513
|
+
},
|
|
514
|
+
"certificateId": {
|
|
515
|
+
"type": "string"
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
},
|
|
480
520
|
"techRecord_euVehicleCategory": {
|
|
481
521
|
"anyOf": [
|
|
482
522
|
{
|
|
@@ -474,6 +474,46 @@
|
|
|
474
474
|
],
|
|
475
475
|
"maxLength": 1500
|
|
476
476
|
},
|
|
477
|
+
"techRecord_adrPassCertificateDetails": {
|
|
478
|
+
"type": [
|
|
479
|
+
"array",
|
|
480
|
+
"null"
|
|
481
|
+
],
|
|
482
|
+
"items": {
|
|
483
|
+
"type": "object",
|
|
484
|
+
"title": "ADR Certificate Details",
|
|
485
|
+
"required": [
|
|
486
|
+
"createdByName",
|
|
487
|
+
"certificateType",
|
|
488
|
+
"generatedTimestamp",
|
|
489
|
+
"certificateId"
|
|
490
|
+
],
|
|
491
|
+
"additionalProperties": false,
|
|
492
|
+
"properties": {
|
|
493
|
+
"createdByName": {
|
|
494
|
+
"type": "string"
|
|
495
|
+
},
|
|
496
|
+
"certificateType": {
|
|
497
|
+
"title": "ADR Certificate Types",
|
|
498
|
+
"type": "string",
|
|
499
|
+
"tsEnumNames": [
|
|
500
|
+
"PASS",
|
|
501
|
+
"REPLACEMENT"
|
|
502
|
+
],
|
|
503
|
+
"enum": [
|
|
504
|
+
"PASS",
|
|
505
|
+
"REPLACEMENT"
|
|
506
|
+
]
|
|
507
|
+
},
|
|
508
|
+
"generatedTimestamp": {
|
|
509
|
+
"type": "string"
|
|
510
|
+
},
|
|
511
|
+
"certificateId": {
|
|
512
|
+
"type": "string"
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
},
|
|
477
517
|
"techRecord_euVehicleCategory": {
|
|
478
518
|
"anyOf": [
|
|
479
519
|
{
|
|
@@ -441,6 +441,46 @@
|
|
|
441
441
|
],
|
|
442
442
|
"maxLength": 1500
|
|
443
443
|
},
|
|
444
|
+
"techRecord_adrPassCertificateDetails": {
|
|
445
|
+
"type": [
|
|
446
|
+
"array",
|
|
447
|
+
"null"
|
|
448
|
+
],
|
|
449
|
+
"items": {
|
|
450
|
+
"type": "object",
|
|
451
|
+
"title": "ADR Certificate Details",
|
|
452
|
+
"required": [
|
|
453
|
+
"createdByName",
|
|
454
|
+
"certificateType",
|
|
455
|
+
"generatedTimestamp",
|
|
456
|
+
"certificateId"
|
|
457
|
+
],
|
|
458
|
+
"additionalProperties": false,
|
|
459
|
+
"properties": {
|
|
460
|
+
"createdByName": {
|
|
461
|
+
"type": "string"
|
|
462
|
+
},
|
|
463
|
+
"certificateType": {
|
|
464
|
+
"title": "ADR Certificate Types",
|
|
465
|
+
"type": "string",
|
|
466
|
+
"tsEnumNames": [
|
|
467
|
+
"PASS",
|
|
468
|
+
"REPLACEMENT"
|
|
469
|
+
],
|
|
470
|
+
"enum": [
|
|
471
|
+
"PASS",
|
|
472
|
+
"REPLACEMENT"
|
|
473
|
+
]
|
|
474
|
+
},
|
|
475
|
+
"generatedTimestamp": {
|
|
476
|
+
"type": "string"
|
|
477
|
+
},
|
|
478
|
+
"certificateId": {
|
|
479
|
+
"type": "string"
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
},
|
|
444
484
|
"techRecord_alterationMarker": {
|
|
445
485
|
"type": [
|
|
446
486
|
"boolean",
|