fiware-orion-client
Version:
A client Library that makes it easier to get access to Orion Context Broker (part of the FIWARE platform)
35 lines (34 loc) • 673 B
JSON
{
"contextResponses": [
{
"contextElement": {
"attributes": [
{
"name": "speed",
"type": "float",
"value": "98"
},
{
"name": "location",
"type": "coords",
"value": "34, 48",
"metadatas": [
{
"name": "location",
"type": "string",
"value": "WGS84"
}
]
}
],
"type": "Car",
"isPattern": false,
"id": "P-9878KLA"
},
"statusCode": {
"code": 200,
"reasonPhrase": "OK"
}
}
]
}