Skip to content

Commit e483e0d

Browse files
Merge pull request #278 from regulaforensics/fix/42085
42085 - Remove RfidDataGroupTypeTag, RfidApplicationType
2 parents fd4c525 + c21047c commit e483e0d

File tree

3 files changed

+2
-241
lines changed

3 files changed

+2
-241
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-rfid-binary-data.yml

Lines changed: 2 additions & 41 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:
@@ -628,7 +628,7 @@ components:
628628
- Files
629629
properties:
630630
Type:
631-
$ref: "#/components/schemas/RfidApplicationType"
631+
type: integer
632632
Status:
633633
$ref: "./e-rfid-error-codes.yml#/components/schemas/RFIDErrorCodes"
634634
ApplicationID:
@@ -649,45 +649,6 @@ components:
649649
items:
650650
$ref: "#/components/schemas/RfidDataFile"
651651

652-
RfidApplicationType:
653-
title: "RfidApplicationType"
654-
type: integer
655-
description: "Enumeration contains a set of constants that define the type
656-
of application within the context of the communication session with electronic document"
657-
enum:
658-
- 0
659-
- 1
660-
- 2
661-
- 3
662-
- 4
663-
- 5
664-
- 6
665-
- 7
666-
- 8
667-
- 0
668-
x-enum-descriptions:
669-
- "Not defined"
670-
- "ePassport application"
671-
- "eID application"
672-
- "eSign application"
673-
- "eDL application"
674-
- "TravelRecords application"
675-
- "VisaRecords application"
676-
- "AddBiometrics application"
677-
- "Digital Travel Credentials"
678-
- "Master File"
679-
x-enum-varnames:
680-
- "UNSPECIFIED"
681-
- "E_PASSPORT"
682-
- "E_ID"
683-
- "E_SIGN"
684-
- "E_DL"
685-
- "LDS2_TravelRecords"
686-
- "LDS2_VisaRecords"
687-
- "LDS2_AddBiometrics"
688-
- "eDTC_PC"
689-
- "ROOT_FILES"
690-
691652
RfidDataFile:
692653
title: "RfidDataFile"
693654
description: "Structure is used to describe the contents of a single file of the LDS of electronic document and the analysis

0 commit comments

Comments
 (0)