Governance pillar · v0.7.1
okr Okr
Objectives and Key Results record for strategic planning.
$id · https://corpospec.com/schemas/v0.7.1/okr.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_.-]+)+$` |
| objectives | Objective[] | yes | |
| owner | PathRef | yes | Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$` |
| period | Period | yes | A time period with start and end dates. |
| status | OkrStatus | yes | OKR status. |
| label | string? | — |
Definitions
Shared types referenced within this schema.
IsoDate
ISO 8601 date (YYYY-MM-DD).
type: string
KeyResult
Key result within an objective.
type: object
KrUnit
Key result unit.
enum: "count", "ratio", "percentage", "currency", "days"
Objective
Objective within an OKR set.
type: object
OkrStatus
OKR status.
enum: "draft", "active", "closed", "cancelled"
PathRef
Path-based cross-reference relative to .corpospec/ root.
Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
pattern: ^[a-z0-9_-]+(/[a-z0-9_.-]+)+$
Period
A time period with start and end dates.
type: object
PeriodType
Period type discriminator.
enum: "instant", "duration"
Priority
Priority level.
enum: "high", "medium", "low"
Reference in your YAML
# yaml-language-server: $schema=https://corpospec.com/schemas/v0.7.1/okr.schema.json