Commit 193c6900 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL005_71: Attribute "addNestedNsId" is now called "addNestedNsData". Its type...

SOL005_71: Attribute "addNestedNsId" is now called "addNestedNsData". Its type is now "NestedNsInstanceData" (was "Identifier") (NS LCM)
parent 3e06aef4
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1627,14 +1627,14 @@ definitions:
        type: array
        type: array
        items:
        items:
          $ref: "SOL005_def.yaml#/definitions/Identifier"
          $ref: "SOL005_def.yaml#/definitions/Identifier"
      addNestedNsId:
      addNestedNsData:
        description: >
        description: >
          The identifier of an existing nested NS instance to be
          The identifier of an existing nested NS instance to be
          added to (nested within) the NS instance. It shall be
          added to (nested within) the NS instance. It shall be
          present only if updateType = "ADD_NESTED_NS".
          present only if updateType = "ADD_NESTED_NS".
        type: array
        type: array
        items:
        items:
          $ref: "SOL005_def.yaml#/definitions/Identifier"
          $ref: "#/definitions/NestedNsInstanceData"
      removeNestedNsId:
      removeNestedNsId:
        description: >
        description: >
          The identifier of an existing nested NS instance to be
          The identifier of an existing nested NS instance to be