Commit b71d4926 authored by sunse's avatar sunse
Browse files

Fixing OpenAPI Discoverability issue Update 5gcNrm.yaml

parent 8d65f909
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -442,6 +442,16 @@ 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:
@@ -1918,6 +1928,8 @@ components:

    resources-5gcNrm:
      oneOf:
       - $ref: '#/components/schemas/MnS'
       
       - $ref: '#/components/schemas/SubNetwork-Single'
       - $ref: '#/components/schemas/ManagedElement-Single'
       - $ref: '#/components/schemas/AmfFunction-Single'