Commit 8f6e9c7d authored by Brendan Hassett's avatar Brendan Hassett Committed by sunse
Browse files

Move analyticsWindow and confidenceDegree

parent 6120fa05
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: