Bogumil Zebek | 2bc52ea | 2021-02-24 07:46:24 +0100 | [diff] [blame] | 1 | openapi: 3.0.1 |
| 2 | info: |
| 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. |
| 9 | externalDocs: |
| 10 | description: 3GPP TS 28.532 V16.3.0; Heartbeat notification |
| 11 | url: http://www.3gpp.org/ftp/Specs/archive/28_series/28.6532/ |
| 12 | paths: {} |
| 13 | components: |
| 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' |