Skip to content

Commit 3d18442

Browse files
40497 - fix Notifications type
1 parent ae2471c commit 3d18442

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

rt-rfid-binary-data.yml

Lines changed: 5 additions & 5 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
@@ -809,7 +809,7 @@ components:
809809
description: "List of remarks arisen during the procedure."
810810
type: array
811811
items:
812-
$ref: "./e-parsing-notification-codes.yml#/components/schemas/ParsingNotificationCodes"
812+
$ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
813813
AccessControlOptions:
814814
description: "List of structures with are used to describe the variants of the authentication or secure data access procedure
815815
performance within the context of the communication session with electronic document"

0 commit comments

Comments
 (0)