Michal Banka | 028e1c2 | 2021-05-10 11:00:39 +0200 | [diff] [blame] | 1 | openapi: 3.0.1 |
| 2 | info: |
| 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. |
| 9 | externalDocs: |
| 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/ |
| 12 | paths: {} |
| 13 | components: |
| 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 |