aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/resources/external/schema/rel16/heartbeatNtf.yaml
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2021-02-12 10:37:17 +0100
committerZebek Bogumil <bogumil.zebek@nokia.com>2021-02-15 12:10:26 +0100
commiteca8c6cefeda57447fcbb445cac3fd925b37bca6 (patch)
tree41ba6ae556ee23ef82536f91e672ba8afc68bcb4 /kubernetes/dcaegen2/resources/external/schema/rel16/heartbeatNtf.yaml
parentcf8f42f496f9f062964f0b62a4de7ba2ef0a72ee (diff)
[DCAEGEN2] Add external configmaps
Add config maps which will be used by dcaegen2: ves-open-api and ves component. Issue-ID: DCAEGEN2-2576 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Iaf5df2d69cc53d4f420e340c0336f4920fef6d6d
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'