Commit b19ce8af authored by Michele Carignani's avatar Michele Carignani
Browse files

added minimum value 0 requirement where SOL005 specifies UnsignedInt

parent 3af4c61d
Pipeline #368 passed with stage
in 0 seconds
......@@ -496,10 +496,12 @@
description: >
Identifies the lower bound of the port range. upperPort Integer
type: integer
minimum: 0
upperPort:
description: >
Identifies the upper bound of the port range.
type: integer
minimum: 0
Mask:
description: >
......@@ -611,4 +613,4 @@
description: >
The token endpoint from which the access token can be obtained.
Shall be present if it has not been provisioned out of band.
$ref: "#/definitions/Uri"
\ No newline at end of file
$ref: "#/definitions/Uri"
......@@ -249,15 +249,18 @@ definitions:
minDisk:
description: >
The minimal disk for this software image in bytes.
type: integer
type: integer
minimum: 0
minRam:
description: >
The minimal RAM for this software image in bytes.
type: integer
type: integer
minimum: 0
size:
description: >
Size of this software image in bytes.
type: integer
type: integer
minimum: 0
userMetadata:
description: >
User-defined data.
......@@ -655,4 +658,4 @@ definitions:
- PKG_DELETE: The VNF package has been deleted.
enum:
- "OP_STATE_CHANGE"
- "PKG_DELETE"
\ No newline at end of file
- "PKG_DELETE"
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