From a7f41b5b42a942ac1c79b6ed0e622f1c843ee9dd Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 5 Nov 2025 00:37:38 +0000 Subject: [PATCH] Revert "Edit TS28623_FileManagementNrm.yaml" This reverts commit 47fb27f62b1e12b99612887346fd6d70271e9acb --- OpenAPI/TS28623_FileManagementNrm.yaml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/OpenAPI/TS28623_FileManagementNrm.yaml b/OpenAPI/TS28623_FileManagementNrm.yaml index 841456c47..60d44b7f0 100644 --- a/OpenAPI/TS28623_FileManagementNrm.yaml +++ b/OpenAPI/TS28623_FileManagementNrm.yaml @@ -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 ---------------------- -- GitLab