File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ openapi : 3.0.4
2+ components :
3+ schemas :
4+ MDLItem :
5+ title : " MDLItem"
6+ type : object
7+ required :
8+ - MDLParsedResponse
9+ properties :
10+ MDLParsedResponse :
11+ type : object
12+ additionalProperties : true
Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ components:
196196 104 : " DocumentBinaryInfoResult"
197197 105 : " RFIDGraphicsInfoResult"
198198 109 : " ByteArrayResult"
199+ 121 : " MDLResult"
199200 124 : " VDSNCDataResult"
200201 125 : " VDSDataResult"
201202
@@ -239,6 +240,7 @@ components:
239240 - $ref : " #/components/schemas/RFIDTextDataResult"
240241 - $ref : " #/components/schemas/VDSNCDataResult"
241242 - $ref : " #/components/schemas/VDSDataResult"
243+ - $ref : " #/components/schemas/MDLResult"
242244
243245 StatusResult :
244246 title : " StatusResult"
@@ -414,3 +416,9 @@ components:
414416 allOf :
415417 - $ref : " #/components/schemas/ResultItem"
416418 - $ref : " ./rt-vds-data.yml#/components/schemas/VDSDataItem"
419+
420+ MDLResult :
421+ title : " MDLResult"
422+ allOf :
423+ - $ref : " #/components/schemas/ResultItem"
424+ - $ref : " ./rt-mdl.yml#/components/schemas/MDLItem"
You can’t perform that action at this time.
0 commit comments