emergencyagent / data /alerts.json
Tahasaif3's picture
'code'
3790dba
raw
history blame contribute delete
488 Bytes
[
{
"id": "alert-001",
"severity": "High",
"message": "Flash flood warning in effect for coastal areas",
"timestamp": "2025-01-23T14:00:00Z"
},
{
"id": "alert-002",
"severity": "Medium",
"message": "Heat wave advisory - cooling centers open citywide",
"timestamp": "2025-01-23T12:00:00Z"
},
{
"id": "alert-003",
"severity": "Info",
"message": "All emergency services operating normally",
"timestamp": "2025-01-23T10:00:00Z"
}
]