@dvsa/cvs-type-definitions 4.4.0 → 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/iva/defects/get/index.json +207 -70
- package/json-schemas/iva/defects/sectionIVA.json +74 -0
- 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 +2 -0
- package/types/iva/defects/get/index.d.ts +34 -10
- package/types/iva/defects/sectionIVA.d.ts +21 -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
|
@@ -1,87 +1,224 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "
|
|
2
|
+
"title": "DefectGETIVA",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"additionalProperties": false,
|
|
5
5
|
"required": [
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"requiredStandards"
|
|
6
|
+
"euVehicleCategories",
|
|
7
|
+
"basic",
|
|
8
|
+
"normal"
|
|
10
9
|
],
|
|
11
10
|
"properties": {
|
|
12
|
-
"
|
|
13
|
-
"type": [
|
|
14
|
-
"string"
|
|
15
|
-
]
|
|
16
|
-
},
|
|
17
|
-
"sectionDescription": {
|
|
18
|
-
"type": [
|
|
19
|
-
"string"
|
|
20
|
-
]
|
|
21
|
-
},
|
|
22
|
-
"requiredStandards": {
|
|
11
|
+
"euVehicleCategories": {
|
|
23
12
|
"type": "array",
|
|
24
13
|
"items": {
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
14
|
+
"anyOf": [
|
|
15
|
+
{
|
|
16
|
+
"title": "EU Vehicle Category",
|
|
17
|
+
"type": "string",
|
|
18
|
+
"tsEnumNames": [
|
|
19
|
+
"M1",
|
|
20
|
+
"M2",
|
|
21
|
+
"M3",
|
|
22
|
+
"N1",
|
|
23
|
+
"N2",
|
|
24
|
+
"N3",
|
|
25
|
+
"O1",
|
|
26
|
+
"O2",
|
|
27
|
+
"O3",
|
|
28
|
+
"O4",
|
|
29
|
+
"L1E_A",
|
|
30
|
+
"l1E",
|
|
31
|
+
"L2e",
|
|
32
|
+
"L3E",
|
|
33
|
+
"L4E",
|
|
34
|
+
"L5E",
|
|
35
|
+
"L6E",
|
|
36
|
+
"L7E"
|
|
37
|
+
],
|
|
38
|
+
"enum": [
|
|
39
|
+
"m1",
|
|
40
|
+
"m2",
|
|
41
|
+
"m3",
|
|
42
|
+
"n1",
|
|
43
|
+
"n2",
|
|
44
|
+
"n3",
|
|
45
|
+
"o1",
|
|
46
|
+
"o2",
|
|
47
|
+
"o3",
|
|
48
|
+
"o4",
|
|
49
|
+
"l1e-a",
|
|
50
|
+
"l1e",
|
|
51
|
+
"l2e",
|
|
52
|
+
"l3e",
|
|
53
|
+
"l4e",
|
|
54
|
+
"l5e",
|
|
55
|
+
"l6e",
|
|
56
|
+
"l7e"
|
|
48
57
|
]
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"basic": {
|
|
63
|
+
"type": "array",
|
|
64
|
+
"items": {
|
|
65
|
+
"anyOf": [
|
|
66
|
+
{
|
|
67
|
+
"title": "SectionIVA",
|
|
68
|
+
"type": "object",
|
|
69
|
+
"additionalProperties": false,
|
|
70
|
+
"required": [
|
|
71
|
+
"sectionNumber",
|
|
72
|
+
"sectionDescription",
|
|
73
|
+
"requiredStandards"
|
|
74
|
+
],
|
|
75
|
+
"properties": {
|
|
76
|
+
"sectionNumber": {
|
|
77
|
+
"type": [
|
|
78
|
+
"string"
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
"sectionDescription": {
|
|
82
|
+
"type": [
|
|
83
|
+
"string"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
"requiredStandards": {
|
|
87
|
+
"type": "array",
|
|
88
|
+
"items": {
|
|
89
|
+
"title": "Required Standard",
|
|
90
|
+
"type": "object",
|
|
91
|
+
"additionalProperties": false,
|
|
92
|
+
"required": [
|
|
93
|
+
"rsNumber",
|
|
94
|
+
"requiredStandard",
|
|
95
|
+
"refCalculation",
|
|
96
|
+
"additionalInfo",
|
|
97
|
+
"inspectionTypes"
|
|
98
|
+
],
|
|
99
|
+
"properties": {
|
|
100
|
+
"rsNumber": {
|
|
101
|
+
"type": [
|
|
102
|
+
"integer"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
"requiredStandard": {
|
|
106
|
+
"type": [
|
|
107
|
+
"string"
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
"refCalculation": {
|
|
111
|
+
"type": [
|
|
112
|
+
"string"
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
"additionalInfo": {
|
|
116
|
+
"type": [
|
|
117
|
+
"boolean"
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
"inspectionTypes": {
|
|
121
|
+
"type": "array",
|
|
122
|
+
"items": {
|
|
123
|
+
"anyOf": [
|
|
124
|
+
{
|
|
125
|
+
"title": "Inspection Type",
|
|
126
|
+
"type": "string",
|
|
127
|
+
"enum": [
|
|
128
|
+
"basic",
|
|
129
|
+
"normal"
|
|
130
|
+
]
|
|
131
|
+
}
|
|
132
|
+
]
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
66
136
|
}
|
|
67
|
-
|
|
137
|
+
}
|
|
68
138
|
}
|
|
69
139
|
}
|
|
70
|
-
|
|
140
|
+
]
|
|
71
141
|
}
|
|
72
142
|
},
|
|
73
|
-
"
|
|
74
|
-
"type": "
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
143
|
+
"normal": {
|
|
144
|
+
"type": "array",
|
|
145
|
+
"items": {
|
|
146
|
+
"anyOf": [
|
|
147
|
+
{
|
|
148
|
+
"title": "SectionIVA",
|
|
149
|
+
"type": "object",
|
|
150
|
+
"additionalProperties": false,
|
|
151
|
+
"required": [
|
|
152
|
+
"sectionNumber",
|
|
153
|
+
"sectionDescription",
|
|
154
|
+
"requiredStandards"
|
|
155
|
+
],
|
|
156
|
+
"properties": {
|
|
157
|
+
"sectionNumber": {
|
|
158
|
+
"type": [
|
|
159
|
+
"string"
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
"sectionDescription": {
|
|
163
|
+
"type": [
|
|
164
|
+
"string"
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
"requiredStandards": {
|
|
168
|
+
"type": "array",
|
|
169
|
+
"items": {
|
|
170
|
+
"title": "Required Standard",
|
|
171
|
+
"type": "object",
|
|
172
|
+
"additionalProperties": false,
|
|
173
|
+
"required": [
|
|
174
|
+
"rsNumber",
|
|
175
|
+
"requiredStandard",
|
|
176
|
+
"refCalculation",
|
|
177
|
+
"additionalInfo",
|
|
178
|
+
"inspectionTypes"
|
|
179
|
+
],
|
|
180
|
+
"properties": {
|
|
181
|
+
"rsNumber": {
|
|
182
|
+
"type": [
|
|
183
|
+
"integer"
|
|
184
|
+
]
|
|
185
|
+
},
|
|
186
|
+
"requiredStandard": {
|
|
187
|
+
"type": [
|
|
188
|
+
"string"
|
|
189
|
+
]
|
|
190
|
+
},
|
|
191
|
+
"refCalculation": {
|
|
192
|
+
"type": [
|
|
193
|
+
"string"
|
|
194
|
+
]
|
|
195
|
+
},
|
|
196
|
+
"additionalInfo": {
|
|
197
|
+
"type": [
|
|
198
|
+
"boolean"
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
"inspectionTypes": {
|
|
202
|
+
"type": "array",
|
|
203
|
+
"items": {
|
|
204
|
+
"anyOf": [
|
|
205
|
+
{
|
|
206
|
+
"title": "Inspection Type",
|
|
207
|
+
"type": "string",
|
|
208
|
+
"enum": [
|
|
209
|
+
"basic",
|
|
210
|
+
"normal"
|
|
211
|
+
]
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
]
|
|
85
222
|
}
|
|
86
223
|
}
|
|
87
224
|
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "SectionIVA",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"additionalProperties": false,
|
|
5
|
+
"required": [
|
|
6
|
+
"sectionNumber",
|
|
7
|
+
"sectionDescription",
|
|
8
|
+
"requiredStandards"
|
|
9
|
+
],
|
|
10
|
+
"properties": {
|
|
11
|
+
"sectionNumber": {
|
|
12
|
+
"type": [
|
|
13
|
+
"string"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"sectionDescription": {
|
|
17
|
+
"type": [
|
|
18
|
+
"string"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"requiredStandards": {
|
|
22
|
+
"type": "array",
|
|
23
|
+
"items": {
|
|
24
|
+
"title": "Required Standard",
|
|
25
|
+
"type": "object",
|
|
26
|
+
"additionalProperties": false,
|
|
27
|
+
"required": [
|
|
28
|
+
"rsNumber",
|
|
29
|
+
"requiredStandard",
|
|
30
|
+
"refCalculation",
|
|
31
|
+
"additionalInfo",
|
|
32
|
+
"inspectionTypes"
|
|
33
|
+
],
|
|
34
|
+
"properties": {
|
|
35
|
+
"rsNumber": {
|
|
36
|
+
"type": [
|
|
37
|
+
"integer"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"requiredStandard": {
|
|
41
|
+
"type": [
|
|
42
|
+
"string"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"refCalculation": {
|
|
46
|
+
"type": [
|
|
47
|
+
"string"
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
"additionalInfo": {
|
|
51
|
+
"type": [
|
|
52
|
+
"boolean"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
"inspectionTypes": {
|
|
56
|
+
"type": "array",
|
|
57
|
+
"items": {
|
|
58
|
+
"anyOf": [
|
|
59
|
+
{
|
|
60
|
+
"title": "Inspection Type",
|
|
61
|
+
"type": "string",
|
|
62
|
+
"enum": [
|
|
63
|
+
"basic",
|
|
64
|
+
"normal"
|
|
65
|
+
]
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -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",
|