Commit 2234f3db authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fix

parent 07fc645e
......@@ -215,15 +215,21 @@ components:
description: >
This type represents a response for the query NSD operation.
type: object
required:
- id
- nsdOnboardingState
- nsdOperationalState
- nsdUsageState
- _links
- oneOf:
- vnfPkgIds
- nestedNsdInfoIds
oneOf:
- required:
- id
- nsdOnboardingState
- nsdOperationalState
- nsdUsageState
- _links
- vnfPkgIds
- required:
- id
- nsdOnboardingState
- nsdOperationalState
- nsdUsageState
- _links
- nestedNsdInfoIds
properties:
id:
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