Commit 04a82747 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch '28.104_Rel17_CR0047_Correction_of_attributes_in_MDAOutputs_dataType' into 'Integration_Rel17_SA5_149_YAML'

28.104_Rel17_CR0047_Correction_of_attributes_in_MDAOutputs_dataType

See merge request !622
parents 6120fa05 8f6e9c7d
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -26,6 +26,11 @@ components:
            $ref: '#/components/schemas/MDAOutputEntry'
        mDARequestRef:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        analyticsWindow:
          $ref: '#/components/schemas/TimeWindow'
        confidenceDegree:
          type: number
          format: float

    MDAOutputEntry:
      type: object
@@ -33,11 +38,6 @@ components:
        mDAOutputIEName:
          type: string
        mdaOutputIEValue: {}
        analyticsWindow:
          $ref: '#/components/schemas/TimeWindow'
        confidenceDegree:
          type: number
          format: float


    TimeWindow: