From fe8246d131b7511d2f780999f31287d6560db279 Mon Sep 17 00:00:00 2001 From: tianzzhu Date: Thu, 2 Apr 2026 03:37:52 +0000 Subject: [PATCH] Update file TS28561_NdtNrm.yaml --- OpenAPI/TS28561_NdtNrm.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28561_NdtNrm.yaml b/OpenAPI/TS28561_NdtNrm.yaml index 605cb1a9..a46a430f 100644 --- a/OpenAPI/TS28561_NdtNrm.yaml +++ b/OpenAPI/TS28561_NdtNrm.yaml @@ -60,6 +60,8 @@ components: $ref: '#/components/schemas/NDTInputDescription' nDTJobExecutionRequirements: $ref: '#/components/schemas/NdtJobExecutionReqts' + reportingMethod: + $ref: '#/components/schemas/ReportingMethod' collaboratingNDT: 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 @@ -208,7 +210,11 @@ components: performanceDataScalingFactor: type: integer maxItems: 1 - + ReportingMethod: + type: string + enum: + - STREAMING + - NOTIFICATION #------Definition of JSON arrays for name-contained IOCs ---------------# NDTJob-Multiple: -- GitLab