Swedish Cybersecurity Act significant-incident report
Records a potentially significant incident under Sweden's Cybersecurity Act and tracks the staged early-warning, incident-notification, and final-report duties introduced through NIS2.
Compatible with
FormGuided assessmentCompliance checklistAPI
Publication
- Protocol
- Proseid_v1.0
- Version
- v2026.01.15
- Applies in
- Sweden
- Fields
- 9
Controlling sources
Legal references
Cybersäkerhetslag (2025:1506)
Directive (EU) 2022/2555 (NIS2) Article 23
Source ↗Schema fields
9 fieldsField
Type
Description
Req
entity_nameString
Reporting entity
Req
sectorSelect
"energy" | "transport" | "banking" | "financial_market" | "health" | "drinking_water" | "waste_water" | "digital_infrastructure" | "ict_service_management" | "public_administration" | "space" | "postal" | "waste" | "chemicals" | "food" | "manufacturing" | "digital_providers" | "research"
Req
became_aware_atDate
When you became aware
Req
incident_summaryString
What happened
Req
is_significantBoolean
Significant incident? (severe operational disruption, financial loss, or harm to others)
Req
cross_border_impactBoolean
Affects other EU member states
Opt
early_warning_submittedBoolean
Early warning sent (24 h)
Opt
notification_submittedBoolean
Incident notification sent (72 h)
Opt
final_report_submittedBoolean
Final report sent (1 month)
Opt
Example payload
JSON
{
"entity_name": "",
"sector": "energy",
"became_aware_at": "",
"incident_summary": "",
"is_significant": false,
"cross_border_impact": false,
"early_warning_submitted": false,
"notification_submitted": false,
"final_report_submitted": false
}A blank payload matching this schema's fields. Fill it in and POST to validate.
API usage
POST your payload to validate against the latest version. Returns 200 if valid, 422 with structured field-level errors otherwise.
cURL
curl -X POST https://proseid.com/api/v1/validate/proseid/swedish-cybersecurity-act-significant-incident-r \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d @payload.json 200 OK
{
"status": "READY",
"schema": "proseid/swedish-cybersecurity-act-significant-incident-r",
"version": "2026.01.15",
"errors": []
} 422 Invalid
{
"status": "INVALID",
"errors": [{
"field_id": "entity_name",
"kind": "required",
"message": "This field is required."
}]
}Release history
Immutable versionsLoading release history…
Trust ledger
Crowd → credentialedP
Provenance
Community publisher (unverified)
@proseid · latest v2026.01.15
Community signal
0
0 votes
No votes yet.
Attestations · by version
0 totalNo attestations yet. A verified professional can vouch for a specific version.
Discussion
0 comments
to join the discussion.