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

fix

parent a2250d76
No related branches found
No related tags found
1 merge request!1SOL WG approved SOL011 v3.3.1 OpenAPIs
...@@ -215,20 +215,14 @@ components: ...@@ -215,20 +215,14 @@ components:
description: > description: >
This type represents a response for the query NSD operation. This type represents a response for the query NSD operation.
type: object type: object
oneOf: required:
- required:
- id
- nsdOnboardingState
- nsdOperationalState
- nsdUsageState
- _links
- vnfPkgId
- required:
- id - id
- nsdOnboardingState - nsdOnboardingState
- nsdOperationalState - nsdOperationalState
- nsdUsageState - nsdUsageState
- _links - _links
- oneOf:
- vnfPkgIds
- nestedNsdInfoId - nestedNsdInfoId
properties: properties:
id: 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