Legal pillar · v0.7.1

legal-action-item LegalActionItem

A tracked legal action item.

$id · https://corpospec.com/schemas/v0.7.1/legal-action-item.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_.-]+)+$`
item string yes
priority LegalActionItemPriority yes Priority level for a legal action item.
status LegalActionItemStatus yes Status of a legal action item.
custom LegalActionItemCustom?
due_date IsoDate?
note string?

Definitions

Shared types referenced within this schema.

IsoDate
ISO 8601 date (YYYY-MM-DD).
type: string
LegalActionItemCustom
Typed custom extension data for `LegalActionItem`.
type: object
LegalActionItemPriority
Priority level for a legal action item.
enum: "high", "medium", "low"
LegalActionItemStatus
Status of a legal action item.
enum: "pending", "in-progress", "done", "deferred"
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/legal-action-item.schema.json