Commit 475846ec authored by srinivasaraj's avatar srinivasaraj Committed by sunse
Browse files

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

parent e141717d
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'