Commit cc397961 authored by André Perdigão's avatar André Perdigão
Browse files

Update 3 files

- /TS29482_AIMLES_AIMLEClientDiscovery.yaml
- /TS29482_AIMLES_SplitOpEvent.yaml
- /TS29482_MLR_MLModelManagement.yaml
parent d3aa121d
Loading
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: AIMLES_AIMLEClientDiscovery
  version: 1.0.0
  version: 1.1.0
  description: |
    API for AIMLES Client Discovery 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 29.482 v19.0.0; Artificial Intelligence Machine Learning Enablement 
    3GPP TS 29.482 v19.1.0; Artificial Intelligence Machine Learning Enablement 
    (AIMLE) Services; Stage 3.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.482/

@@ -218,7 +218,7 @@ components:
          type: array
          items:
            $ref: 'TS29482_AIMLES_ContextTransfer.yaml#/components/schemas/AimleClientId'
          minItems: 1
          minItems: 0
        suppTasks:
          type: array
          items:
@@ -226,6 +226,9 @@ components:
          minItems: 1
        suppFeats:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
      required:
        - clients


# SIMPLE DATA TYPES
#
@@ -244,7 +247,7 @@ components:
          This string provides forward-compatibility with future extensions to the enumeration and
          is not used to encode content defined in the present version of this API.
      description: |
        Represents the  service permision level.  
        Represents the  service permission level.  
        Possible values are:
        - PREMIUM: Indicates that the service permission level is premium.
        - STANDARD: Indicates that the service permission level is standard.
+7 −5
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: AIMLES_SplitOpEvent
  version: 1.0.0
  version: 1.1.0
  description: |
    API for AIMLES Split Operation Event 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 29.482 v19.0.0; Artificial Intelligence Machine Learning Enablement
    3GPP TS 29.482 v19.1.0; Artificial Intelligence Machine Learning Enablement
    (AIMLE) Services; Stage 3.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.482/

@@ -382,6 +382,7 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/StageInfo'
          minItems: 1
        usageInfo:
          $ref: 'TS29482_AIMLES_SplitOpNodeRegistration.yaml#/components/schemas/UsageInformation'
        minNodes:
@@ -418,6 +419,7 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/SplitOpProfile'
          minItems: 1
        availableNodes:
          type: string

@@ -432,6 +434,7 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/StageInfo'
          minItems: 1
        usageInfo:
          $ref: 'TS29482_AIMLES_SplitOpNodeRegistration.yaml#/components/schemas/UsageInformation'
        headEp:
@@ -460,6 +463,7 @@ components:
          type: array
          items:
            $ref: 'TS29558_Eees_EASRegistration.yaml#/components/schemas/EndPoint'
          minItems: 1
        mlModelId:
          type: string
      required:
@@ -482,7 +486,6 @@ components:
           - SPLIT_OP_AVAILABILITY
           - SPLIT_OP_PIPELINE_INFO
           - SPLIT_OP_ASSISTANCE_INFO

      - type: string
        description: >
          This string provides forward-compatibility with future extensions to the enumeration
@@ -501,7 +504,6 @@ components:
           - CREATED
           - UPDATED
           - DELETED

      - type: string
        description: >
          This string provides forward-compatibility with future extensions to the enumeration
+6 −9
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: AIMLE Server ML Model Management
  version: 1.0.0
  version: 1.1.0
  description: |
    AIMLE Server ML Model Management 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 29.482 V19.0.0; Service Enabler Architecture Layer for Verticals (SEAL); Artificial
    3GPP TS 29.482 V19.1.0; Service Enabler Architecture Layer for Verticals (SEAL); Artificial
    Intelligence Machine Learning Enablement (AIMLE) Services; Stage 3.
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.482/

@@ -513,11 +513,8 @@ components:
        Represents ML Model access requirements.
      type: object
      properties:
        accessReqs:
          type: array
          items:
        accessReq:
          $ref: '#/components/schemas/AccessReqs'
          minItems: 1
        valServerIds:
          type: array
          items:
@@ -533,7 +530,7 @@ components:
        location:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/LocationArea5G'
      required:
        - accessReqs
        - accessReq

    MLModelsStoragePatch:
      description: >