[ { "id": "urn:ngsi-ld:Vehicle:randomUUID", "type": "Vehicle", "speed": { "type": "Property", "values": [ [ 80.0, "2020-08-01T12:05:00Z" ], [ 100.0, "2020-08-01T12:07:00Z" ] ] }, "fuelLevel": { "type": "Property", "values": [ [ 53.0, "2020-08-01T13:05:00Z" ], [ 40.0, "2020-08-01T14:07:00Z" ] ] } }, { "id": "urn:ngsi-ld:Vehicle:randomUUID", "type": "Vehicle", "speed": { "type": "Property", "values": [ [ 120.0, "2020-09-01T12:03:00Z" ], [ 80.0, "2020-09-01T12:05:00Z" ], [ 100.0, "2020-09-01T12:07:00Z" ] ] }, "fuelLevel": { "type": "Property", "values": [ [ 67.0, "2020-09-01T12:03:00Z" ], [ 53.0, "2020-09-01T13:05:00Z" ], [ 40.0, "2020-09-01T14:07:00Z" ] ] } } ]