From f6eab9d60e864e9a7b3fc42b2309fab793f3340f Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sun, 29 Sep 2024 00:57:37 +0000 Subject: [PATCH 1/2] Update file TS28623_GenericNrm.yaml --- OpenAPI/TS28623_GenericNrm.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28623_GenericNrm.yaml b/OpenAPI/TS28623_GenericNrm.yaml index 52728c11a..6f6d88f52 100755 --- a/OpenAPI/TS28623_GenericNrm.yaml +++ b/OpenAPI/TS28623_GenericNrm.yaml @@ -199,7 +199,7 @@ components: This data type is the "ProcessMonitor" data type without specialisations. type: object properties: - jobId: + id: type: string status: type: string @@ -231,7 +231,7 @@ components: for usage in the "FileDownloadJob". type: object properties: - jobId: + id: type: string status: type: string @@ -1870,6 +1870,8 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' reportingCtrl: $ref: '#/components/schemas/ReportingCtrl' + linkToFiles: + type: string Files: $ref: '#/components/schemas/Files-Multiple' ThresholdMonitor-Single: -- GitLab From 2acf16c321450cb523474366ab9dae537265e72f Mon Sep 17 00:00:00 2001 From: ruiyue Date: Sun, 29 Sep 2024 01:13:49 +0000 Subject: [PATCH 2/2] Update file TS28623_GenericNrm.yaml --- OpenAPI/TS28623_GenericNrm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAPI/TS28623_GenericNrm.yaml b/OpenAPI/TS28623_GenericNrm.yaml index 6f6d88f52..03120e34d 100755 --- a/OpenAPI/TS28623_GenericNrm.yaml +++ b/OpenAPI/TS28623_GenericNrm.yaml @@ -1870,7 +1870,7 @@ components: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' reportingCtrl: $ref: '#/components/schemas/ReportingCtrl' - linkToFiles: + _linkToFiles: type: string Files: $ref: '#/components/schemas/Files-Multiple' -- GitLab