Commit 88c7710e authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed issue #11

parent 7ec8e3ac
Pipeline #5669 passed with stage
in 0 seconds
...@@ -13,7 +13,7 @@ info: ...@@ -13,7 +13,7 @@ info:
license: license:
name: ETSI Forge copyright notice name: ETSI Forge copyright notice
url: https://forge.etsi.org/etsi-forge-copyright-notice.txt url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:3 version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:4
externalDocs: externalDocs:
description: ETSI GS NFV-SOL 005 V3.3.1 description: ETSI GS NFV-SOL 005 V3.3.1
......
...@@ -796,9 +796,7 @@ definitions: ...@@ -796,9 +796,7 @@ definitions:
Identifiers of the CP instances attached to the Identifiers of the CP instances attached to the
constituent VNFs and PNFs or the SAP instances of the constituent VNFs and PNFs or the SAP instances of the
VNFFG. See note. VNFFG. See note.
type: array $ref: "#/definitions/NsCpHandle"
items:
$ref: "#/definitions/NsCpHandle"
NfpInfo: NfpInfo:
description: > description: >
...@@ -837,7 +835,7 @@ definitions: ...@@ -837,7 +835,7 @@ definitions:
type: array type: array
minItems: 1 minItems: 1
items: items:
$ref: "#/definitions/NsCpHandle" $ref: "#/definitions/CpGroupInfo"
totalCp: totalCp:
description: > description: >
Total number of CP and SAP instances in this NFP instance. Total number of CP and SAP instances in this NFP instance.
...@@ -1721,9 +1719,7 @@ definitions: ...@@ -1721,9 +1719,7 @@ definitions:
sapInfo item in the NS instance. sapInfo item in the NS instance.
There shall be at most one link port associated with any There shall be at most one link port associated with any
connection point instance. connection point instance.
type: array $ref: "#/definitions/NsCpHandle"
items:
$ref: "#/definitions/NsCpHandle"
AffinityOrAntiAffinityRule: AffinityOrAntiAffinityRule:
description: > description: >
......
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