Commit 6dfc0c89 authored by ruiyue's avatar ruiyue
Browse files

Edit TS28623_ManagementDataCollectionNrm.yaml

parent 32fa005b
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@ components:
      oneOf:
      - type: array
        items:
          $ref: '#/components/schemas/MgmtDataCategory'
          $ref: '#/components/schemas/mgtDataCategory'
        uniqueItems: true  
      - type: array
        items:
          $ref: '#/components/schemas/MgmtDataName'
          $ref: '#/components/schemas/mgtDataName'
        uniqueItems: true  
    MgmtDataCategory:
    mgtDataCategory:
      type: string
      enum:
        - COVERAGE
@@ -41,7 +41,7 @@ components:
        - ENERGY_EFFICIENCY
        - MOBILITY
        - ACCESSIBILITY
    MgmtDataName:
    mgtDataName:
      type: string
    NodeFilter:
      type: object