Commit 6bb9387f authored by biondicn's avatar biondicn
Browse files

Upload for CT1#111

parent 9a86fb3b
Loading
Loading
Loading
Loading
Loading
+246 −242
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: Aimlec_FLGroupIndication
  version: 1.0.1
  version: 1.0.2
  description: |
    API for AIMLE Client Federated Learning Group Indication Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

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

@@ -131,7 +131,10 @@ components:
          description: Contains FL member data.

    FlMemberData:
      description: Represents the FL group member data e.g. FL member identifier, address.
      description: >
        Represents the FL group member data e.g. FL member identifier, address. At least one of
        the flMemberId and flMemberAddr shall be present, although they are not specified as a
        conditional due to backward compatibility reasons.
      type: object
      properties:
        flMemberId:
@@ -178,7 +181,7 @@ components:
      - type: string
        enum:
          - AVAILABLE
          - STOP
          - NOT AVAILABLE
      - type: string
        description: >
          This string provides forward-compatibility with future extensions to the enumeration
@@ -235,8 +238,9 @@ components:
        description: >
          This string provides information on the FL group deletion cause.
      description: |
        Represents the information regarding FL group deletion cause as AIML service termination or
        Represents the information regarding FL group deletion cause as AI/ML service termination or
        UE has moved out of the service area.  
        Possible values are:
        - SRV_TERMINATION: Indicates the AIML service termination.
        - SRV_TERMINATION: Indicates the AI/ML service termination.
        - OUT_OF_SRV_AREA: Indicates the UE has moved out of the service area.