Commit ce906647 authored by moscatelli's avatar moscatelli
Browse files

SOL005: fix in NS Lifecycle mgmt data types

parent 30dec88e
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -413,13 +413,13 @@ definitions:
      subscription:
        description: >
          Link to the subscription that triggered this notification.
        $ref: ""../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
      nslcmOpOcc:
        description: >
          Link to the lifecycle operation occurrence that this
          notification is related to. Shall be present if there is a
          related lifecycle operation occurrence
        $ref: ""../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"

  Version:
    description: >
+361 −361

File changed.

Contains only whitespace changes.