Commit f966d3ee authored by Sana Zulfiqar's avatar Sana Zulfiqar
Browse files

minor fix

parent 906dbfe2
Pipeline #6906 running with stage
...@@ -789,7 +789,7 @@ components: ...@@ -789,7 +789,7 @@ components:
$ref: "#/components/schemas/VimSpecificInfo" $ref: "#/components/schemas/VimSpecificInfo"
wimSpecificInfo: wimSpecificInfo:
description: > description: >
The information specific to a WIM entity. See notes 4 and 6. The information specific to a WIM entity. See notes 4 and note 6.
$ref: "#/components/schemas/wimSpecificInfo" $ref: "#/components/schemas/wimSpecificInfo"
_links: _links:
description: > description: >
...@@ -1801,11 +1801,17 @@ components: ...@@ -1801,11 +1801,17 @@ components:
and that can be relevant to more than one NFV MANO service offered by and that can be relevant to more than one NFV MANO service offered by
a WIM entity. a WIM entity.
type: object type: object
required:
- maxMscsNums
- maxMsncNum
- mscsLayerProtocolSupport
properties: properties:
maxMscsNums: maxMscsNums:
description: > description: >
Maximum number of MSCS that the WIM can manage. Maximum number of MSCS that the WIM can manage.
type: object type: object
required:
- numMscs
properties: properties:
numMscs: numMscs:
description: > description: >
...@@ -1813,15 +1819,16 @@ components: ...@@ -1813,15 +1819,16 @@ components:
type: integer type: integer
criteriaNumMscs: criteriaNumMscs:
description: > description: >
Reference criteria for derivation/computation of the referred Reference criteria for derivation/computation of the referred maximum number of MSCS in
maximum number of MSCS in attribute "numMscs". attribute "numMscs". Shall be provided if specific criteria has been taken into account
for deriving the referred number.
$ref: "../components/SOL009_schemas.yaml#/components/schemas/KeyValuePairs" $ref: "../components/SOL009_schemas.yaml#/components/schemas/KeyValuePairs"
required:
- numMscs
maxMsncNum: maxMsncNum:
description: > description: >
Maximum number of MSNC that the WIM can manage Maximum number of MSNC that the WIM can manage
type: object type: object
required:
- numMsnc
properties: properties:
numMsnc: numMsnc:
description: > description: >
...@@ -1832,8 +1839,6 @@ components: ...@@ -1832,8 +1839,6 @@ components:
Reference criteria for derivation/computation of the referred maximum Reference criteria for derivation/computation of the referred maximum
number of MSNC in attribute "numMsnc". number of MSNC in attribute "numMsnc".
$ref: "../components/SOL009_schemas.yaml#/components/schemas/KeyValuePairs" $ref: "../components/SOL009_schemas.yaml#/components/schemas/KeyValuePairs"
required:
- numMsnc
mscsLayerProtocolSupport: mscsLayerProtocolSupport:
description: > description: >
List of protocols of particular layers used to realize an MSCS List of protocols of particular layers used to realize an MSCS
......
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