Betydande incident enligt cybersäkerhetslagen
Dokumenterar den rättsliga och faktiska bedömningen av om en verksamhetsutövare omfattas av cybersäkerhetslagen och registrerar därefter en möjlig betydande incident, upplysning inom 24 timmar, incidentanmälan inom 24 eller 72 timmar samt läges- eller slutrapport.
- Protocol
- proseid/1.0
- Version
- v2026.07.27
- Applies in
- Sweden
- Recommended language
- Svenska
- Fields
- 43
- Flow price
- $0.20
- Publisher fee
- None
Time periods
Legal references
Schema fields
43 fieldsExample payload
{
"responses": {
"nis2_scope_confirmed": false,
"incident_handled_after_status_report": false,
"initial_notice_submitted_at": "",
"initial_notice_within_24_hours": false,
"incident_notification_submitted": false,
"annual_turnover_eur": null,
"available_indicators_provided": false,
"service_recipient_notice_needed": false,
"incident_notification_within_applicable_deadline": false,
"one_month_reporting_point_reached": false,
"threat_type_or_root_cause": "",
"mitigation_measures": "",
"status_report_submitted": false,
"incident_summary": "",
"became_aware_time_and_zone": "",
"initial_severity_and_impact_assessment": "",
"sector": "",
"is_significant": false,
"cross_border_impact": false,
"annual_balance_sheet_total_eur": null,
"interim_report_submitted": false,
"incident_still_ongoing_at_one_month": false,
"suspected_unlawful_or_malicious_cause": "",
"size_independent_basis": "",
"interim_report_requested": false,
"became_aware_at": "",
"final_incident_description_and_impact": "",
"scope_assessment_reference": "",
"final_report_submitted": false,
"staff_headcount": null,
"reporting_entity_type": "",
"dora_or_equivalent_sector_rules_displace_reporting": false,
"one_month_status_update_summary": "",
"indicators_of_compromise_available": false,
"initial_notice_submitted": false,
"partner_and_linked_enterprise_data_included": false,
"service_recipients_informed": false,
"interim_status_update_summary": "",
"incident_notification_submitted_at": "",
"covered_activity_and_swedish_nexus": false,
"entity_name": ""
},
"effective_at": "2026-07-27"
}The request body this schema expects. Fill in responses and keep the field IDs unchanged. Validation becomes callable after you use this release in a published Flow.
API usage
Create a Flow from this schema, then replace the route placeholders with that Flow's organization and address. Validation is free and runs against the exact release bound to the Flow. It returns the engine's resolved fields and legal time period when ready, or a structured error with field-level issues.
curl -X POST https://proseid.com/api/v1/validate/{your-org}/{flow-slug} \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d @payload.json{
"valid": true,
"status": "READY",
"definitions": { ... },
"issues": [],
"effective_at": "2026-07-19",
"temporal_context": {
"logic_version": "current",
"valid_range": ["2026-01-01", null]
}
}{
"error": {
"code": "validation_failed",
"message": "the document did not pass validation",
"details": {
"status": "INCOMPLETE",
"issues": [{
"field_id": "nis2_scope_confirmed",
"kind": "missing_required",
"severity": "error",
"trigger": "completion",
"message": "Required field is missing"
}]
}
}
}Published versions
Permanent, attributable versionsTrust ledger
Crowd → credentialedNo votes yet.
No attestations yet. A verified professional can vouch for a specific version.