Skip to content

Commit 6709292

Browse files
49106 - update processParams (BSI)
1 parent 76d35ef commit 6709292

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

p-process.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,14 @@ components:
480480
returnTransliteratedFields:
481481
description: "Allows transliteration to be turned on or off; by default, it is enabled."
482482
type: boolean
483-
bsiTr03135Results:
483+
bsi:
484+
$ref: "#/components/schemas/BSI"
485+
486+
BSI:
487+
title: "BSI"
488+
type: object
489+
properties:
490+
generateResult:
484491
description: "When enabled, returns processing results in accordance with the BSI TR-03135 standard in addition to the existing processing results."
485492
type: boolean
486493

0 commit comments

Comments
 (0)