Modify lcm events to include dataProducerIdentifier and moduleSetTag (CPS-1964 3)
[cps.git] / cps-ncmp-events / src / main / resources / schemas / lcm / lcm-event-schema-v1.json
index e687303..bd0d90d 100644 (file)
           "description": "alternative id for cmHandle (e.g. 3GPP FDN)",
           "type": "string"
         },
+        "moduleSetTag": {
+          "description": "module set tag for cmHandle",
+          "type": "string"
+        },
+        "dataProducerIdentifier": {
+          "description": "data producer identifier for cmHandle",
+          "type": "string"
+        },
         "oldValues": {
           "$ref": "#/definitions/Values"
         },