We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d35ef commit 6709292Copy full SHA for 6709292
1 file changed
p-process.yml
@@ -480,7 +480,14 @@ components:
480
returnTransliteratedFields:
481
description: "Allows transliteration to be turned on or off; by default, it is enabled."
482
type: boolean
483
- bsiTr03135Results:
+ bsi:
484
+ $ref: "#/components/schemas/BSI"
485
+
486
+ BSI:
487
+ title: "BSI"
488
+ type: object
489
+ properties:
490
+ generateResult:
491
description: "When enabled, returns processing results in accordance with the BSI TR-03135 standard in addition to the existing processing results."
492
493
0 commit comments