Commit 18716c7c authored by lengyelb's avatar lengyelb
Browse files

notifyNotificationError

parent d95d3166
Loading
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
openapi: 3.0.1
info:
  title: Notification error notification
  version: 19.1.0
  description: >-
    OAS 3.0.1 definition of the heartbeat notification
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 28.532; Generic management services
  url: http://www.3gpp.org/ftp/Specs/archive/28_series/28.6532/
paths: {}
components:
  schemas:
    HeartbeatNotificationTypes:
      type: string
      enum:
        - notifyNotificationError
    NotifyNotificationError:
      allOf:
        - $ref: 'TS28623_ComDefs.yaml#/components/schemas/NotificationHeader'
        - type: object
          properties:
            missedNotificationTypes:
              type: array
              uniqueItems: true
              items:
                $ref: 'TS28623_ComDefs.yaml#/components/schemas/NotificationType'