summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/resources/external/schema/rel16/heartbeatNtf.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-02-25 16:16:43 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-25 16:16:43 +0000
commitee9dcfa335b1ad71af665c5dd6604bb779891bf1 (patch)
tree74815758fb2c1d7fb2ccd57453fedabddafb6b4e /kubernetes/dcaegen2/resources/external/schema/rel16/heartbeatNtf.yaml
parentfb296aec55c23cfbfd36f7af931167cf6a56e450 (diff)
parent2bc52ea50e7a9eae29437c45c32bd8c62151880e (diff)
Merge "[DCAEGEN2] Add external configmaps"
Diffstat (limited to 'kubernetes/dcaegen2/resources/external/schema/rel16/heartbeatNtf.yaml')
-rw-r--r--kubernetes/dcaegen2/resources/external/schema/rel16/heartbeatNtf.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2/resources/external/schema/rel16/heartbeatNtf.yaml b/kubernetes/dcaegen2/resources/external/schema/rel16/heartbeatNtf.yaml
new file mode 100644
index 0000000000..afde5066dd
--- /dev/null
+++ b/kubernetes/dcaegen2/resources/external/schema/rel16/heartbeatNtf.yaml
@@ -0,0 +1,23 @@
+openapi: 3.0.1
+info:
+ title: Heartbeat notification
+ version: 16.3.0
+ description: >-
+ OAS 3.0.1 specification of the heartbeat notification
+ © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
+ All rights reserved.
+externalDocs:
+ description: 3GPP TS 28.532 V16.3.0; Heartbeat notification
+ url: http://www.3gpp.org/ftp/Specs/archive/28_series/28.6532/
+paths: {}
+components:
+ schemas:
+ hearbeatNtfPeriod-Type:
+ type: integer
+ notifyHeartbeat-NotifType:
+ allOf:
+ - $ref: 'provMnS.yaml#/components/schemas/header-Type'
+ - type: object
+ properties:
+ heartbeatNtfPeriod:
+ $ref: '#/components/schemas/hearbeatNtfPeriod-Type'