Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,14 @@ components:
returnTransliteratedFields:
description: "Allows transliteration to be turned on or off; by default, it is enabled."
type: boolean
bsiTr03135Results:
bsiTr03135:
$ref: "#/components/schemas/BsiTr03135"

BsiTr03135:
title: "BsiTr03135"
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

Expand Down