From 6618a4e095c3717b47154208a3b153d1ed023443 Mon Sep 17 00:00:00 2001 From: tianzzhu Date: Fri, 30 Jan 2026 08:35:11 +0000 Subject: [PATCH] Update file TS28561_NdtNrm.yaml --- OpenAPI/TS28561_NdtNrm.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/OpenAPI/TS28561_NdtNrm.yaml b/OpenAPI/TS28561_NdtNrm.yaml index 31d58a42f..99a8eea62 100644 --- a/OpenAPI/TS28561_NdtNrm.yaml +++ b/OpenAPI/TS28561_NdtNrm.yaml @@ -31,6 +31,7 @@ components: supportedNDTCapabilities: type: array uniqueItems: true + minItems: 1 items: $ref: '#/components/schemas/NDTCapability' description: >- @@ -77,6 +78,7 @@ components: nDTJobOutputData: type: array uniqueItems: true + minItems: 1 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. @@ -199,10 +201,13 @@ components: properties: performanceDataName: type: string + maxItems: 1 performanceDataValue: type: integer + maxItems: 1 performanceDataScalingFactor: type: integer + maxItems: 1 #------Definition of JSON arrays for name-contained IOCs ---------------# -- GitLab