Nnwdaf_EventsSubscription_Notify service operation missing
kspviswa opened this issue · 1 comments
kspviswa commented
Hello,
I couldn't see Nnwdaf_EventsSubscription_Notify operation with eventNotifications
attribute in NWDAF section. Please clarify.
jdegre commented
@kspviswa, the "notify" operation is modelled with a callback
section under the POST method on the /subscriptions
path in API TS29520_Nnwdaf_EventsSubscription.yaml
(same as all other notifications in other APIs in this repository):
callbacks:
myNotification:
'{$request.body#/notificationURI}':
post:
requestBody:
required: true
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/NnwdafEventsSubscriptionNotification'
minItems: 1
responses:
'204':
description: The receipt of the Notification is acknowledged.