Commit 43c10da7 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

upd data type

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