Skip to content

Commit bd71791

Browse files
Update schemas, enums
1 parent 9ec2846 commit bd71791

11 files changed

Lines changed: 101 additions & 19 deletions

authenticity/rt-fiber.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,3 @@ components:
5050
type: array
5151
items:
5252
type: integer
53-
ErrorCode:
54-
type: integer

authenticity/rt-ident.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ components:
2424
$ref: "../rt-authenticity.yml#/components/schemas/AreaContainer"
2525
ElementID:
2626
type: integer
27-
Result:
28-
type: integer

authenticity/rt-ocr-security-text.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ components:
3333
type: string
3434
EtalonResultOCR:
3535
type: string
36-
ResultCode:
37-
type: integer
3836
Reserved1:
3937
type: integer
4038
Reserved2:

authenticity/rt-photo-ident.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ components:
2828
type: integer
2929
Angle:
3030
type: integer
31-
Result:
32-
type: integer
3331
Reserved3:
3432
type: integer
3533

common.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -213,22 +213,28 @@ components:
213213
description: "Image light index"
214214
enum:
215215
- 0
216+
- 2
217+
- 4
216218
- 6
217219
- 24
218220
- 128
219221
- 3072
220222
x-enum-descriptions:
221223
- "No Light"
224+
- "Upper/lower lighters of white light scheme"
225+
- "Side lighters of white light scheme"
222226
- "White"
223227
- "Infrared"
224228
- "Ultraviolet"
225-
- "Right and left lighters of white coaxial light scheme"
229+
- "White coaxial"
226230
x-enum-varnames:
227231
- "OFF"
232+
- "WHITE_TOP"
233+
- "WHITE_SIDE"
228234
- "WHITE"
229235
- "IR"
230236
- "UV"
231-
- "AXIAL_WHITE_FULL"
237+
- "AXIAL_WHITE"
232238

233239
Point:
234240
title: "Point"
@@ -317,16 +323,13 @@ components:
317323
title: "VisualExtendedFieldItem"
318324
type: object
319325
required:
320-
- FieldType
321326
- wFieldType
322327
- FieldName
323328
- StringsCount
324329
- StringsResult
325330
- Buf_Length
326331
- Buf_Text
327332
properties:
328-
FieldType:
329-
type: integer
330333
wFieldType:
331334
$ref: "./e-text-field-type.yml#/components/schemas/TextFieldType"
332335
FieldName:
@@ -410,8 +413,6 @@ components:
410413
type: integer
411414
BaseLineTop:
412415
type: integer
413-
Reserved:
414-
type: integer
415416

416417
SymbolCandidate:
417418
title: "SymbolCandidate"

e-parsing-error-codes.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ components:
3737
- 2147483685
3838
- 2147483686
3939
- 2147483687
40+
- 2147483712
41+
- 2147483713
42+
- 2147483714
43+
- 2147483715
44+
- 2147483716
45+
- 2147483717
46+
- 2147483718
47+
- 2147483719
4048
- 2147483696
4149
- 2147483697
4250
- 2147483698
@@ -164,6 +172,14 @@ components:
164172
- "ASN Signer info: Sign algorithms incorrect data"
165173
- "ASN Signer info: Signature incorrect data"
166174
- "ASN Signer info: Unsigned attributes incorrect data"
175+
- "ASN DTC Signer info: Incorrect data"
176+
- "ASN DTC Signer info: Certificate incorrect data"
177+
- "ASN DTC Signer info: Digest algorithms incorrect data"
178+
- "ASN DTC Signer info: Signed attributes incorrect data"
179+
- "ASN DTC Signer info: Sign algorithms incorrect data"
180+
- "ASN DTC Signer info: Signature incorrect data"
181+
- "ASN DTC Security info: Incorrect data"
182+
- "ASN DTC Content info: Incorrect data"
167183
- "ICAO LDS object: Unsupported digest algorithm"
168184
- "ICAO Signed data: Signer info empty"
169185
- "ICAO Signer info: Unsupported digest algorithm"
@@ -291,6 +307,14 @@ components:
291307
- "errLDS_ASN_SignerInfo_SignAlg_IncorrectData"
292308
- "errLDS_ASN_SignerInfo_Signature_IncorrectData"
293309
- "errLDS_ASN_SignerInfo_UnsignedAttrs_IncorrectData"
310+
- "errLDS_ASN_DTC_SignerInfo_IncorrectData"
311+
- "errLDS_ASN_DTC_SignerInfo_Certificate_IncorrectData"
312+
- "errLDS_ASN_DTC_SignerInfo_DigestAlg_IncorrectData"
313+
- "errLDS_ASN_DTC_SignerInfo_SignedAttrs_IncorrectData"
314+
- "errLDS_ASN_DTC_SignerInfo_SignAlg_IncorrectData"
315+
- "errLDS_ASN_DTC_SignerInfo_Signature_IncorrectData"
316+
- "errLDS_ASN_DTC_SecurityInfo_IncorrectData"
317+
- "errLDS_ASN_DTC_ContentInfo_IncorrectData"
294318
- "errLDS_ICAO_LDSObject_UnsupportedDigestAlgorithm"
295319
- "errLDS_ICAO_SignedData_SignerInfos_Empty"
296320
- "errLDS_ICAO_SignerInfo_UnsupportedDigestAlgorithm"

