Commit ec580cc7 authored by zhaoxxian's avatar zhaoxxian Committed by ruiyue
Browse files

add stage 3 for simulationDataDescriptor

parent 8b35ffa5
Loading
Loading
Loading
Loading
Loading
+39 −4
Original line number Diff line number Diff line
@@ -108,15 +108,13 @@ components:
      properties:
        nDTInputDescriptionId:
          type: string
        simulationData:
        simulationDataDescriptor:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeNameValuePairSet'
            $ref: '#/components/schemas/SimulationDataDescriptor'
        networkEventInfo:
          type: string
        condition:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
    NDTOutputDescription:  
      type: object
      properties:
@@ -168,6 +166,43 @@ components:
          uniqueItems: true
          items:
            $ref: '#/components/schemas/NDTOutputDescription'
    SimulationDataDescriptor:  
      type: object
      properties:
        simulationData:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/SimulationData'
        condition:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
    SimulationData:  
      type: object
      properties:
        performanceData:
          type: array
          uniqueItems: true
          items:
            $ref: '#/components/schemas/PerformanceData'
        mDTData:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeNameValuePairSet'
        configurationData:
          type: array
          uniqueItems: true
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeNameValuePairSet'
    PerformanceData:  
      type: object
      properties:
        performanceDataName:
          type: string
        performanceDataValue:
          type: integer
        performanceDataScalingFactor:
          type: integer

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