Commit 5996084a authored by tangudun's avatar tangudun
Browse files

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

parent 09a7c222
Loading
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: EES UE Identifier Service
  version: 1.2.0-alpha.1
  version: 1.2.0-alpha.2
  description: |
    EES UE Identifier Service.  
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: >
    3GPP TS 29.558 V19.0.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/

@@ -200,6 +200,8 @@ components:
          items:
            $ref: '#/components/schemas/UeId'
          minItems: 1
        suppFeat:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
      required:
        - ueIds

@@ -221,3 +223,4 @@ components:
      oneOf:
        - required: [edgeUeId]
        - required: [afSpecUeId]