From 3d184428e91880ff9a27c4c355755e286e7b517a Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Thu, 10 Jul 2025 14:10:53 +0300 Subject: [PATCH 1/2] 40497 - fix Notifications type --- rt-rfid-binary-data.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rt-rfid-binary-data.yml b/rt-rfid-binary-data.yml index 65a22228..8bbefb1d 100644 --- a/rt-rfid-binary-data.yml +++ b/rt-rfid-binary-data.yml @@ -387,7 +387,7 @@ components: description: "List of remarks arisen during the analysis of SO data structure." type: array items: - $ref: "./e-parsing-notification-codes.yml#/components/schemas/ParsingNotificationCodes" + $ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes" SignerInfos: description: "List of containers to store information about digital signature objects contained in the SO" type: array @@ -449,7 +449,7 @@ components: Notifications: type: array items: - $ref: "./e-parsing-notification-codes.yml#/components/schemas/ParsingNotificationCodes" + $ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes" RfidCertificateEx: title: "RfidCertificateEx" @@ -501,7 +501,7 @@ components: structure and its validity verification." type: array items: - $ref: "./e-parsing-notification-codes.yml#/components/schemas/ParsingNotificationCodes" + $ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes" Origin: $ref: "#/components/schemas/RfidCertificateOrigin" Type: @@ -714,7 +714,7 @@ components: description: "List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure." type: array items: - $ref: "./e-parsing-notification-codes.yml#/components/schemas/ParsingNotificationCodes" + $ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes" DocFields_Text: description: "List of document text fields formed on the basis of the file contents" type: array @@ -809,7 +809,7 @@ components: description: "List of remarks arisen during the procedure." type: array items: - $ref: "./e-parsing-notification-codes.yml#/components/schemas/ParsingNotificationCodes" + $ref: "./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes" 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" From fcbca57ca38facb66355372941bcbfc4562a9891 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Thu, 10 Jul 2025 15:57:55 +0300 Subject: [PATCH 2/2] 40497 - update ParsedData --- rt-rfid-binary-data.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rt-rfid-binary-data.yml b/rt-rfid-binary-data.yml index 8bbefb1d..23fe56fb 100644 --- a/rt-rfid-binary-data.yml +++ b/rt-rfid-binary-data.yml @@ -760,8 +760,7 @@ components: ParsingNotifications: type: array items: - type: integer - format: int64 + $ref: "./e-parsing-notification-codes.yml#/components/schemas/ParsingNotificationCodes" TrfFtBytes: title: "TrfFtBytes"