People pillar · v0.16.0
career-ladder CareerLadder
Career ladder for a job-family.
$id · https://corpospec.com/schemas/v0.16.0/career-ladder.schema.json
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| 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_.-]+)+$` |
| levels | LadderLevel[] | yes | |
| name | string | yes | |
| effective_to | IsoDate? | — | |
| skill_family_ref | PathRef? | — | PathRef into the related skill_family (e.g. Engineering). |
Definitions
Shared types referenced within this schema.
IsoDate
ISO 8601 date (YYYY-MM-DD).
type: string
LadderLevel
One level in a ladder.
type: object
PathRef
Path-based cross-reference relative to .corpospec/ root.
Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
pattern: ^[a-z0-9_-]+(/[a-z0-9_.-]+)+$
ProficiencyLevel
Five-level Dreyfus proficiency.
enum: "novice", "advanced_beginner", "competent", "proficient", "expert"
SkillRequirement
Required-skill rule for a level.
type: object
Reference in your YAML
# yaml-language-server: $schema=https://corpospec.com/schemas/v0.16.0/career-ladder.schema.json