Commit ad9a0f6c authored by ruiyue's avatar ruiyue
Browse files

Merge branch...

Merge branch '28.561_Rel19_Update_the_property_of_some_attributes_of_SimulationData' into 'Integration_Rel19_SA5_165_YAML'

28.561 rel19 update the property of some attributes of simulationdata

See merge request !2033
parents 54a23cd6 7efd8a64
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ components:
          supportedNDTCapabilities:
            type: array
            uniqueItems: true
            minItems: 1
            items:
              $ref: '#/components/schemas/NDTCapability'
            description: >-
@@ -77,6 +78,7 @@ components:
          nDTJobOutputData:
            type: array
            uniqueItems: true
            minItems: 1
            items:
              $ref: '#/components/schemas/NDTOutputDataPoint'
            description: It indicates the list of NDTOutput(s) that are provided by the NDT function as the output for any task executed in an instantiated NDT job.
@@ -199,10 +201,13 @@ components:
      properties:
        performanceDataName:
          type: string
          maxItems: 1
        performanceDataValue:
          type: integer
          maxItems: 1
        performanceDataScalingFactor:
          type: integer
          maxItems: 1

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