/** * JSONata for converting from Cesva-TA120 to NGSI NoiseLevelObserved in its Simplified representation with key-value pairs. * * @author Alexandre Alapetite * @copyright Alexandra Institute for the SynchroniCity European project as a contribution to FIWARE . * @license MIT * @date 2019-12-17 / 2019-12-20 */ { "id": NoiseLevelObserved.id, "type": NoiseLevelObserved.type, "LAeq": NoiseLevelObserved.LAeq, "dateObservedFrom": NoiseLevelObserved.dateObserved, "dateObservedTo": NoiseLevelObserved.dateObserved, "location": NoiseLevelObserved.location }