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
193 changes: 0 additions & 193 deletions e-rfid-data-group-type-tag.yml

This file was deleted.

7 changes: 0 additions & 7 deletions openapitools.json

This file was deleted.

11 changes: 11 additions & 0 deletions rt-barcode-position.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
openapi: 3.0.4
components:
schemas:
BarcodePositionItem:
title: "BarcodePositionItem"
type: object
required:
- BarcodePosition
properties:
BarcodePosition:
$ref: "./common.yml#/components/schemas/DocumentPosition"
8 changes: 3 additions & 5 deletions rt-rfid-binary-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ components:
- CheckDigitComposite
properties:
Type:
$ref: "./e-rfid-data-group-type-tag.yml#/components/schemas/RfidDataGroupTypeTag"
type: integer
DocumentID:
$ref: "./rt-doc-type-old.yml#/components/schemas/DocumentFormat"
DocumentType:
Expand Down Expand Up @@ -664,9 +664,8 @@ components:
- 6
- 7
- 8
- 0
x-enum-descriptions:
- "Not defined"
- "Root files"
- "ePassport application"
- "eID application"
- "eSign application"
Expand All @@ -677,7 +676,7 @@ components:
- "Digital Travel Credentials"
- "Master File"
x-enum-varnames:
- "UNSPECIFIED"
- "ROOT_FILES"
- "E_PASSPORT"
- "E_ID"
- "E_SIGN"
Expand All @@ -686,7 +685,6 @@ components:
- "LDS2_VisaRecords"
- "LDS2_AddBiometrics"
- "eDTC_PC"
- "ROOT_FILES"

RfidDataFile:
title: "RfidDataFile"
Expand Down
10 changes: 9 additions & 1 deletion rt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ components:
49: "EncryptedRCLResult"
50: "LicenseResult"
61: "MRZPositionResult"
62: "DocumentPositionResult"
62: "BarcodePositionResult"
85: "DocumentPositionResult"
87: "MRZDetectorResult"
97: "FaceDetectionResult"
Expand Down Expand Up @@ -204,6 +204,7 @@ components:
- $ref: "#/components/schemas/LexicalAnalysisResult"
- $ref: "#/components/schemas/AuthenticityResult"
- $ref: "#/components/schemas/ImageQualityResult"
- $ref: "#/components/schemas/BarcodePositionResult"
- $ref: "#/components/schemas/DocumentPositionResult"
- $ref: "#/components/schemas/DocBarCodeInfo"
- $ref: "#/components/schemas/LicenseResult"
Expand Down Expand Up @@ -301,6 +302,13 @@ components:
- $ref: "#/components/schemas/ResultItem"
- $ref: "./rt-image-quality.yml#/components/schemas/ImageQualityCheckListItem"

BarcodePositionResult:
title: "BarcodePositionResult"
description: "Contains information about barcode position on the input image, its center, angle, etc"
allOf:
- $ref: "#/components/schemas/ResultItem"
- $ref: "./rt-barcode-position.yml#/components/schemas/BarcodePositionItem"

DocumentPositionResult:
title: "DocumentPositionResult"
description: "Contains information about document position on the input image, its center, angle, etc"
Expand Down