Skip to content

Commit 042d42f

Browse files
Merge pull request #280 from regulaforensics/develop
Develop -> Stable
2 parents 92927be + c19a94c commit 042d42f

File tree

5 files changed

+23
-206
lines changed

5 files changed

+23
-206
lines changed

e-rfid-data-group-type-tag.yml

Lines changed: 0 additions & 193 deletions
This file was deleted.

openapitools.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

rt-barcode-position.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
openapi: 3.0.4
2+
components:
3+
schemas:
4+
BarcodePositionItem:
5+
title: "BarcodePositionItem"
6+
type: object
7+
required:
8+
- BarcodePosition
9+
properties:
10+
BarcodePosition:
11+
$ref: "./common.yml#/components/schemas/DocumentPosition"

rt-rfid-binary-data.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ components:
242242
- CheckDigitComposite
243243
properties:
244244
Type:
245-
$ref: "./e-rfid-data-group-type-tag.yml#/components/schemas/RfidDataGroupTypeTag"
245+
type: integer
246246
DocumentID:
247247
$ref: "./rt-doc-type-old.yml#/components/schemas/DocumentFormat"
248248
DocumentType:
@@ -664,9 +664,8 @@ components:
664664
- 6
665665
- 7
666666
- 8
667-
- 0
668667
x-enum-descriptions:
669-
- "Not defined"
668+
- "Root files"
670669
- "ePassport application"
671670
- "eID application"
672671
- "eSign application"
@@ -677,7 +676,7 @@ components:
677676
- "Digital Travel Credentials"
678677
- "Master File"
679678
x-enum-varnames:
680-
- "UNSPECIFIED"
679+
- "ROOT_FILES"
681680
- "E_PASSPORT"
682681
- "E_ID"
683682
- "E_SIGN"
@@ -686,7 +685,6 @@ components:
686685
- "LDS2_VisaRecords"
687686
- "LDS2_AddBiometrics"
688687
- "eDTC_PC"
689-
- "ROOT_FILES"
690688

691689
RfidDataFile:
692690
title: "RfidDataFile"

rt.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ components:
168168
49: "EncryptedRCLResult"
169169
50: "LicenseResult"
170170
61: "MRZPositionResult"
171-
62: "DocumentPositionResult"
171+
62: "BarcodePositionResult"
172172
85: "DocumentPositionResult"
173173
87: "MRZDetectorResult"
174174
97: "FaceDetectionResult"
@@ -204,6 +204,7 @@ components:
204204
- $ref: "#/components/schemas/LexicalAnalysisResult"
205205
- $ref: "#/components/schemas/AuthenticityResult"
206206
- $ref: "#/components/schemas/ImageQualityResult"
207+
- $ref: "#/components/schemas/BarcodePositionResult"
207208
- $ref: "#/components/schemas/DocumentPositionResult"
208209
- $ref: "#/components/schemas/DocBarCodeInfo"
209210
- $ref: "#/components/schemas/LicenseResult"
@@ -301,6 +302,13 @@ components:
301302
- $ref: "#/components/schemas/ResultItem"
302303
- $ref: "./rt-image-quality.yml#/components/schemas/ImageQualityCheckListItem"
303304

305+
BarcodePositionResult:
306+
title: "BarcodePositionResult"
307+
description: "Contains information about barcode position on the input image, its center, angle, etc"
308+
allOf:
309+
- $ref: "#/components/schemas/ResultItem"
310+
- $ref: "./rt-barcode-position.yml#/components/schemas/BarcodePositionItem"
311+
304312
DocumentPositionResult:
305313
title: "DocumentPositionResult"
306314
description: "Contains information about document position on the input image, its center, angle, etc"

0 commit comments

Comments
 (0)