Commit 1968651c authored by elmoatamida's avatar elmoatamida
Browse files

Update1 CT3#145 TS29522_ImsEventExposure.yaml

parent a5448a2e
Loading
Loading
Loading
Loading
Loading
+14 −4
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: 3gpp-ims-ee
  version: 1.0.0
  version: 1.0.1
  description: |
    API for the IMS Event Exposure 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.522 V19.5.0; 5G System; Network Exposure Function Northbound APIs.
    3GPP TS 29.522 V19.6.0; 5G System; Network Exposure Function Northbound APIs.
  url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'

servers:
@@ -440,9 +440,17 @@ components:
          type: array
          items:
            $ref: '#/components/schemas/ImsEventReport'
          minItems: 1
        imsFailureCause:
          type: string
          description: Contains the failure cause provided from the IMS AS.
        tgtUeId:
          $ref: 'TS29562_Nhss_imsSDM.yaml#/components/schemas/ImsPublicId'
        eventsRemoved:
          type: array
          items:
            $ref: '#/components/schemas/ImsEventType'
          minItems: 1
        notifCorrelationId:
          type: string
      required:
@@ -451,6 +459,7 @@ components:
      anyOf:
        - required: [reports]
        - required: [imsFailureCause]
        - required: [eventsRemoved]

    ImsEventRequirement:
      description: Represents the IMS Event Requirements.
@@ -504,3 +513,4 @@ components:
            channel.
          - NON_SUBSCRIBER_SPECIFIC: Indicates that the IMS Event type is Subscriber Specific for
            Data channel.