From c9a350415ba90dd11f41e998fd716cefd523c403 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Tue, 10 Feb 2026 17:36:11 +0300 Subject: [PATCH 1/3] 50382 - add checkVDS --- p-process.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/p-process.yml b/p-process.yml index e7f21ec..f984efe 100644 --- a/p-process.yml +++ b/p-process.yml @@ -482,6 +482,9 @@ components: type: boolean bsiTr03135: $ref: "#/components/schemas/BsiTr03135" + checkVDS: + description: "This parameter is used to enable Visible Digital Seal check." + type: boolean BsiTr03135: title: "BsiTr03135" From 1e21fe7934946d1f961c2c9fb8b5566f8009a068 Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:30:59 +0300 Subject: [PATCH 2/3] Apply suggestions from code review --- p-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p-process.yml b/p-process.yml index 06ef982..c0429d9 100644 --- a/p-process.yml +++ b/p-process.yml @@ -486,7 +486,7 @@ components: description: "When disabled, date of expiry doesn't affect the mrz and text statuses." type: boolean checkVDS: - description: "This parameter is used to enable Visible Digital Seal check." + description: "This parameter is used to enable Visible Digital Seal check. Disabled by default." type: boolean BsiTr03135: From 0a0f920b981a74c87d4c32b2e87b609d4ae9a25f Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:32:26 +0300 Subject: [PATCH 3/3] Update p-process.yml --- p-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p-process.yml b/p-process.yml index c0429d9..7afe0e2 100644 --- a/p-process.yml +++ b/p-process.yml @@ -483,7 +483,7 @@ components: bsiTr03135: $ref: "#/components/schemas/BsiTr03135" strictExpiryDate: - description: "When disabled, date of expiry doesn't affect the mrz and text statuses." + description: "When disabled, date of expiry doesn't affect the MRZ and text statuses." type: boolean checkVDS: description: "This parameter is used to enable Visible Digital Seal check. Disabled by default."