From 887523a88852a1a5299ae3e603daf5f293bd49ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Antonio=20Ordo=C3=B1ez=20Lucena?= Date: Fri, 3 Oct 2025 09:02:40 +0000 Subject: [PATCH] TS28105_AiMlNrm.yaml --- OpenAPI/TS28105_AiMlNrm.yaml | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/OpenAPI/TS28105_AiMlNrm.yaml b/OpenAPI/TS28105_AiMlNrm.yaml index 11607de76..048e9f541 100644 --- a/OpenAPI/TS28105_AiMlNrm.yaml +++ b/OpenAPI/TS28105_AiMlNrm.yaml @@ -486,14 +486,6 @@ components: $ref: '#/components/schemas/FLParticipationInfo' mLKnowledge: $ref: '#/components/schemas/MLKnowledge' - mLTrainingType: - type: string - enum: - - INITIAL_TRAINING - - PRE_SPECIALISED_TRAINING - - RE_TRAINING - - FINE_TUNING - readOnly: true mLModelRepositoryRef: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO' @@ -522,7 +514,10 @@ components: - type: object properties: aIMLInferenceName: - $ref: '#/components/schemas/AIMLInferenceName' + type: array + uniqueItems: true + items: + $ref: '#/components/schemas/AIMLInferenceName' fLRequirement: $ref: '#/components/schemas/FLRequirement' candidateTrainingDataSource: @@ -557,18 +552,6 @@ components: $ref: '#/components/schemas/DistributedTrainingExpectation' mLKnowledgeName: type: string - mLTrainingType: - type: string - enum: - - INITIAL_TRAINING - - PRE_SPECIALISED_TRAINING - - RE_TRAINING - - FINE_TUNING - expectedInferenceScope: - type: array - uniqueItems: true - items: - $ref: '#/components/schemas/AIMLInferenceName' clusteringInfo: type: array uniqueItems: true -- GitLab