Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.48 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.48 KB

dataModel.Alert

This entity models an Alert and could be used to send alerts related to traffic jam, accidents, weather conditions, high level of pollutants and so on. T he purpose of the model is to support the generation of notifications for a user or trigger other actions, based on such alerts. An Alert is generated by a specific situation. The main features of an Alert is that it is not predictable and it is not a recurrent data. That means that an Alert could be an accident or a high level of pollutants measure, additionally it could a patient falling over or a car driving in the wrong direction on a highway. Some examples of context data are type of Alert (traffic, weather, security, and pollution, etc.), severity, location and so on.

List of data models

The following entity types are available:

  • Alert. An alert generated by a user or device in a given location

  • Anomaly. This entity contains a harmonised description of an anomaly.

Contributors

Link to the 4 current contributors of the data models of this Subject.

Contribution

You can raise an issue or submit your PR on existing data models