From 12fa3b3190d7d1913cdd8fc0628c0f61a33b6606 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Wed, 10 Sep 2025 12:20:42 +0300 Subject: [PATCH 1/3] 42085 - add RfidApplicationType --- rt-rfid-binary-data.yml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/rt-rfid-binary-data.yml b/rt-rfid-binary-data.yml index e123c8d3..9864098c 100644 --- a/rt-rfid-binary-data.yml +++ b/rt-rfid-binary-data.yml @@ -649,6 +649,43 @@ components: items: $ref: "#/components/schemas/RfidDataFile" + RfidApplicationType: + title: "RfidApplicationType" + type: integer + description: "Enumeration contains a set of constants that define the type + of application within the context of the communication session with electronic document" + enum: + - 0 + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + x-enum-descriptions: + - "Not defined or root files" + - "ePassport application" + - "eID application" + - "eSign application" + - "eDL application" + - "TravelRecords application" + - "VisaRecords application" + - "AddBiometrics application" + - "Digital Travel Credentials" + - "Master File" + x-enum-varnames: + - "UNSPECIFIED_OR_ROOT_FILES" + - "E_PASSPORT" + - "E_ID" + - "E_SIGN" + - "E_DL" + - "LDS2_TravelRecords" + - "LDS2_VisaRecords" + - "LDS2_AddBiometrics" + - "eDTC_PC" + RfidDataFile: title: "RfidDataFile" description: "Structure is used to describe the contents of a single file of the LDS of electronic document and the analysis From d6085eb4265627a0b9b80818a9b3dc4df7864a4b Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Wed, 10 Sep 2025 12:36:34 +0300 Subject: [PATCH 2/3] 42085 - update RfidApplicationType --- rt-rfid-binary-data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rt-rfid-binary-data.yml b/rt-rfid-binary-data.yml index 9864098c..96eda681 100644 --- a/rt-rfid-binary-data.yml +++ b/rt-rfid-binary-data.yml @@ -665,7 +665,7 @@ components: - 7 - 8 x-enum-descriptions: - - "Not defined or root files" + - "Root files" - "ePassport application" - "eID application" - "eSign application" @@ -676,7 +676,7 @@ components: - "Digital Travel Credentials" - "Master File" x-enum-varnames: - - "UNSPECIFIED_OR_ROOT_FILES" + - "ROOT_FILES" - "E_PASSPORT" - "E_ID" - "E_SIGN" From 6aa6d7cde3d5f4710338ab57a718f060acf242ca Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Wed, 10 Sep 2025 13:05:19 +0300 Subject: [PATCH 3/3] 42085 - add ref to RfidApplicationType --- rt-rfid-binary-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt-rfid-binary-data.yml b/rt-rfid-binary-data.yml index 96eda681..3ac4a0d1 100644 --- a/rt-rfid-binary-data.yml +++ b/rt-rfid-binary-data.yml @@ -628,7 +628,7 @@ components: - Files properties: Type: - type: integer + $ref: "#/components/schemas/RfidApplicationType" Status: $ref: "./e-rfid-error-codes.yml#/components/schemas/RFIDErrorCodes" ApplicationID: