"description":"This type contains a list of subscriptions.",
"properties":{
"resourceURL":{
"properties":{
"href":{
"description":"URI referring to a resource.",
"format":"uri",
"type":"string",
"x-etsi-mec-cardinality":"1",
"x-etsi-mec-origin-type":"Uri"
}
},
"required":[
"href"
],
"type":"object",
"x-etsi-ref":"6.7.2"
},
"subscription":{
"items":{
"description":"",
"minItems":0,
"properties":{
"href":{
"description":"The URI referring to the subscription.",
"format":"uri",
"type":"string",
"x-etsi-mec-cardinality":"1",
"x-etsi-mec-origin-type":"Uri"
},
"subscriptionType":{
"description":"Type of the subscription. The string shall be set according to the \"subscriptionType\" attribute of the associated subscription data type defined in clauses 6.3.4, 6.3.5, 6.3.6, 6.3.7 6.3.8 and 6.3.9:\n\"UserLocationEventSubscription\"\n\"UserLocationPeriodicSubscription\"\n\"ZoneLocationEventSubscription\"\n\"ZoneStatusSubscription\"\n\"UserAreaSubscription\"\n\"UserDistanceSubscription\"",
"description":"A type containing information about the distance from a terminal to a location or between two terminals, in addition the accuracy and a timestamp of the information are provided.",
"properties":{
"accuracy":{
"description":"Accuracy of the provided distance in meters",
"type":"integer",
"x-etsi-mec-cardinality":"0..1",
"x-etsi-mec-origin-type":"integer"
},
"distance":{
"description":"Distance from terminal to a location or between two terminals specified in meters",
"type":"integer",
"x-etsi-mec-cardinality":1,
"x-etsi-mec-origin-type":"integer"
},
"timestamp":{
"properties":{
"nanoSeconds":{
"description":"The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.",
"format":"int32",
"type":"integer",
"x-etsi-mec-cardinality":"1",
"x-etsi-mec-origin-type":"Uint32"
},
"seconds":{
"description":"The seconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.",