e-rfid-data-file-type.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,30 @@ components:
8282
- 301
8383
- 302
8484
- 400
85+
- 401
8586
- 500
8687
- 501
8788
- 600
8889
- 601
8990
- 602
9091
- 603
92+
- 604
9193
- 700
9294
- 701
9395
- 702
9496
- 703
97+
- 704
9598
- 710
9699
- 711
97100
- 712
98101
- 713
99102
- 714
100103
- 715
104+
- 800
105+
- 832
106+
- 900
107+
- 901
108+
- 902
101109
- 1000
102110
x-enum-varnames:
103111
- "UNSPECIFIED"
@@ -175,20 +183,28 @@ components:
175183
- "MIFARE_VALIDITY"
176184
- "AUTHENTICITY_V2"
177185
- "ATR"
186+
- "DIR"
178187
- "_E_SIGN_PK"
179188
- "_E_SIGN_SIGNED_DATA"
180189
- "CERTIFICATE"
181190
- "MASTER_LIST"
182191
- "DEFECT_LIST"
192+
- "DEVIATION_LIST"
183193
- "BLACK_LIST"
184194
- "APP_DIRECTORY"
185195
- "SESSION"
186196
- "LOG_DATA"
187197
- "CHIP_PROPERTIES"
198+
- "DTC_INFO"
188199
- "POST_CA_RESPONSE"
189200
- "POST_CA_PUBLIC_KEY"
190201
- "POST_CA_INFO"
191202
- "POST_CA_D_PARAMS"
192203
- "POST_CA_CHECK_PK"
193204
- "POST_CA_CHECK_SK"
205+
- "SAM_DATA"
206+
- "SAM_DATA_MAX"
207+
- "VDS"
208+
- "VDS_NC"
209+
- "DS"
194210
- "USER_DEFINED"

e-rfid-data-group-type-tag.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ components:
2727
- 111
2828
- 112
2929
- 119
30+
- 113
31+
- 114
32+
- 115
33+
- 116
34+
- 98
3035
- 97
3136
- 98
3237
- 99
@@ -50,7 +55,7 @@ components:
5055
- 117
5156
- 96
5257
- 119
53-
- 119
58+
- 83
5459
- 97
5560
- 107
5661
- 108
@@ -83,6 +88,11 @@ components:
8388
- "Data Group 15"
8489
- "Data Group 16"
8590
- "Security Object Document"
91+
- "Data Group 17"
92+
- "Data Group 18"
93+
- "Data Group 22"
94+
- "Data Group 23"
95+
- "Data Group 24"
8696
- "eID, Data Group 1"
8797
- "eID, Data Group 2"
8898
- "eID, Data Group 3"
@@ -139,6 +149,11 @@ components:
139149
- "DG15"
140150
- "DG16"
141151
- "SOD"
152+
- "DG17"
153+
- "DG18"
154+
- "DG22"
155+
- "DG23"
156+
- "DG24"
142157
- "EID_DG1"
143158
- "EID_DG2"
144159
- "EID_DG3"

e-rfid-error-codes.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,11 @@ components:
118118
- 2248147719
119119
- 2248147720
120120
- 2248147721
121-
- -1
121+
- 4294967295
122122
- 1
123123
- 2
124+
- 2147549191
125+
- 2147510016
124126
x-enum-descriptions:
125127
- "LAYER6: Reading beyond EOF / Unexpected EOF"
126128
- "LAYER6: PWD deactivated"
@@ -236,6 +238,8 @@ components:
236238
- "RFID: Failed"
237239
- "RFID: No error"
238240
- "RFID: The requested operation is already performed"
241+
- "RFID: Not enough data"
242+
- "RFID: Layer 6 - Wrong data length"
239243
x-enum-varnames:
240244
- "RFID_ERROR_LAYER6_FILE_EOF1"
241245
- "RFID_ERROR_LAYER6_PWD_DEACTIVATED"
@@ -351,3 +355,5 @@ components:
351355
- "RFID_ERROR_FAILED"
352356
- "RFID_ERROR_NO_ERROR"
353357
- "RFID_ERROR_ALREADY_DONE"
358+
- "RFID_ERROR_NOT_ENOUGH_DATA"
359+
- "RFID_LAYER6_WRONG_LENGTH"

p-process.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,8 @@ components:
391391
type: array
392392
items:
393393
$ref: "./e-document-type.yml#/components/schemas/DocumentType"
394-
processAuth: # Authenticity checks that should be performed regardless of the document type. The available checks are listed in the eRPRM_Authenticity enum. Note that only supported by your license checks can be added.
394+
processAuth:
395+
description: "Authenticity checks that should be performed regardless of the document type. The available checks are listed in the eRPRM_Authenticity enum. Note that only supported by your license checks can be added."
395396
type: integer
396397
format: int64
397398
deviceId:

0 commit comments

Comments
 (0)