From ece8dd2232c6452454238caf61e41d7095c5dd3d Mon Sep 17 00:00:00 2001 From: scottma Date: Fri, 28 Mar 2025 12:27:56 +0000 Subject: [PATCH 1/3] Update TS28532_FileDataReportingMnS.yaml --- OpenAPI/TS28532_FileDataReportingMnS.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28532_FileDataReportingMnS.yaml b/OpenAPI/TS28532_FileDataReportingMnS.yaml index 4138a3c11..c01418407 100644 --- a/OpenAPI/TS28532_FileDataReportingMnS.yaml +++ b/OpenAPI/TS28532_FileDataReportingMnS.yaml @@ -203,6 +203,13 @@ components: type: string fileDataType: $ref: '#/components/schemas/FileDataType' + FileErrorInfo: + type: object + properties: + fileLocation: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri' + fileDataType: + $ref: '#/components/schemas/FileDataType' NotifyFileReady: allOf: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/NotificationHeader' @@ -222,7 +229,7 @@ components: fileInfoList: type: array items: - $ref: '#/components/schemas/FileInfo' + $ref: '#/components/schemas/FileErrorInfo' reason: type: string additionalText: -- GitLab From f290d6ce4cb5a597ec2f78361d9156b5e91dabef Mon Sep 17 00:00:00 2001 From: scottma Date: Mon, 31 Mar 2025 11:28:38 +0000 Subject: [PATCH 2/3] Update TS28532_FileDataReportingMnS.yaml --- OpenAPI/TS28532_FileDataReportingMnS.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenAPI/TS28532_FileDataReportingMnS.yaml b/OpenAPI/TS28532_FileDataReportingMnS.yaml index c01418407..cedd16a7c 100644 --- a/OpenAPI/TS28532_FileDataReportingMnS.yaml +++ b/OpenAPI/TS28532_FileDataReportingMnS.yaml @@ -203,6 +203,8 @@ components: type: string fileDataType: $ref: '#/components/schemas/FileDataType' + jobId: + type: string FileErrorInfo: type: object properties: @@ -210,6 +212,8 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/Uri' fileDataType: $ref: '#/components/schemas/FileDataType' + jobId: + type: string NotifyFileReady: allOf: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/NotificationHeader' -- GitLab From 90daecd70a890a775ff50099ff17fa7319a581fc Mon Sep 17 00:00:00 2001 From: scottma Date: Thu, 10 Apr 2025 09:25:18 +0000 Subject: [PATCH 3/3] Update TS28532_FileDataReportingMnS.yaml --- OpenAPI/TS28532_FileDataReportingMnS.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28532_FileDataReportingMnS.yaml b/OpenAPI/TS28532_FileDataReportingMnS.yaml index cedd16a7c..7a324b4a2 100644 --- a/OpenAPI/TS28532_FileDataReportingMnS.yaml +++ b/OpenAPI/TS28532_FileDataReportingMnS.yaml @@ -205,7 +205,7 @@ components: $ref: '#/components/schemas/FileDataType' jobId: type: string - FileErrorInfo: + FileCreationErrorInfoList: type: object properties: fileLocation: @@ -233,7 +233,7 @@ components: fileInfoList: type: array items: - $ref: '#/components/schemas/FileErrorInfo' + $ref: '#/components/schemas/FileCreationErrorInfoList' reason: type: string additionalText: -- GitLab