Commit ef990650 authored by sunse's avatar sunse
Browse files

discovery issue fix Update 5gcNrm.yaml

parent ca129dd2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -645,6 +645,16 @@ components:
        $ref: 'nrNrm.yaml#/components/schemas/Tai' 

#-------- Definition of concrete IOCs --------------------------------------------
    ProvMnS:
      oneOf:
        - type: object
          properties:
            SubNetwork:
              $ref: '#/components/schemas/SubNetwork-Multiple'
        - type: object
          properties:
            ManagedElement:
              $ref: '#/components/schemas/ManagedElement-Multiple'

    SubNetwork-Single:
      allOf:
@@ -2471,6 +2481,7 @@ components:

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