SerAvailabilityNotificationSubscription * @desc Name of the category.
* @desc Name of the category.
*/
typeJSON.StringName;
...
...
@@ -291,7 +291,8 @@ SerAvailabilityNotificationSubscription * @desc Name of the category.
}
typerecordLinks{
LinkTypeself_
LinkTypeself_,
Subscriptionssubscriptions
}with{
variant(self_)"name as 'self'";
}
...
...
@@ -300,16 +301,15 @@ SerAvailabilityNotificationSubscription * @desc Name of the category.
* @desc This type represents a list of links related to currently existing subscriptions for a MEC application instance.
*/
typerecordSubscriptionLinkList{
Linkslinks,
Subscriptionssubscriptionoptional
Linkslinks
}with{
variant(links)"name as '_links'";
}
/**
* @desc A link to a subscription
* @member
* @member
* @desc The MEC application instance's subscriptions
* @member href URI referring to the subscription
* @member subscriptionType Type of the subscription
*/
typerecordSubscription_{
JSON.AnyURIhref,
...
...
@@ -548,7 +548,6 @@ SerAvailabilityNotificationSubscription * @desc Name of the category.
* @desc Time.
* @member seconds The seconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.
* @member nanoSeconds The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.
* @member timeSourceStatus Platform Time Source status. 1 = TRACEABLE - time source is locked to the UTC time source. 2 = NONTRACEABLE - time source is not locked to the UTC time source.
*/
typerecordTimeStamp{
Secondsseconds,
...
...
@@ -579,6 +578,7 @@ SerAvailabilityNotificationSubscription * @desc Name of the category.