Commit 239664b8 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed issue #11

parent 6aa58c37
Pipeline #5558 passed with stage
in 0 seconds
swagger: "2.0" swagger: "2.0"
info: info:
version: "1.2.0-impl:etsi.org:ETSI_NFV_OpenAPI:2" version: "1.2.0-impl:etsi.org:ETSI_NFV_OpenAPI:3"
title: "SOL005 - NS Lifecycle Management Interface" title: "SOL005 - NS Lifecycle Management Interface"
description: > description: >
SOL005 - NS Lifecycle Management Interface SOL005 - NS Lifecycle Management Interface
......
...@@ -741,9 +741,7 @@ definitions: ...@@ -741,9 +741,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: >
...@@ -782,7 +780,7 @@ definitions: ...@@ -782,7 +780,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.
...@@ -1573,9 +1571,7 @@ definitions: ...@@ -1573,9 +1571,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