Skip to content

Commit c394ac1

Browse files
Merge pull request #269 from regulaforensics/fix-conflicts
Develop -> Stable
2 parents 985e97b + c12cddd commit c394ac1

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

e-rfid-pkd-resourcetype.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ components:
1414
- 5
1515
- 6
1616
- 7
17+
- 8
18+
- 9
1719
x-enum-varnames:
1820
- "CERTIFICATE_PA"
1921
- "CERTIFICATE_TA"
@@ -23,6 +25,8 @@ components:
2325
- "DEFL"
2426
- "DEVL"
2527
- "BL"
28+
- "LDIF_TA"
29+
- "ML_TA"
2630
x-enum-descriptions:
2731
- "Certificate file contents (.pem, .cer, .crt, .der)"
2832
- "Certificate file contents (.cvcert) and private key file contents (.pkcs8)"
@@ -32,3 +36,5 @@ components:
3236
- "Defect List (.dl, .dls, .dfl)"
3337
- "Deviance List (.dl, .dls, .dvl)"
3438
- "Black List (.bl, .bls)"
39+
- "LDIF file contents for TA"
40+
- "Master List with CV certificates for TA"

rt-rfid-binary-data.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ components:
310310
VirtualMode:
311311
description: "Sign of virtual session when working with loaded data from a previous communication session
312312
with the electronic document"
313-
type: string
313+
type: boolean
314314
SDKVersion:
315315
description: "Text SDKVersion value in format A.B (e.g. 3.1)"
316316
type: string
@@ -384,10 +384,10 @@ components:
384384
description: "Reference to the source file of the security object data"
385385
type: number
386386
Notifications:
387-
description: "List of remarks arisen during the analysis of SO data structure."
387+
description: "List of remarks arisen during the analysis of SO data structure. Can be ParsingErrorCodes or ParsingNotificationCodes enum."
388388
type: array
389389
items:
390-
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
390+
type: integer
391391
SignerInfos:
392392
description: "List of containers to store information about digital signature objects contained in the SO"
393393
type: array
@@ -447,9 +447,10 @@ components:
447447
description: "Binary data array used to calculate the hash value for digital signature verification. Base64 encoded."
448448
type: string
449449
Notifications:
450+
description: "Can be ParsingErrorCodes or ParsingNotificationCodes enum."
450451
type: array
451452
items:
452-
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
453+
type: integer
453454

454455
RfidCertificateEx:
455456
title: "RfidCertificateEx"
@@ -498,10 +499,10 @@ components:
498499
$ref: "#/components/schemas/RfidPkiExtension"
499500
Notifications:
500501
description: "List of remarks arisen during the analysis of the certificate data
501-
structure and its validity verification."
502+
structure and its validity verification. Can be ParsingErrorCodes or ParsingNotificationCodes enum."
502503
type: array
503504
items:
504-
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
505+
type: integer
505506
Origin:
506507
$ref: "#/components/schemas/RfidCertificateOrigin"
507508
Type:
@@ -711,10 +712,11 @@ components:
711712
PA_Status:
712713
$ref: "./e-rfid-error-codes.yml#/components/schemas/RFIDErrorCodes"
713714
Notifications:
714-
description: "List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure."
715+
description: "List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure.
716+
Can be ParsingErrorCodes or ParsingNotificationCodes enum."
715717
type: array
716718
items:
717-
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
719+
type: integer
718720
DocFields_Text:
719721
description: "List of document text fields formed on the basis of the file contents"
720722
type: array
@@ -805,10 +807,10 @@ components:
805807
description: "Index of the active variant of the procedure"
806808
type: number
807809
Notifications:
808-
description: "List of remarks arisen during the procedure."
810+
description: "List of remarks arisen during the procedure. Can be ParsingErrorCodes or ParsingNotificationCodes enum."
809811
type: array
810812
items:
811-
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
813+
type: integer
812814
AccessControlOptions:
813815
description: "List of structures with are used to describe the variants of the authentication or secure data access procedure
814816
performance within the context of the communication session with electronic document"

0 commit comments

Comments
 (0)