From 5defc2d9ceb8e5f029b009d517a3491e42e283dd Mon Sep 17 00:00:00 2001 From: JvD_Ericsson Date: Wed, 31 Jan 2024 15:01:31 +0000 Subject: Add alternateId to legacy lcm-event Issue-ID: CPS-2039 Signed-off-by: JvD_Ericsson Change-Id: I03863e986ea6b847fd7d25e55a24f948ca9a983d --- .../src/main/resources/schemas/lcm/lcm-event-schema-v1.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cps-ncmp-events') diff --git a/cps-ncmp-events/src/main/resources/schemas/lcm/lcm-event-schema-v1.json b/cps-ncmp-events/src/main/resources/schemas/lcm/lcm-event-schema-v1.json index 7006b78360..e687303f86 100644 --- a/cps-ncmp-events/src/main/resources/schemas/lcm/lcm-event-schema-v1.json +++ b/cps-ncmp-events/src/main/resources/schemas/lcm/lcm-event-schema-v1.json @@ -39,6 +39,10 @@ "description": "cmHandle id", "type": "string" }, + "alternateId": { + "description": "alternative id for cmHandle (e.g. 3GPP FDN)", + "type": "string" + }, "oldValues": { "$ref": "#/definitions/Values" }, -- cgit 1.2.3-korg