[DCAEGEN2-SERVICES] Fix and resolve remote references in st. def. domain
[oom.git] / kubernetes / dcaegen2-services / resources / external / schemas / sa88-rel16 / heartbeatNtf.yaml
@@ -1,25 +1,23 @@
 openapi: 3.0.1
 info:
   title: Heartbeat notification
-  version: 16.6.0
+  version: 16.3.0
   description: >-
-    OAS 3.0.1 definition of the heartbeat notification
+    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.6.0; Generic management services
+  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:
-    HeartbeatNotificationTypes:
-      type: string
-      enum:
-        - notifyHeartbeat
-    NotifyHeartbeat:
+    hearbeatNtfPeriod-Type:
+      type: integer
+    notifyHeartbeat-NotifType:
       allOf:
-        - $ref: 'comDefs.yaml#/components/schemas/NotificationHeader'
+        - $ref: 'provMnS.yaml#/components/schemas/header-Type'
         - type: object
           properties:
             heartbeatNtfPeriod:
-              type: integer
+              $ref: '#/components/schemas/hearbeatNtfPeriod-Type'