People pillar · v0.16.0

skill-profile SkillProfile

Per-person skill profile.

$id · https://corpospec.com/schemas/v0.16.0/skill-profile.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_.-]+)+$`
last_reviewed IsoDate yes ISO 8601 date (YYYY-MM-DD).
person PathRef yes Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
proficiencies SkillProficiency[] yes

Definitions

Shared types referenced within this schema.

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_.-]+)+$
ProficiencyLevel
Five-level Dreyfus proficiency.
enum: "novice", "advanced_beginner", "competent", "proficient", "expert"
SkillProficiency
Per-person proficiency assertion (self-attested or manager-attested).
type: object

Reference in your YAML

# yaml-language-server: $schema=https://corpospec.com/schemas/v0.16.0/skill-profile.schema.json