Update subscription data
[ric-plt/appmgr.git] / cmd / appmgr / types.go
index 685d118..34e3b74 100755 (executable)
@@ -123,7 +123,7 @@ type SubscriptionNotif struct {
        Id        string `json:"id"`
        Version   int    `json:"version"`
        EventType string `json:"eventType"`
-       XappData  []Xapp `json:"xapp"`
+       XApps     string `json:"xApps"`
 }
 
 type Subscription struct {