Commit ebeaa944 authored by biondicn's avatar biondicn
Browse files

CT#112

parent bdbefd87
Loading
Loading
Loading
Loading
Loading
+131 −125
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
  title: Aimlec_ClientDataProcessing
  version: 1.0.2
  version: 1.1.0-alpha.1
  description: |
    API for Transfer Learning (TL) Enablement Service.  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -10,7 +10,7 @@ info:

externalDocs:
  description: >
    3GPP TS 24.560 V19.1.0; Artificial Intelligence / Machine Learning (AIML) Services – Service
    3GPP TS 24.560 V20.0.0; Artificial Intelligence / Machine Learning (AIML) Services – Service
    Enabler Architecture Layer for Verticals (SEAL); Protocol Specification; Stage 3.
  url: 'https://www.3gpp.org/ftp/Specs/archive/24_series/24.560/'

@@ -109,6 +109,8 @@ components:
          $ref: 'TS29482_AIMLES_DataManagement.yaml#/components/schemas/DataProcessReqs'
        dataProcSched:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/ScheduledCommunicationTime'
        dataDriftDetReqs:
          $ref: 'TS29482_AIMLES_DataManagement.yaml#/components/schemas/DataProcessReqs'

    CltDataProcResp:
      description: Contains the outcome of the successful client data processing.
@@ -120,6 +122,10 @@ components:
          $ref: 'TS29482_AIMLES_DataManagement.yaml#/components/schemas/AggregatedDataAnaOutputs'
        timestamp:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/DateTime'
        dataDriftDetOutputs:
          $ref: 'TS29482_AIMLES_DataManagement.yaml#/components/schemas/AggregatedDataAnaOutputs'
      anyOf:
        - required: [dataPrepOutputs]
        - required: [dataAnalysisOutputs]
        - required: [dataDriftDetOutputs]
+377 −376
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ openapi: 3.0.0

info:
  title: Aimlec_HFLTraining
  version: 1.0.2
  version: 1.1.0-alpha.1
  description: |
    API for Horizontal Federated Learning (HFL) training Service.  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -10,7 +10,7 @@ info:

externalDocs:
  description: >
    3GPP TS 24.560 V19.1.0; Artificial Intelligence / Machine Learning (AIML) Services – Service
    3GPP TS 24.560 V20.0.0; Artificial Intelligence / Machine Learning (AIML) Services – Service
    Enabler Architecture Layer for Verticals (SEAL); Protocol Specification; Stage 3.
  url: 'https://www.3gpp.org/ftp/Specs/archive/24_series/24.560/'

@@ -374,3 +374,4 @@ components:
          $ref: 'TS29482_AIMLES_MLModelTraining.yaml#/components/schemas/TrainingErr'
        timestamp:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/DateTime'
+522 −523
Original line number Diff line number Diff line

openapi: 3.0.0

info:
+249 −250
Original line number Diff line number Diff line

openapi: 3.0.0

info: