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.

43 changes: 2 additions & 41 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 @@ -628,7 +628,7 @@ components:
- Files
properties:
Type:
$ref: "#/components/schemas/RfidApplicationType"
type: integer
Status:
$ref: "./e-rfid-error-codes.yml#/components/schemas/RFIDErrorCodes"
ApplicationID:
Expand All @@ -649,45 +649,6 @@ components:
items:
$ref: "#/components/schemas/RfidDataFile"

RfidApplicationType:
title: "RfidApplicationType"
type: integer
description: "Enumeration contains a set of constants that define the type
of application within the context of the communication session with electronic document"
enum:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 0
x-enum-descriptions:
- "Not defined"
- "ePassport application"
- "eID application"
- "eSign application"
- "eDL application"
- "TravelRecords application"
- "VisaRecords application"
- "AddBiometrics application"
- "Digital Travel Credentials"
- "Master File"
x-enum-varnames:
- "UNSPECIFIED"
- "E_PASSPORT"
- "E_ID"
- "E_SIGN"
- "E_DL"
- "LDS2_TravelRecords"
- "LDS2_VisaRecords"
- "LDS2_AddBiometrics"
- "eDTC_PC"
- "ROOT_FILES"

RfidDataFile:
title: "RfidDataFile"
description: "Structure is used to describe the contents of a single file of the LDS of electronic document and the analysis
Expand Down