Commit 29d8ab1f authored by ruiyue's avatar ruiyue
Browse files

Manually merge MR 1975

parent 1c001235
Loading
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ components:
              type: object
              properties:
                fileLocation:
                  type: string
                  $ref: '#/components/schemas/FileLocation'
                notificationRecipientAddress:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri'
                cancelJob:
@@ -131,8 +131,10 @@ components:
            attributes:
              type: object
              properties:
                fileLocation:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo'
                file:
                  oneOf:
                    - $ref: '#/components/schemas/FileLocation'
                    - $ref: '#/components/schemas/FileContent'
                fileCompression:
                  type: string
                  readOnly: true
@@ -154,14 +156,16 @@ components:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo'
                fileExpirationTime:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo'
                fileContent:
                  type: string
                  readOnly: true
                jobRef:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
                jobId:
                  type: string
                  readOnly: true
    FileLocation:
      $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo'
    FileContent:
      type: string
      readOnly: true