From 900c145d227116c1021d694f2e8ff681a5c8e4c1 Mon Sep 17 00:00:00 2001 From: Pengxiang Xie Date: Fri, 26 Sep 2025 17:18:42 +0800 Subject: [PATCH] Edit TS28561_NdtNrm.yaml --- OpenAPI/TS28561_NdtNrm.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/OpenAPI/TS28561_NdtNrm.yaml b/OpenAPI/TS28561_NdtNrm.yaml index 270a819a8..822b721e7 100644 --- a/OpenAPI/TS28561_NdtNrm.yaml +++ b/OpenAPI/TS28561_NdtNrm.yaml @@ -38,6 +38,8 @@ components: New values can be added to this list in future releases to support new use cases. nDTFunctionScope: $ref: '#/components/schemas/NDTFunctionScope' + nDTFunctionRefList: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList' NDTJob-Single: description: >- @@ -61,9 +63,10 @@ components: description: >- It indicates the related NDT Job contributing as a collaborator to the executed NDT Job. It describes the DN of the collaborated NDT Job $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo' - ndtReportRefList: + nDTReportRefList: + $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo' + nDTJobRefList: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo' - NDTReport-Single: description: >- This IOC represents the properties of an NDT report corresponding to an NDT job @@ -77,11 +80,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. - ndtJobRef: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' - ndtFunctionRef: + nDTJobRef: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' + #-------Definition of the dataType ----------# NDTCapability: type: string -- GitLab