CPS-2182 -#3 Include module Set Tag in dmi batch data enpoint

Change-Id: Ib45cc59c12062429aababa7aedb3a028aac0315c
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Issue-ID: CPS-2182
diff --git a/openapi/components.yml b/openapi/components.yml
index e011b16..ae9710b 100644
--- a/openapi/components.yml
+++ b/openapi/components.yml
@@ -76,27 +76,31 @@
           cmHandles:
             type: array
             items:
-              $ref: '#/components/schemas/cmHandle'
+              $ref: '#/components/schemas/dmiOperationCmHandle'
         required:
           - operation
           - operationId
           - datastore
           - cmHandles
 
-    cmHandle:
+    dmiOperationCmHandle:
       type: object
-      title: 'cmHandle'
+      title: 'CmHandle with properties for DMI'
       properties:
         id:
           type: string
         cmHandleProperties:
           additionalProperties:
             type: string
+        moduleSetTag:
+          type: string
+          example: module-set-tag1
       example:
         id: cmHandle123
         cmHandleProperties:
           myProp: some value
           otherProp: other value
+          moduleSetTag: module-set-tag1
 
     ModuleResourcesReadRequest:
       type: object