Skip to content
Snippets Groups Projects
Commit 7d94cf23 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed issues found by Nokia review

parent 5b7cfae3
No related branches found
No related tags found
1 merge request!15SOL002/SOL003 OpenAPI representations for v3.3.1
Pipeline #4761 failed
......@@ -129,6 +129,7 @@ definitions:
PerceivedSeverityRequest:
description: >
This type represents the escalated value of the perceived severity for an alarm.
type: object
required:
- proposedPerceivedSeverity
properties:
......
......@@ -128,6 +128,7 @@ definitions:
Specifies VNFMs compatible with the VNF. This information is copied from the VNFD.
ETSI GS NFV-SOL 001 specifies the structure and format of the VNFD based on
TOSCA specifications.
$ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/String"
userDefinedData:
description: >
User defined data for the VNF package.
......
......@@ -933,6 +933,7 @@ definitions:
description: >
This type describes the protocol layer(s) that a CP uses together with
protocol-related information, like addresses.
type: object
required:
- layerProtocol
properties:
......
......@@ -195,7 +195,7 @@ definitions:
items:
type: string
VimConnectionInfo:
VnfExtCpData.VimConnectionInfo:
description: >
This type represents parameters to connect to a VIM for managing the
resources of a VNF instance.
......@@ -586,7 +586,7 @@ definitions:
type: object
required:
- id
- virtualLinkDescId
- vnfVirtualLinkDescId
- resourceId
properties:
id:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment