Commit 5d9a0f6c authored by ruiyue's avatar ruiyue
Browse files

Replace TS28623_MnSRegistryNrm.yaml

parent ad2ff11e
Loading
Loading
Loading
Loading
Loading
+29 −15
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: MnS Registry NRM
  version: 19.6.0
  version: 20.0.0
  description: >-
    OAS 3.0.1 definition of the MnS Registry NRM fragment
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 28.623; Generic NRM, MnS Registry NRM
@@ -17,7 +17,7 @@ components:
      type: object
      properties:
        MnsRegistry:
          $ref: '#/components/schemas/MnsRegistry-Single'
          $ref: '#/components/schemas/MnsRegistry-Multiple'
    
   #-------Definition of generic IOCs ----------# 

@@ -120,15 +120,24 @@ components:
      description: ->
        It defines the information about the management scope of the Management Service.
      oneOf:
        - type: array
        - type: object
          properties:
            objectInstanceList:
              type: array
              uniqueItems: true
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        - type: array
        - type: object
          properties:
            geoAreasList:
              type: array
              uniqueItems: true
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
        - type: array
        - type: object
          properties:
            taiList:
              type: array
              uniqueItems: true
              items:
                $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Tai'
@@ -200,6 +209,11 @@ components:

#-------- Definition of YAML arrays for name-contained IOCs ----------------------

    MnsRegistry-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/MnsRegistry-Single'

    MnsInfo-Multiple:
      type: array
      items: