@@ -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