diff --git a/OpenAPI/TS28105_AiMlNrm.yaml b/OpenAPI/TS28105_AiMlNrm.yaml index 11607de76ad3aaae5e94d8c5b1d0830328b370cb..048e9f54135811f61dff3c9142b60e0eb0643902 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