Commit b46707bf authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

upd dependency

parent edac4e07
......@@ -1066,17 +1066,19 @@ components:
This type represents subscription filter criteria to match NFV-MANO functional entities and their
associated managed objects. It shall comply with the provisions defined in Table 4.3.2.2-1.
type: object
# required:
# anyOf:
# - oneOf:
# - manoServiceIds
# - manoServiceNames
# - oneOf:
# - manoServiceInterfaceIds
# - manoServiceInterfaceNames
# - oneOf:
# - consumedManoInterfaceIds
# - consumedManoInterfaceNames
anyOf:
- required:
- oneOf:
- manoServiceIds
- manoServiceNames
- required:
- oneOf:
- manoServiceInterfaceIds
- manoServiceInterfaceNames
- required:
- oneOf:
- consumedManoInterfaceIds
- consumedManoInterfaceNames
properties:
manoEntityId:
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