Commit 48c5490b authored by ruiyue's avatar ruiyue
Browse files

Replace TS28623_ManagementDataCollectionNrm.yaml

parent 4c20fcad
Loading
Loading
Loading
Loading
Loading
+1 −49
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: Management Data Collection NRM
  version: 19.4.0
  version: 19.5.0
  description: >-
    OAS 3.0.1 definition of the Management Data Collection NRM fragment
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
@@ -18,8 +18,6 @@ components:
      properties:
        ManagementDataCollection:
          $ref: '#/components/schemas/ManagementDataCollection-Multiple'
        ExternalDataType:
          $ref: '#/components/schemas/ExternalDataType-Multiple'
    
   #-------Definition of generic IOCs ----------# 

@@ -62,24 +60,6 @@ components:
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'

    ExternalDataScope:
      type: object
      properties:
        geoAreas:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
        objectInstancesIncluded:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        objectInstancesExcluded:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'

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

@@ -114,43 +94,15 @@ components:
                jobId:
                  type: string

    ExternalDataType-Single:
      allOf:
      - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
      - type: object
        properties:
          attributes:
            type: object
            properties:
              externalDataType:
                type: string
              mediaLocation: 
                type: array
                uniqueItems: true
                items:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri'
              externalDataTypeSchema:
                type: string
              externalDataScope:
                type: array
                uniqueItems: true
                items:
                  $ref: '#/components/schemas/ExternalDataScope'

#-------- Definition of YAML arrays for name-contained IOCs ----------------------
    ManagementDataCollection-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/ManagementDataCollection-Single'
      
    ExternalDataType-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/ExternalDataType-Single'
#-------- Definitions in TS 28.623 for TS 28.532 ---------------------------------
    resources-mgmtDataCollectionNrm:
      oneOf:
       - $ref: '#/components/schemas/ManagementDataCollection-Single'
       - $ref: '#/components/schemas/ExternalDataType-Single'