Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions e-rfid-pkd-resourcetype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ components:
- 5
- 6
- 7
- 8
- 9
x-enum-varnames:
- "CERTIFICATE_PA"
- "CERTIFICATE_TA"
Expand All @@ -23,6 +25,8 @@ components:
- "DEFL"
- "DEVL"
- "BL"
- "LDIF_TA"
- "ML_TA"
x-enum-descriptions:
- "Certificate file contents (.pem, .cer, .crt, .der)"
- "Certificate file contents (.cvcert) and private key file contents (.pkcs8)"
Expand All @@ -32,3 +36,5 @@ components:
- "Defect List (.dl, .dls, .dfl)"
- "Deviance List (.dl, .dls, .dvl)"
- "Black List (.bl, .bls)"
- "LDIF file contents for TA"
- "Master List with CV certificates for TA"
22 changes: 12 additions & 10 deletions rt-rfid-binary-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ components:
VirtualMode:
description: "Sign of virtual session when working with loaded data from a previous communication session
with the electronic document"
type: string
type: boolean
SDKVersion:
description: "Text SDKVersion value in format A.B (e.g. 3.1)"
type: string
Expand Down Expand Up @@ -384,10 +384,10 @@ components:
description: "Reference to the source file of the security object data"
type: number
Notifications:
description: "List of remarks arisen during the analysis of SO data structure."
description: "List of remarks arisen during the analysis of SO data structure. Can be ParsingErrorCodes or ParsingNotificationCodes enum."
type: array
items:
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
type: integer
SignerInfos:
description: "List of containers to store information about digital signature objects contained in the SO"
type: array
Expand Down Expand Up @@ -447,9 +447,10 @@ components:
description: "Binary data array used to calculate the hash value for digital signature verification. Base64 encoded."
type: string
Notifications:
description: "Can be ParsingErrorCodes or ParsingNotificationCodes enum."
type: array
items:
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
type: integer

RfidCertificateEx:
title: "RfidCertificateEx"
Expand Down Expand Up @@ -498,10 +499,10 @@ components:
$ref: "#/components/schemas/RfidPkiExtension"
Notifications:
description: "List of remarks arisen during the analysis of the certificate data
structure and its validity verification."
structure and its validity verification. Can be ParsingErrorCodes or ParsingNotificationCodes enum."
type: array
items:
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
type: integer
Origin:
$ref: "#/components/schemas/RfidCertificateOrigin"
Type:
Expand Down Expand Up @@ -711,10 +712,11 @@ components:
PA_Status:
$ref: "./e-rfid-error-codes.yml#/components/schemas/RFIDErrorCodes"
Notifications:
description: "List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure."
description: "List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure.
Can be ParsingErrorCodes or ParsingNotificationCodes enum."
type: array
items:
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
type: integer
DocFields_Text:
description: "List of document text fields formed on the basis of the file contents"
type: array
Expand Down Expand Up @@ -805,10 +807,10 @@ components:
description: "Index of the active variant of the procedure"
type: number
Notifications:
description: "List of remarks arisen during the procedure."
description: "List of remarks arisen during the procedure. Can be ParsingErrorCodes or ParsingNotificationCodes enum."
type: array
items:
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
type: integer
AccessControlOptions:
description: "List of structures with are used to describe the variants of the authentication or secure data access procedure
performance within the context of the communication session with electronic document"
Expand Down