From 350d0cab06bf0a3970620a33e63fbd88085dc319 Mon Sep 17 00:00:00 2001 From: sunse Date: Fri, 8 Nov 2024 02:01:32 +0000 Subject: [PATCH] Rel18 TS28105 CR0205 correction to stage 3 implementation related to supportedPerformanceIndicators --- OpenAPI/TS28105_AiMlNrm.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenAPI/TS28105_AiMlNrm.yaml b/OpenAPI/TS28105_AiMlNrm.yaml index 4bdb73a0e..47d3a1f84 100644 --- a/OpenAPI/TS28105_AiMlNrm.yaml +++ b/OpenAPI/TS28105_AiMlNrm.yaml @@ -455,7 +455,9 @@ components: runTimeContext: $ref: '#/components/schemas/MLContext' supportedPerformanceIndicators: - $ref: '#/components/schemas/SupportedPerfIndicator' + type: array + items: + $ref: '#/components/schemas/SupportedPerfIndicator' mLCapabilitiesInfoList: type: array items: -- GitLab