Commit b9f0fa62 authored by tangudun's avatar tangudun
Browse files

Edit TS29558_Eecs_EESRegistration.yaml with CRs agreed in CT3#142 meeting

parent 4b6cfd0e
Loading
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@ info:
    API for EES Registration.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.
  version: 1.2.0-alpha.3
  version: 1.2.0-alpha.4

externalDocs:
  description: >
    3GPP TS 29.558 V19.3.0 Enabling Edge Applications;
    3GPP TS 29.558 V19.4.0 Enabling Edge Applications;
    Application Programming Interface (API) specification; Stage 3
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.558/

@@ -540,9 +540,20 @@ components:
          type: string
        trajId:
          type: string
        ascaiInfo:
          $ref: '#/components/schemas/AppSatCovAvailInfo'
      required:
        - satId

    AppSatCovAvailInfo:
      type: object
      description: Represents the Application Satellite Coverage Availability Information data.
      properties:
        covAvailInfo:
          $ref: 'TS29549_SS_ASCAIInfoRetrieval.yaml#/components/schemas/AscaiInfo'
      required:
        - covAvailInfo


    ACRScenario:
      anyOf:
@@ -587,3 +598,4 @@ components:
        Possible values are:
        - INSTANTIATED: Indicates that the EAS status is instantiated.
        - INSTANTIABLE: Indicates that the EAS status is instantiable but not yet instantiated.