Commit 249279fa authored by tianzzhu's avatar tianzzhu
Browse files

Update file TS28561_NdtNrm.yaml

parent 530b9129
Loading
Loading
Loading
Loading
Loading
+20 −1
Original line number Diff line number Diff line
@@ -112,7 +112,9 @@ components:
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeNameValuePairSet'
        networkEventInfo:
          type: string
          type: array
          items:
            $ref: '#/components/schemas/NetworkEventInfo'
        condition:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
    NDTOutputDescription:  
@@ -166,6 +168,23 @@ components:
          uniqueItems: true
          items:
            $ref: '#/components/schemas/NDTOutputDescription'
    NetworkEventInfo:
      type: object
      properties:
        eventDescription:
          type: string  
        eventMetrics:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/EventMetric'
    EventMetric:
      type: object
      properties:
        performanceData:
          type: string
        scalingFactor:
          type: integer

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