People pillar · v0.16.0

onboarding-plan OnboardingPlan

Entity-wide onboarding template.

$id · https://corpospec.com/schemas/v0.16.0/onboarding-plan.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_.-]+)+$`
name string yes
tasks OnboardingTaskTemplate[] yes
applies_to_roles PathRef[] PathRefs to roles this template applies to (empty ⇒ entity-wide).
effective_to IsoDate?

Definitions

Shared types referenced within this schema.

IsoDate
ISO 8601 date (YYYY-MM-DD).
type: string
OnboardingCategory
Onboarding-task category.
OnboardingTaskTemplate
Template task (rule).
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_.-]+)+$

Reference in your YAML

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