Skip to content

Commit 14ccbb4

Browse files
Merge pull request #315 from regulaforensics/feature/49106
49106 - update processParams (BSI)
2 parents 76d35ef + 6c721d4 commit 14ccbb4

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+
bsiTr03135:
484+
$ref: "#/components/schemas/BsiTr03135"
485+
486+
BsiTr03135:
487+
title: "BsiTr03135"
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)