Legal pillar · v0.7.1
policy Policy
Organizational policy document.
$id · https://corpospec.com/schemas/v0.7.1/policy.schema.json
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| id | PathRef | yes | Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$` |
| name | string | yes | |
| status | PolicyStatus | yes | Policy lifecycle status. |
| custom | PolicyCustom? | — | |
| description | string? | — | |
| effective_date | IsoDate? | — | |
| owner | PathRef? | — | |
| provisions | string[] | — | |
| related_decisions | PathRef[] | — | |
| review_date | IsoDate? | — | |
| scope | string? | — |
Definitions
Shared types referenced within this schema.
DataProcessor
A data processor entry in a data protection policy.
type: object
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_.-]+)+$
PolicyCustom
Typed custom extension data for `Policy`.
type: object
PolicyStatus
Policy lifecycle status.
enum: "draft", "active", "under-review", "archived"
Reference in your YAML
# yaml-language-server: $schema=https://corpospec.com/schemas/v0.7.1/policy.schema.json