From 67092922369a80f7b20e3fa9a1dfc41b0d1dc7f1 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Mon, 2 Feb 2026 16:59:26 +0300 Subject: [PATCH 1/2] 49106 - update processParams (BSI) --- p-process.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/p-process.yml b/p-process.yml index cccc781..c104b28 100644 --- a/p-process.yml +++ b/p-process.yml @@ -480,7 +480,14 @@ components: returnTransliteratedFields: description: "Allows transliteration to be turned on or off; by default, it is enabled." type: boolean - bsiTr03135Results: + bsi: + $ref: "#/components/schemas/BSI" + + BSI: + title: "BSI" + type: object + properties: + generateResult: description: "When enabled, returns processing results in accordance with the BSI TR-03135 standard in addition to the existing processing results." type: boolean From 6c721d4a3f2f3bb10c2bf9dbc93de092b518c6bd Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Tue, 3 Feb 2026 10:01:10 +0300 Subject: [PATCH 2/2] 49106 - update processParams (BSI) --- p-process.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/p-process.yml b/p-process.yml index c104b28..e7f21ec 100644 --- a/p-process.yml +++ b/p-process.yml @@ -480,11 +480,11 @@ components: returnTransliteratedFields: description: "Allows transliteration to be turned on or off; by default, it is enabled." type: boolean - bsi: - $ref: "#/components/schemas/BSI" + bsiTr03135: + $ref: "#/components/schemas/BsiTr03135" - BSI: - title: "BSI" + BsiTr03135: + title: "BsiTr03135" type: object properties: generateResult: