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

upd dependency

parent edac4e07
Loading
Loading
Loading
Loading
+13 −11
Original line number Diff line number Diff line
@@ -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: >-