diff --git a/p-process.yml b/p-process.yml index cccc781..e7f21ec 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: + 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