From 3a369771b02b729debc31492aff6a96b622e455d Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Tue, 26 Mar 2019 22:09:30 +0100 Subject: [PATCH] SOL003_72: Changes in the definition of the "AlarmNotification" data type: "_links>subscription" attribute is now of type "NotificationLink" (was "Link") --- src/SOL003/definitions/SOL003_def.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SOL003/definitions/SOL003_def.yaml b/src/SOL003/definitions/SOL003_def.yaml index 06d4c1d1..e3105a7b 100644 --- a/src/SOL003/definitions/SOL003_def.yaml +++ b/src/SOL003/definitions/SOL003_def.yaml @@ -164,7 +164,7 @@ definitions: subscription: description: > Link to the related subscription. - $ref: "../../definitions/SOL002SOL003_def.yaml#/definitions/Link" + $ref: "../../definitions/SOL002SOL003_def.yaml#/definitions/NotificationLink" VnfInfoModificationRequest: description: > -- GitLab