Commit 86632c1e authored by ligan's avatar ligan Committed by ruiyue
Browse files

Edit TS28104_MdaNrm.yaml

parent ecff23a8
Loading
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -145,6 +145,19 @@ components:
              format: float
              minimum: 0

    AnalysisRequirement:
      oneOf:
        - type: object
          properties:
            timeConstraint:
              type: array
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
        - type: object
          properties:
            resourceConstraint:
              type: string

    MDADomain:
      type: string
      enum:
@@ -224,6 +237,10 @@ components:
                      type: array
                      items:
                        $ref: 'TS28623_ThresholdMonitorNrm.yaml#/components/schemas/ThresholdInfo'
                    analysisRequirements:
                      type: object
                      items:
                        $ref: '#/components/schemas/AnalysisRequirement'
                    thresholdMonitorRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'   
    MDAReport-Single: