People pillar · v0.7.1

org-structure OrgStructure

Organizational structure aligned with W3C ORG ontology.

$id · https://corpospec.com/schemas/v0.7.1/org-structure.schema.json

Fields

Field Type Required Description
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
type OrgType yes Organization type.
custom OrgCustom?
units OrgUnit[]

Definitions

Shared types referenced within this schema.

FutureSubsidiary
Future subsidiary planned by the organization.
type: object
HiringTimelineEntry
Entry in the org-level hiring timeline.
type: object
OrgCustom
Typed extension fields for OrgStructure.
type: object
OrgType
Organization type.
enum: "FormalOrganization", "OrganizationalUnit"
OrgUnit
Organizational unit within the structure.
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.7.1/org-structure.schema.json