Commit be4e3004 authored by sunse's avatar sunse
Browse files

Fixing OpenAPI Discoverability issue Update sliceNrm.yaml

parent 57fbf887
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -304,6 +304,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'
@@ -410,6 +421,8 @@ components:

    resources-sliceNrm:
      oneOf:
       - $ref: '#/components/schemas/MnS'

       - $ref: '#/components/schemas/SubNetwork-Single'
       - $ref: '#/components/schemas/NetworkSlice-Single'
       - $ref: '#/components/schemas/NetworkSliceSubnet-Single'