camaraproject / DeviceLocation

Repository to describe, develop, document and test the DeviceLocation API family
Apache License 2.0
21 stars 33 forks source link

Geofencing API - Subscription-ends should not a subscribe-able event type #113

Closed bigludo7 closed 9 months ago

bigludo7 commented 9 months ago

Problem description The org.camaraproject.geofencing.v0.subscription-ends notification type did not require a subscription. Indeed this notification type should be always send when the subscription terminates. As such this type must not be listed in the POST /Subscriptions (but this type could be of course used in the notification)

Expected behavior In the yaml have a separate array for the event type in the subscription and the one for the notification in order to not allow org.camaraproject.geofencing.v0.subscription-ends in the POST /souscriptions

Alternative solution

Additional context