Skip to content

Document template · generic.it.dr_bcp_plan

DR/BCP Plan

  • Render-verified
  • Informational
  • Version 1.0.0

Organisational DR/BCP plan covering recovery objectives per system, incident categories, recovery strategies, communication plan, and testing schedule.

JSON Schema

Fields in this template

Data sent to the API is validated against the template’s JSON Schema before anything is rendered. This template defines 37 fields:

Field Required Type Description
entity Required string
version Required string
effective_date Required date
next_review Optional date
scope Required object
scope.systems_in_scope Required array of string
objectives Required array of object
objectives[].system Required string
objectives[].rto_hours Required number
objectives[].rpo_hours Required number
incident_categories Optional array of object
incident_categories[].category Required string
incident_categories[].likelihood Required enum
incident_categories[].impact Required enum
incident_categories[].scenarios Required array of string
recovery_strategies Required array of object
recovery_strategies[].system Required string
recovery_strategies[].primary_site Required string
recovery_strategies[].dr_site Required string
recovery_strategies[].recovery_procedure_summary Required string
recovery_strategies[].responsible_team Required string
communication_plan Required object
communication_plan.internal_stakeholders Required array of string
communication_plan.external_stakeholders Required array of string
communication_plan.media_contact Required string
testing_schedule Required array of object
testing_schedule[].exercise_type Required enum
testing_schedule[].frequency Required string
testing_schedule[].last_test_date Optional date
testing_schedule[].result_summary Optional string

+7 more fields — the full JSON Schema is available in the dashboard and via the API.

POST /render

Generate it

One POST /render call: send your JSON, get the finished PDF back. Or skip the JSON entirely and describe the document in plain language on chut.app.

curl
curl -X POST https://api.papii.eu/render \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "generic.it.dr_bcp_plan",
    "data": { ... },
    "options": {"language": "en"}
  }' -o dr-bcp-plan.pdf

Frequently asked questions

What is “DR/BCP Plan”?

Organisational DR/BCP plan covering recovery objectives per system, incident categories, recovery strategies, communication plan, and testing schedule. On papii this document is available as template generic.it.dr_bcp_plan: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a DR/BCP Plan with AI?

Yes. chut.app — the AI back office papii powers — fills this template from a plain-language description: you describe the document in one sentence, the AI structures the data, papii validates it against the schema and renders the PDF. Developers can also call the papii API directly with structured JSON.

Is the DR/BCP Plan template legally compliant?

This template is render-verified: its schema, sample data and PDF output are automatically tested on every release. It is published with status “ready”, meaning it has not yet been through papii’s final legal review. Where it references specific legislation, that is stated in the template description — always have a professional check documents with legal effect before relying on them.