Commit a7f41b5b authored by ruiyue's avatar ruiyue
Browse files

Revert "Edit TS28623_FileManagementNrm.yaml"

This reverts commit 47fb27f6
parent 47fb27f6
Loading
Loading
Loading
Loading
Loading
+7 −10
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ components:
              type: object
              properties:
                fileLocation:
                  $ref: '#/components/schemas/FileLocation'
                  type: string
                notificationRecipientAddress:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri'
                cancelJob:
@@ -131,10 +131,8 @@ components:
            attributes:
              type: object
              properties:
                file:
                  oneOf:
                    - $ref: '#/components/schemas/FileLocation'
                    - $ref: '#/components/schemas/FileContent'                
                fileLocation:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/UriRo'
                fileCompression:
                  type: string
                  readOnly: true
@@ -156,16 +154,15 @@ 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 
 
            

#-------- Definition of YAML arrays for name-contained IOCs ----------------------