Commit 32fa005b authored by ruiyue's avatar ruiyue
Browse files

Update file TS28623_ManagementDataCollectionNrm.yaml

parent bc4f70e0
Loading
Loading
Loading
Loading
+24 −10
Original line number Diff line number Diff line
@@ -27,6 +27,13 @@ components:
      oneOf:
      - type: array
        items:
          $ref: '#/components/schemas/MgmtDataCategory'
        uniqueItems: true  
      - type: array
        items:
          $ref: '#/components/schemas/MgmtDataName'
        uniqueItems: true  
    MgmtDataCategory:
      type: string
      enum:
        - COVERAGE
@@ -34,8 +41,7 @@ components:
        - ENERGY_EFFICIENCY
        - MOBILITY
        - ACCESSIBILITY
      - type: array
        items:
    MgmtDataName:
      type: string
    NodeFilter:
      type: object
@@ -74,7 +80,10 @@ components:
                managementData:
                  $ref: '#/components/schemas/ManagementData'
                targetNodeFilter:
                  type: array
                  items:
                    $ref: '#/components/schemas/NodeFilter'
                  uniqueItems: true  
                collectionTimeWindow:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
                reportingCtrl:
@@ -93,7 +102,12 @@ components:
                  type: boolean
                jobId:
                  type: string

          required:
            - managementData
            - targetNodeFilter
            - collectionTimeWindow
            - reportingCtrl
            - jobId
#-------- Definition of YAML arrays for name-contained IOCs ----------------------
    ManagementDataCollection-Multiple:
      type: array