Commit 85f94710 authored by ebrahimreza1's avatar ebrahimreza1
Browse files

draft before CT#112

parent 9a70b879
Loading
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  title: Nscp_EventExposure
  version: 1.0.1
  version: 1.1.0-alpha.1
  description: |
    SCP Event Exposure Service.
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 29.570 V19.2.0; Service Communication Proxy Services.
  description: 3GPP TS 29.570 V20.0.0; Service Communication Proxy Services.
  url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.570/
servers:
  - url: '{apiRoot}/nscp-ee/v1'
@@ -79,7 +79,7 @@ paths:
          $ref: 'TS29571_CommonData.yaml#/components/responses/default'
      callbacks:
        onScpEventExposureNotification:
          '{$request.body#/subscription/notificationUri}':
          '{$request.body#/subscription/eventNotifyUri}':
            post:
              summary: SCP Event Exposure Notification
              requestBody:
@@ -323,6 +323,8 @@ components:
          items:
            $ref: '#/components/schemas/ScpEventReport'
          minItems: 1
      required:
        - notifyCorrelationId


    ScpEventExposureSubsResp: