Commit 4a6efde7 authored by pastushok's avatar pastushok
Browse files

Edit TS29482_AIMLES_DataManagement.yaml to update API version

parent 76c2d897
Loading
Loading
Loading
Loading
Loading
+11 −15
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@ info:
    API for AIMLE Data Management assistance Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.
  version: "1.0.0-alpha.2"
  version: "1.0.0-alpha.3"

externalDocs:
  description: >
    3GPP TS 29.482 v1.0.0; Artificial Intelligence Machine Learning Enablement 
    (AIMLE) Services; Stage 3.
    3GPP TS 29.482 v1.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.549/

servers:
@@ -19,7 +19,7 @@ servers:
    variables:
      apiRoot:
        default: https://example.com
        description: apiRoot as defined in clause 5.2.4 of 3GPP TS 29.122
        description: apiRoot as defined in clause 6.5 of 3GPP TS 29.549

security:
  - {}
@@ -315,7 +315,7 @@ components:
        clientList:
          type: array
          items:
            $ref: '#/components/schemas/AimleClientId'
            $ref: 'TS29482_AIMLES_ContextTransfer.yaml#/components/schemas/AimleClientId'
          minItems: 1
        dataMgmtOp:
          $ref: '#/components/schemas/DataMgmtOp'
@@ -397,16 +397,12 @@ components:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/Uri'



#
# SIMPLE DATA TYPES
#

    AimleClientId:
      description: >
        Represents unique identifier of a AIMLE client
      type: string


#
# ENUMERATIONS
    DataMgmtOp:
      anyOf:
@@ -419,8 +415,8 @@ 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: |
        Indicates the data management operation type.  
        Represents the data management operation type.  
        Possible values are:
        - DATA_PREPARATION: The data management operation type is data preparation.
        - DATA_ANALYSIS: The data management operation type is data analysis.
        - DATA_PREPARATION: Indicates that the data management operation type is data preparation.
        - DATA_ANALYSIS: Indicates that the data management operation type is data analysis.
#