File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -518,3 +518,45 @@ components:
518518 format : float
519519 description : " The maximum allowable part of the area occupied by the glare. The same: 0.06 = 6%"
520520 example : 0.0
521+
522+ MDLDeviceEngagement :
523+ type : integer
524+ description : " Device engagement"
525+ enum :
526+ - 0
527+ - 1
528+ x-enum-descriptions :
529+ - " mDL DE QR"
530+ - " mDL DE NFC"
531+ x-enum-varnames :
532+ - " MDLDE_QR"
533+ - " MDLDE_NFC"
534+
535+ MDLDeviceRetrieval :
536+ type : integer
537+ description : " Device retrieval"
538+ enum :
539+ - 1
540+ - 2
541+ - 3
542+ x-enum-descriptions :
543+ - " mDL DR NFC"
544+ - " mDL DR BLE"
545+ - " mDL DR WiFi Aware"
546+ x-enum-varnames :
547+ - " MDLDR_NFC"
548+ - " MDLDR_BLE"
549+ - " MDLDR_WIFI_AVARE"
550+
551+ MDLServerRetrieval :
552+ type : integer
553+ description : " Server retrieval"
554+ enum :
555+ - 0
556+ - 1
557+ x-enum-descriptions :
558+ - " mDL SR WebAPI"
559+ - " mDL SR OIDC"
560+ x-enum-varnames :
561+ - " MDLSR_WEBAPI"
562+ - " MDLSR_OIDC"
Original file line number Diff line number Diff line change @@ -87,3 +87,9 @@ components:
8787 $ref : " ./e-rfid-pkd-resourcetype.yml#/components/schemas/RFIDPKDResourceType"
8888 ParsingErrorCodes :
8989 $ref : " ./e-parsing-error-codes.yml#/components/schemas/ParsingErrorCodes"
90+ MDLDeviceEngagement :
91+ $ref : " ./common.yml#/components/schemas/MDLDeviceEngagement"
92+ MDLDeviceRetrieval :
93+ $ref : " ./common.yml#/components/schemas/MDLDeviceRetrieval"
94+ MDLServerRetrieval :
95+ $ref : " ./common.yml#/components/schemas/MDLServerRetrieval"
You can’t perform that action at this time.
0 commit comments