From 3302eef9705c10263c60f98aa7e616bca0c3c7b0 Mon Sep 17 00:00:00 2001 From: zhaoxxian Date: Fri, 3 Apr 2026 02:41:34 +0000 Subject: [PATCH 1/2] Edit TS28561_NdtNrm.yaml --- OpenAPI/TS28561_NdtNrm.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/OpenAPI/TS28561_NdtNrm.yaml b/OpenAPI/TS28561_NdtNrm.yaml index 605cb1a9..e0df1dae 100644 --- a/OpenAPI/TS28561_NdtNrm.yaml +++ b/OpenAPI/TS28561_NdtNrm.yaml @@ -82,6 +82,10 @@ components: items: $ref: '#/components/schemas/NDTOutputDataPoint' description: It indicates the list of NDTOutput(s) that are provided by the NDT function as the output for any task executed in an instantiated NDT job. + nDTCollaborationInfoList: + type: array + items: + $ref: '#/components/schemas/NDTCollaborationInfo' nDTJobRef: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' @@ -208,6 +212,11 @@ components: performanceDataScalingFactor: type: integer maxItems: 1 + NDTCollaborationInfo: + type: object + properties: + collaboratedNDTFunction: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' #------Definition of JSON arrays for name-contained IOCs ---------------# -- GitLab From c76799749054ba16677a6d8fb3efe273514edbf6 Mon Sep 17 00:00:00 2001 From: zhaoxxian Date: Tue, 21 Apr 2026 01:37:24 +0000 Subject: [PATCH 2/2] Edit TS28561_NdtNrm.yaml --- OpenAPI/TS28561_NdtNrm.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/OpenAPI/TS28561_NdtNrm.yaml b/OpenAPI/TS28561_NdtNrm.yaml index e0df1dae..53536b7c 100644 --- a/OpenAPI/TS28561_NdtNrm.yaml +++ b/OpenAPI/TS28561_NdtNrm.yaml @@ -85,7 +85,7 @@ components: nDTCollaborationInfoList: type: array items: - $ref: '#/components/schemas/NDTCollaborationInfo' + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo' nDTJobRef: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' @@ -212,11 +212,7 @@ components: performanceDataScalingFactor: type: integer maxItems: 1 - NDTCollaborationInfo: - type: object - properties: - collaboratedNDTFunction: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' + #------Definition of JSON arrays for name-contained IOCs ---------------# -- GitLab