aboutsummaryrefslogtreecommitdiffstats
path: root/etc/externalRepo/3gpp/rep/sa5/MnS/blob/SA88-Rel16/OpenAPI/heartbeatNtf.yaml
diff options
context:
space:
mode:
authorEdyta Krukowska <edyta.krukowska@nokia.com>2020-09-29 15:15:34 +0200
committerEdyta Krukowska <edyta.krukowska@nokia.com>2020-10-01 10:35:31 +0200
commit72c913d96d76ecce08a92e3794b22e4e6e88a85f (patch)
tree0735b0df3ff9deb2957ec2d793b65f9d974f2c84 /etc/externalRepo/3gpp/rep/sa5/MnS/blob/SA88-Rel16/OpenAPI/heartbeatNtf.yaml
parent36584543d13e33dff2a6c4325045bdd36418c43e (diff)
Adapt schema-map.json and test files to updated 3GPP repos
Issue-ID: DCAEGEN2-2462 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I0bb8738e3782b8f3656cd487a02ddfc4240d93d5
Diffstat (limited to 'etc/externalRepo/3gpp/rep/sa5/MnS/blob/SA88-Rel16/OpenAPI/heartbeatNtf.yaml')
-rw-r--r--etc/externalRepo/3gpp/rep/sa5/MnS/blob/SA88-Rel16/OpenAPI/heartbeatNtf.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/etc/externalRepo/3gpp/rep/sa5/MnS/blob/SA88-Rel16/OpenAPI/heartbeatNtf.yaml b/etc/externalRepo/3gpp/rep/sa5/MnS/blob/SA88-Rel16/OpenAPI/heartbeatNtf.yaml
new file mode 100644
index 00000000..afde5066
--- /dev/null
+++ b/etc/externalRepo/3gpp/rep/sa5/MnS/blob/SA88-Rel16/OpenAPI/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'