@@ -47,10 +47,7 @@ components:
4747 - 104
4848 - 105
4949 - 109
50- - 120
5150 - 121
52- - 122
53- - 123
5451 - 124
5552 - 125
5653 x-enum-descriptions :
@@ -90,10 +87,7 @@ components:
9087 - " Contains RFID binary data"
9188 - " Contains RFID original graphics data"
9289 - " Digital Travel Credential data"
93- - " Contains mDL device raw response"
94- - " Contains mDL device parsed response"
95- - " Contains mDL server raw response"
96- - " Contains mDL server parsed response"
90+ - " Contains mDL parsed response"
9791 - " Contains result of VDS NC"
9892 - " Contains result of VDS"
9993 x-enum-varnames :
@@ -133,10 +127,7 @@ components:
133127 - " RFID_BINARY_DATA"
134128 - " RFID_ORIGINAL_GRAPHICS"
135129 - " DTC_VC"
136- - " MDL_DEVICE_RAW_RESPONSE"
137- - " MDL_DEVICE_PARSED_RESPONSE"
138- - " MDL_SERVER_RAW_RESPONSE"
139- - " MDL_SERVER_PARSED_RESPONSE"
130+ - " MDL_PARSED_RESPONSE"
140131 - " VDS_NC"
141132 - " VDS"
142133
@@ -196,6 +187,7 @@ components:
196187 104 : " DocumentBinaryInfoResult"
197188 105 : " RFIDGraphicsInfoResult"
198189 109 : " ByteArrayResult"
190+ 121 : " MDLResult"
199191 124 : " VDSNCDataResult"
200192 125 : " VDSDataResult"
201193
@@ -239,6 +231,7 @@ components:
239231 - $ref : " #/components/schemas/RFIDTextDataResult"
240232 - $ref : " #/components/schemas/VDSNCDataResult"
241233 - $ref : " #/components/schemas/VDSDataResult"
234+ - $ref : " #/components/schemas/MDLResult"
242235
243236 StatusResult :
244237 title : " StatusResult"
@@ -414,3 +407,9 @@ components:
414407 allOf :
415408 - $ref : " #/components/schemas/ResultItem"
416409 - $ref : " ./rt-vds-data.yml#/components/schemas/VDSDataItem"
410+
411+ MDLResult :
412+ title : " MDLResult"
413+ allOf :
414+ - $ref : " #/components/schemas/ResultItem"
415+ - $ref : " ./rt-mdl.yml#/components/schemas/MDLItem"
0 commit comments