Commit 0b60101b authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

Fix in NFVI CI interface datatypes

parent 7cb6f42c
Pipeline #3762 failed with stage
in 0 seconds
......@@ -21,10 +21,9 @@ components:
capacityInfoPerZone:
description: |
Capacity information on a per resource zone basis under control by the associated VIM.
schema:
type: array
items:
$ref: '#/components/schemas/NfviCapacityInfoPerZone'
type: array
items:
$ref: '#/components/schemas/NfviCapacityInfoPerZone'
timeInterval:
description: |
Time interval of the NFVI capacity information.
......@@ -216,12 +215,11 @@ components:
Match particular notification types.
Permitted values:
- CapacityShortageNotification
schema:
type: array
items:
type: string
enum:
- CapacityShortageNotification
type: array
items:
type: string
enum:
- CapacityShortageNotification
CapacityThresholdCriteria:
type: object
......
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