Operations pillar · v0.16.0

disaster-recovery-plan DisasterRecoveryPlan

Disaster-recovery plan.

$id · https://corpospec.com/schemas/v0.16.0/disaster-recovery-plan.schema.json

Fields

Field Type Required Description
backup_cadence BackupCadence yes Backup cadence.
control_basis string yes
effective_from IsoDate yes ISO 8601 date (YYYY-MM-DD).
entity PathRef yes Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
id PathRef yes Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
next_review_due IsoDate yes ISO 8601 date (YYYY-MM-DD).
owner PathRef yes Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
rpo_target_minutes number yes Target RPO (minutes).
rto_target_hours number yes Target RTO (hours).
standby_locations string[] yes Standby site / region (e.g. "AWS eu-central-1" + "eu-west-1").
standby_strategy StandbyStrategy yes Standby strategy.
status DrStatus yes Plan lifecycle.
system PathRef yes PathRef to the system covered.
tests DrTest[] yes
bcp_ref PathRef? PathRef to the parent BCP.
failover_runbook PathRef? PathRef to failover runbook.

Definitions

Shared types referenced within this schema.

BackupCadence
Backup cadence.
enum: "continuous", "every_fifteen_minutes", "hourly", "daily", "weekly", "monthly"
DrStatus
Plan lifecycle.
enum: "draft", "approved", "in_revision", "retired"
DrTest
DR test record.
type: object
DrTestOutcome
DR test outcome.
enum: "passed", "passed_with_observations", "failed"
IsoDate
ISO 8601 date (YYYY-MM-DD).
type: string
PathRef
Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
pattern: ^[a-z0-9_-]+(/[a-z0-9_.-]+)+$
StandbyStrategy
Standby strategy.

Reference in your YAML

# yaml-language-server: $schema=https://corpospec.com/schemas/v0.16.0/disaster-recovery-plan.schema.json