Commit 60058731 authored by sunse's avatar sunse
Browse files

Fixing OpenAPI Discoverability issue Update nrNrm.yaml

parent e5587abf
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -616,6 +616,17 @@ components:

#-------- Definition of concrete IOCs --------------------------------------------

    MnS:
      oneOf:
        - type: object
          properties:
            SubNetwork:
              $ref: '#/components/schemas/SubNetwork-Multiple'
        - type: object
          properties:
            ManagedElement:
              $ref: '#/components/schemas/ManagedElement-Multiple'

    SubNetwork-Single:
      allOf:
        - $ref: 'genericNrm.yaml#/components/schemas/Top'
@@ -1994,6 +2005,8 @@ components:

    resources-nrNrm:
      oneOf:
        - $ref: '#/components/schemas/MnS'
        
        - $ref: '#/components/schemas/SubNetwork-Single'
        - $ref: '#/components/schemas/ManagedElement-Single'