Skip to content

Commit 985e97b

Browse files
40497 - fix Notifications type (#261) (#262)
* 40497 - fix Notifications type * 40497 - update ParsedData
1 parent ae2471c commit 985e97b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

rt-rfid-binary-data.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ components:
387387
description: "List of remarks arisen during the analysis of SO data structure."
388388
type: array
389389
items:
390-
$ref: "./e-parsing-notification-codes.yml#/components/schemas/ParsingNotificationCodes"
390+
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
391391
SignerInfos:
392392
description: "List of containers to store information about digital signature objects contained in the SO"
393393
type: array
@@ -449,7 +449,7 @@ components:
449449
Notifications:
450450
type: array
451451
items:
452-
$ref: "./e-parsing-notification-codes.yml#/components/schemas/ParsingNotificationCodes"
452+
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
453453

454454
RfidCertificateEx:
455455
title: "RfidCertificateEx"
@@ -501,7 +501,7 @@ components:
501501
structure and its validity verification."
502502
type: array
503503
items:
504-
$ref: "./e-parsing-notification-codes.yml#/components/schemas/ParsingNotificationCodes"
504+
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
505505
Origin:
506506
$ref: "#/components/schemas/RfidCertificateOrigin"
507507
Type:
@@ -714,7 +714,7 @@ components:
714714
description: "List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure."
715715
type: array
716716
items:
717-
$ref: "./e-parsing-notification-codes.yml#/components/schemas/ParsingNotificationCodes"
717+
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
718718
DocFields_Text:
719719
description: "List of document text fields formed on the basis of the file contents"
720720
type: array
@@ -760,8 +760,7 @@ components:
760760
ParsingNotifications:
761761
type: array
762762
items:
763-
type: integer
764-
format: int64
763+
$ref: "./e-parsing-notification-codes.yml#/components/schemas/ParsingNotificationCodes"
765764

766765
TrfFtBytes:
767766
title: "TrfFtBytes"
@@ -809,7 +808,7 @@ components:
809808
description: "List of remarks arisen during the procedure."
810809
type: array
811810
items:
812-
$ref: "./e-parsing-notification-codes.yml#/components/schemas/ParsingNotificationCodes"
811+
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
813812
AccessControlOptions:
814813
description: "List of structures with are used to describe the variants of the authentication or secure data access procedure
815814
performance within the context of the communication session with electronic document"

0 commit comments

Comments
 (0)