Commit 9091ea0d authored by sunse's avatar sunse
Browse files

Revert the MDAReport Update TS28104_MdaReport.yaml

parent f4ffcb1d
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -47,3 +47,20 @@ components:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'
        endTime:
          $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTime'


#-------- Definition of MDA Report --------------------------------------------

    MDAReport:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              allOf:
                - type: object
                  properties:
                    mDAReportID:
                      type: string
                    mDAOutputs:
                      $ref: '#/components/schemas/MDAOutputs'