DO.EWS.02 CapAlert
An alert is a collection of information that EWS can share with SP System to take anticipatory actions.
The CapAlert object shall contain alert metadata and descriptive elements aligned with the Common Alerting Protocol (CAP) v1.2. This ensures semantic interoperability and consistent interpretation of alert messages across systems.
Normative Reference: OASIS Common Alerting Protocol (CAP) v1.2 https://docs.oasis-open.org/emergency/cap/v1.2/CAP-v1.2.html
restriction
0...1
The text describing the rule for limiting distribution of the restricted alert message
addresses
0...1
The group listing of intended recipients of the alert message. Required when is “Private”, optional when is “Public” or “Restricted”.
references
0...1
The group listing identifying earlier message(s) referenced by the alert message
{
"identifier": "ALERT-2026-00001",
"sender": "ews.gov.lb",
"sent": "2026-06-22T10:00:00Z",
"status": "Actual",
"msgType": "Alert",
"source": "National Early Warning System",
"scope": "Public",
"info": [
{
"language": "en-US",
"category": [
"Met"
],
"event": "Flash Flood",
"responseType": [
"Prepare"
],
"urgency": "Immediate",
"severity": "Severe",
"certainty": "Likely",
"headline": "Flash Flood Warning",
"description": "Heavy rainfall may cause flash flooding.",
"instruction": "Move to higher ground.",
"effective": "2026-06-22T10:00:00Z",
"expires": "2026-06-22T18:00:00Z",
"area": [
{
"areaDesc": "Bekaa Governorate",
"polygon": [
"33.85,35.45 33.95,35.45 33.95,35.55 33.85,35.55 33.85,35.45"
],
"geocode": [
{
"valueName": "ADMIN_CODE",
"value": "LB-BI"
}
]
},
{
"areaDesc": "Baalbek District",
"geocode": [
{
"valueName": "SPMIS_DISTRICT_ID",
"value": "DISTRICT_101"
}
]
}
]
}
]
}Last updated
Was this helpful?

