blob: afde5066ddfea6ce040ebee2c28d490e53c6247a [file] [log] [blame]
Bogumil Zebek2bc52ea2021-02-24 07:46:24 +01001openapi: 3.0.1
2info:
3 title: Heartbeat notification
4 version: 16.3.0
5 description: >-
6 OAS 3.0.1 specification 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.3.0; Heartbeat notification
11 url: http://www.3gpp.org/ftp/Specs/archive/28_series/28.6532/
12paths: {}
13components:
14 schemas:
15 hearbeatNtfPeriod-Type:
16 type: integer
17 notifyHeartbeat-NotifType:
18 allOf:
19 - $ref: 'provMnS.yaml#/components/schemas/header-Type'
20 - type: object
21 properties:
22 heartbeatNtfPeriod:
23 $ref: '#/components/schemas/hearbeatNtfPeriod-Type'