Commit 798f2565 authored by sunse's avatar sunse
Browse files

Merge branch 'Rel_18_CR0153_28.104_Fix_mismatch_between_stage_2_and_stage_3'...

Merge branch 'Rel_18_CR0153_28.104_Fix_mismatch_between_stage_2_and_stage_3' into 'Integration_Rel18_SA5_158_YAML'

Rel 18 cr0153 28.104 fix mismatch between stage 2 and stage 3

See merge request !1499
parents e141717d 475846ec
Loading
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -34,9 +34,10 @@ components:
        - type: object
          properties:
            areaScope:
              type: array
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' 


    MDAOutputPerMDAType:
      type: object
      properties:
@@ -55,6 +56,8 @@ components:
        filterValue:
          type: string
        threshold:
          type: array
          items:
            $ref: '#/components/schemas/ThresholdInfo'
        analyticsPeriod:
          $ref: '#/components/schemas/AnalyticsSchedule'
+3 −1
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@ components:
                    mDAReportID:
                      type: string
                    mDAOutputs:
                      type: array
                      items:
                        $ref: '#/components/schemas/MDAOutputs'
                    mDARequestRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'