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
......@@ -1627,14 +1627,14 @@ definitions:
type: array
items:
$ref: "SOL005_def.yaml#/definitions/Identifier"
addNestedNsId:
addNestedNsData:
description: >
The identifier of an existing nested NS instance to be
added to (nested within) the NS instance. It shall be
present only if updateType = "ADD_NESTED_NS".
type: array
items:
$ref: "SOL005_def.yaml#/definitions/Identifier"
$ref: "#/definitions/NestedNsInstanceData"
removeNestedNsId:
description: >
The identifier of an existing nested NS instance to be
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment