Schema record
@proseid v2026.01.15 SE

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
Adapt schema
Publication
Protocol
Proseid_v1.0
Version
v2026.01.15
Applies in
Sweden
Fields
9

Schema fields

9 fields
entity_name
String
Reporting entity
Req
sector
Select
"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_at
Date
When you became aware
Req
incident_summary
String
What happened
Req
is_significant
Boolean
Significant incident? (severe operational disruption, financial loss, or harm to others)
Req
cross_border_impact
Boolean
Affects other EU member states
Opt
early_warning_submitted
Boolean
Early warning sent (24 h)
Opt
notification_submitted
Boolean
Incident notification sent (72 h)
Opt
final_report_submitted
Boolean
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 versions
Loading release history…

Trust ledger

Crowd → credentialed
P
Provenance
Community publisher (unverified)
@proseid · latest v2026.01.15
Community signal
0
0 votes

No votes yet.

Attestations · by version
0 total

No attestations yet. A verified professional can vouch for a specific version.

Discussion

0 comments
to join the discussion.