Add alternateId to legacy lcm-event
[cps.git] / cps-ncmp-events / src / main / resources / schemas / lcm / lcm-event-schema-v1.json
index 7006b78..e687303 100644 (file)
           "description": "cmHandle id",
           "type": "string"
         },
+        "alternateId": {
+          "description": "alternative id for cmHandle (e.g. 3GPP FDN)",
+          "type": "string"
+        },
         "oldValues": {
           "$ref": "#/definitions/Values"
         },