Product pillar · v0.12.0
product-lifecycle Lifecycle
$id · https://corpospec.com/schemas/v0.12.0/product-lifecycle.schema.json
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| mode | LifecycleMode | yes | |
| id | PathRef? | — | PathRef of this record (conventionally `product/lifecycle`). |
| milestones | LifecycleMilestone[] | — | |
| wind_down_checklist | string[] | — |
Definitions
Shared types referenced within this schema.
FlagFlip
type: object
FlagValue
IntegrationStatus
Integration lifecycle status.
enum: "draft", "planned", "development", "testing", "active", "sunset", "retired"
IntegrationToggle
type: object
IsoDate
ISO 8601 date (YYYY-MM-DD).
type: string
LifecycleMilestone
type: object
LifecycleMode
enum: "perpetual", "time-bound"
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.12.0/product-lifecycle.schema.json