From 7a839f7886fc9cd13364d4e1f4c4a0800d762ae4 Mon Sep 17 00:00:00 2001 From: Giacomo Bernini Date: Tue, 1 Jun 2021 12:45:35 +0200 Subject: [PATCH] fix enum --- .../SOL005NSLifecycleManagementNotification_def.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/SOL005/NSLifecycleManagementNotification/definitions/SOL005NSLifecycleManagementNotification_def.yaml b/src/SOL005/NSLifecycleManagementNotification/definitions/SOL005NSLifecycleManagementNotification_def.yaml index 31bb593..c1fba96 100644 --- a/src/SOL005/NSLifecycleManagementNotification/definitions/SOL005NSLifecycleManagementNotification_def.yaml +++ b/src/SOL005/NSLifecycleManagementNotification/definitions/SOL005NSLifecycleManagementNotification_def.yaml @@ -275,12 +275,12 @@ definitions: values “LCM_RESOURCES_NOT_AVAILABLE” and “LCM_SHORTAGE_END” which represent a subset of the trigger conditions defined in clause 8.3.5.2 of ETSI GS NFV-IFA 013 [x]. type: object - required: - - id - - notificationType - - subscriptionId - - timestamp - - status + required: + - id + - notificationType + - subscriptionId + - timestamp + - status properties: id: description: > -- GitLab