Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions authenticity/e-check-diagnose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ components:
- 239
- 240
- 241
- 242
- 243
- 244
- 245
Expand Down Expand Up @@ -256,6 +257,7 @@ components:
- "DOC_LIVENESS_BLACK_AND_WHITE_COPY_DETECTED"
- "DOC_LIVENESS_ELECTRONIC_DEVICE_DETECTED"
- "DOC_LIVENESS_INVALID_BARCODE_BACKGROUND"
- "DOC_LIVENESS_VIRTUAL_CAMERA_DETECTED"
- "CHD_ICAO_IDB_BASE32_ERROR"
- "CHD_ICAO_IDB_ZIPPED_ERROR"
- "CHD_ICAO_IDB_MESSAGE_ZONE_EMPTY"
Expand Down
12 changes: 12 additions & 0 deletions e-security-feature-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ components:
- 55
- 56
- 57
- 58
- 59
- 60
- 61
x-enum-descriptions:
- "Blank element"
- "Personalization element"
Expand Down Expand Up @@ -121,6 +125,10 @@ components:
- "Liveness geometry check"
- "Age check"
- "Sex check"
- "RFID vs ghost portrait comparison"
- "Barcode vs ghost portrait comparison"
- "Ghost vs live camera portrait comparison"
- "External vs ghost portrait comparison"
x-enum-varnames:
- "BLANK"
- "FILL"
Expand Down Expand Up @@ -179,3 +187,7 @@ components:
- "LIVENESS_GEOMETRY_CHECK"
- "AGE_CHECK"
- "SEX_CHECK"
- "PORTRAIT_COMPARISON_RFID_VS_GHOST"
- "PORTRAIT_COMPARISON_BARCODE_VS_GHOST"
- "PORTRAIT_COMPARISON_GHOST_VS_LIVE"
- "PORTRAIT_COMPARISON_EXT_VS_GHOST"
3 changes: 3 additions & 0 deletions p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,9 @@ components:
returnTransliteratedFields:
description: "Allows transliteration to be turned on or off; by default, it is enabled."
type: boolean
bsiTr03135Results:
description: "When enabled, returns processing results in accordance with the BSI TR-03135 standard in addition to the existing processing results."
type: boolean

MRZFormat:
title: "MRZFormat"
Expand Down
11 changes: 11 additions & 0 deletions rt-bsi-v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
openapi: 3.0.4
components:
schemas:
BSIV2Item:
title: "BSIV2Item"
type: object
required:
- XML_buffer
properties:
XML_buffer:
type: string
11 changes: 11 additions & 0 deletions rt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ components:
- 50
- 61
- 62
- 73
- 85
- 87
- 97
Expand Down Expand Up @@ -78,6 +79,7 @@ components:
- "Contains license"
- "Contains result of MRZ position"
- "Contains result of barcode position"
- "Contains results in accordance with the BSI TR-03135 standard"
- "Contains information about document position on the input image, its center, angle, etc"
- "Contains result of MRZDetectorResult"
- "Contains result of FaceDetection"
Expand Down Expand Up @@ -118,6 +120,7 @@ components:
- "LICENSE"
- "MRZ_POSITION"
- "BARCODE_POSITION"
- "BSI_XML_V2"
- "DOCUMENT_POSITION"
- "MRZ_DETECTOR"
- "FACE_DETECTION"
Expand Down Expand Up @@ -178,6 +181,7 @@ components:
50: "LicenseResult"
61: "MRZPositionResult"
62: "BarcodePositionResult"
73: "BSIV2Result"
85: "DocumentPositionResult"
87: "MRZDetectorResult"
97: "FaceDetectionResult"
Expand Down Expand Up @@ -232,6 +236,7 @@ components:
- $ref: "#/components/schemas/VDSNCDataResult"
- $ref: "#/components/schemas/VDSDataResult"
- $ref: "#/components/schemas/MDLResult"
- $ref: "#/components/schemas/BSIV2Result"

StatusResult:
title: "StatusResult"
Expand Down Expand Up @@ -413,3 +418,9 @@ components:
allOf:
- $ref: "#/components/schemas/ResultItem"
- $ref: "./rt-mdl.yml#/components/schemas/MDLItem"

BSIV2Result:
title: "BSIV2Result"
allOf:
- $ref: "#/components/schemas/ResultItem"
- $ref: "./rt-bsi-v2.yml#/components/schemas/BSIV2Item"