"description":"A type containing list of access points.",
"type":"object",
"required":[
"zoneId",
"resourceURL"
],
"properties":{
"zoneId":{
"description":"Identifier of zone",
"type":"string",
"example":"zone01"
},
"accessPoint":{
"description":"Collection of the access point information list.",
"type":"array",
"items":{
"description":"A type containing access point information.",
"type":"object",
"required":[
"accessPointId",
"connectionType",
"operationStatus",
"numberOfUsers",
"resourceURL"
],
"properties":{
"accessPointId":{
"description":"Identifier of access point, <E-CGI><Cell Portion ID> (reference ETSI TS 129 171). Where the E-CGI is made up of the PLMN and Cell Identity (28 bit string). Then the PLMN is made up of the 3 digit MCC & 2 or 3 digit MNC. The Cell Portion is an optional element",
"type":"string",
"example":"001010000000000000000000000000001"
},
"locationInfo":{
"description":"A type containing location information with latitude, longitude and altitude, in addition the accuracy of the information are provided.",
"type":"object",
"required":[
"latitude",
"longitude",
"accuracy"
],
"properties":{
"latitude":{
"type":"number",
"format":"float",
"example":"80.123"
},
"longitude":{
"type":"number",
"format":"float",
"example":"70.123"
},
"altitude":{
"type":"number",
"format":"float",
"example":"10.0"
},
"accuracy":{
"type":"integer",
"format":"int32",
"example":"10"
}
}
},
"connectionType":{
"description":"The connection type for the access point",
"undefinedJsonSchema":{
"type":"string",
"enum":[
"Femto",
"LTE-femto",
"Smallcell",
"LTE-smallcell",
"Wifi",
"Pico",
"Micro",
"Macro",
"Wimax",
"Unknown"
],
"example":"Macro"
},
"operationStatus":{
"description":"The operation status of the access point",
"type":"string",
"enum":[
"Serviceable",
"Unserviceable",
"Unknown"
],
"example":"Serviceable"
},
"numberOfUsers":{
"description":"The number of users currently on the access point.",
"type":"integer",
"format":"uint32",
"example":"7"
},
"timezone":{
"description":"Time zone of access point",
"type":"string",
"format":"date-time",
"example":"2017-01-01T02:51:43Z"
},
"interestRealm":{
"description":"Interest realm of access point (e.g. geographical area, a type of industry etc.).",
"description":"Collection of the zone information list.",
"type":"array",
"items":{
"description":"A type containing user information.",
"type":"object",
"required":[
"address",
"accessPointId",
"zoneId",
"resourceURL"
],
"properties":{
"address":{
"description":"Address of user (e.g. \"sip\" URI, \"tel\" URI, \"acr\" URI).",
"accessPointId":{
"description":"The identity of the access point the user is currently on, see note 1.",
"type":"string",
"format":"uri",
"example":"acr:192.0.2.1"
"x-etsi-mec-cardinality":"1",
"x-etsi-mec-origin-type":"String"
},
"accessPointId":{
"description":"Identifier of access point, <E-CGI><Cell Portion ID> (reference ETSI TS 129 171). Where the E-CGI is made up of the PLMN and Cell Identity (28 bit string). Then the PLMN is made up of the 3 digit MCC & 2 or 3 digit MNC. The Cell Portion is an optional element",
"address":{
"description":"Address of user (e.g. 'sip' URI, 'tel' URI, 'acr' URI) currently on the access point, see note 1.",
"format":"uri",
"type":"string",
"example":"001010000000000000000000000000001"
"x-etsi-mec-cardinality":"1",
"x-etsi-mec-origin-type":"AnyURI"
},
"zoneId":{
"description":"Identifier of zone",
"ancillaryInfo":{
"description":"Reserved for future use.",
"type":"string",
"example":"zone01"
"x-etsi-mec-cardinality":"0..1",
"x-etsi-mec-origin-type":"String"
},
"resourceURL":{
"description":"Self referring URL.",
"contextLocationInfo":{
"description":"Contextual information of a user location (e.g. aisle, floor, room number, etc.).",
"description":"A type containing location information with latitude, longitude and altitude, in addition the accuracy of the information are provided.",
"type":"object",
"required":[
"latitude",
"longitude",
"accuracy"
],
"properties":{
"latitude":{
"type":"number",
"format":"float",
"example":"80.123"
"accuracy":{
"type":"number"
},
"longitude":{
"type":"number",
"format":"float",
"example":"70.123"
"accuracyAltitude":{
"type":"number"
},
"accuracySemiMinor":{
"type":"number"
},
"altitude":{
"description":"Location altitude relative to the WGS84 ellipsoid surface.",