Commit fd39196b authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL005_INT_001/002 : attributes interdependency in "NsInstanceSubscriptionFilter"

parent c0310c41
...@@ -168,6 +168,19 @@ definitions: ...@@ -168,6 +168,19 @@ definitions:
Instances in a filter. They should not be used both in the same filter instance, but one alternative should be Instances in a filter. They should not be used both in the same filter instance, but one alternative should be
chosen. chosen.
type: object type: object
anyOf:
- oneOf:
- required:
- nsdIds
- required:
- vnfdIds
- required:
- pnfdIds
- oneOf:
- required:
- nsInstanceIds
- required:
- nsInstanceNames
properties: properties:
nsdIds: nsdIds:
description: > 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