blob: efa3185bdbc9a3d836d67f1520dfe8010f6a8e44 [file] [log] [blame]
Michal Banka028e1c22021-05-10 11:00:39 +02001openapi: 3.0.1
2info:
3 title: Heartbeat notification
4 version: 16.6.0
5 description: >-
6 OAS 3.0.1 definition of the heartbeat notification
7 © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
8 All rights reserved.
9externalDocs:
10 description: 3GPP TS 28.532 V16.6.0; Generic management services
11 url: http://www.3gpp.org/ftp/Specs/archive/28_series/28.6532/
12paths: {}
13components:
14 schemas:
15 HeartbeatNotificationTypes:
16 type: string
17 enum:
18 - notifyHeartbeat
19 NotifyHeartbeat:
20 allOf:
21 - $ref: 'comDefs.yaml#/components/schemas/NotificationHeader'
22 - type: object
23 properties:
24 heartbeatNtfPeriod:
25 type: integer