File tree Expand file tree Collapse file tree 1 file changed +38
-1
lines changed
Expand file tree Collapse file tree 1 file changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -628,7 +628,7 @@ components:
628628 - Files
629629 properties :
630630 Type :
631- type : integer
631+ $ref : " #/components/schemas/RfidApplicationType "
632632 Status :
633633 $ref : " ./e-rfid-error-codes.yml#/components/schemas/RFIDErrorCodes"
634634 ApplicationID :
@@ -649,6 +649,43 @@ 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+ x-enum-descriptions :
668+ - " Root files"
669+ - " ePassport application"
670+ - " eID application"
671+ - " eSign application"
672+ - " eDL application"
673+ - " TravelRecords application"
674+ - " VisaRecords application"
675+ - " AddBiometrics application"
676+ - " Digital Travel Credentials"
677+ - " Master File"
678+ x-enum-varnames :
679+ - " ROOT_FILES"
680+ - " E_PASSPORT"
681+ - " E_ID"
682+ - " E_SIGN"
683+ - " E_DL"
684+ - " LDS2_TravelRecords"
685+ - " LDS2_VisaRecords"
686+ - " LDS2_AddBiometrics"
687+ - " eDTC_PC"
688+
652689 RfidDataFile :
653690 title : " RfidDataFile"
654691 description : " Structure is used to describe the contents of a single file of the LDS of electronic document and the analysis
You can’t perform that action at this time.
0 commit comments