Commit 2d120917 authored by yaoyiz's avatar yaoyiz
Browse files

Update TS28104_MdaNrm.yaml

parent 0e222d15
Loading
Loading
Loading
Loading
+25 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ components:
        filterValue:
          type: string
        threshold:
          $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ThresholdInfo'
          $ref: '#/components/schemas/ThresholdInfo'
        analyticsPeriod:
          type: array
          items:
@@ -96,6 +96,29 @@ components:
        longitude:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/Longitude'

    ThresholdInfo:
      type: object
      properties:
        monitoredMDAOutputIE:          
          type: string
        thresholdDirection:
          type: string
          enum:
            - UP
            - DOWN
            - UP_AND_DOWN
        thresholdValue:
          oneOf:
            - type: integer
            - $ref: 'TS28623_ComDefs.yaml#/components/schemas/Float'
        hysteresis:
          oneOf:
            - type: integer
              minimum: 0
            - type: number
              format: float
              minimum: 0


#-------- Definition of abstract IOCs --------------------------------------------

@@ -214,3 +237,4 @@ components:
        - $ref: '#/components/schemas/MDAFunction-Single'
        - $ref: '#/components/schemas/MDARequest-Single'
        - $ref: '#/components/schemas/MDAReport-Single'