diff --git a/ngsild-payloads/userProfileSubscription.jsonld b/ngsild-payloads/userProfileSubscription.jsonld new file mode 100644 index 0000000..dde5c24 --- /dev/null +++ b/ngsild-payloads/userProfileSubscription.jsonld @@ -0,0 +1,19 @@ +{ + "id": "urn:ngsi-ld:Subscription:3879b193-7526-43b2-8eae-b6daadc7f9d1", + "type": "Subscription", + "entities": [ + { + "type": "UserProfile" + } + ], + "notificationTrigger": [ + "entityCreated" + ], + "notification": { + "format": "keyValues", + "endpoint": { + "uri": "http://localhost:8080/userProfileCreationListener", + "accept": "application/json" + } + } +} \ No newline at end of file