Commit ce50ba3c authored by svija's avatar svija
Browse files

Edit TS24558_Eees_AppContextRelocation.yaml

Committing the changes from agreed tdocs in CT1#156 meeting.
parent 1928f9b8
Loading
Loading
Loading
Loading
+11 −4
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Eees Application Context Relocation Service
  version: "1.1.3"
  version: "1.1.4"
  description: |
    Eees Application Context Relocation Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -9,7 +9,7 @@ info:

externalDocs:
  description: >
    3GPP TS 24.558 V18.8.0; Enabling Edge Applications; Protocol specification; Stage 3.
    3GPP TS 24.558 V18.9.0; Enabling Edge Applications; Protocol specification; Stage 3.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/24.558/'

servers:
@@ -164,7 +164,10 @@ components:

  schemas:
    AcrDetermReq:
      description: Represents the parameters to request ACR with action determination.
      description: >
        Represents the parameters to request ACR with action determination. The ueId attribute
        shall be present, although it is not specified as a mandatory due to backward
        compatibility reasons.
      type: object
      properties:
        requestorId:
@@ -184,7 +187,10 @@ components:
        - sEasEndpoint

    AcrInitReq:
      description: Represents the parameters to request ACR with action initiation.
      description: >
        Represents the parameters to request ACR with action initiation. The ueId attribute
        shall be present, although it is not specified as a mandatory due to backward
        compatibility reasons.
      type: object
      properties:
        requestorId:
@@ -313,3 +319,4 @@ components:
          $ref: 'TS29558_Eees_EASRegistration.yaml#/components/schemas/EndPoint'
        acrParams:
          $ref: '#/components/schemas/AcrParameters'