Commit 94da44d2 authored by moscatelli's avatar moscatelli
Browse files

SOL005_47 -> SOL005_50: Link replaced with NotificationLink in NsdmLinks and PnfdmLinks data types

parent 56fe8c5f
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -612,9 +612,9 @@ definitions:
      - subscription
    properties:
      nsdInfo:
        $ref: "SOL005_def.yaml#/definitions/Link"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
      subscription:
        $ref: "SOL005_def.yaml#/definitions/Link"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
    description: >
      This type represents the links to resources that an NSD management
      notification can contain.
@@ -626,9 +626,9 @@ definitions:
      - subscription
    properties:
      pnfdInfo:
        $ref: "SOL005_def.yaml#/definitions/Link"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
      subscription:
        $ref: "SOL005_def.yaml#/definitions/Link"
        $ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
    description: >
      This type represents the links to resources that a PNFD management
      notification can contain.