Creator pillar · v0.14.1

content-series ContentSeries

A creator-authored editorial bucket grouping videos that share a theme.

$id · https://corpospec.com/schemas/v0.14.1/content-series.schema.json

Fields

Field Type Required Description
channel PathRef yes Channel this series runs on.
description string yes
id PathRef yes CorpoSpec PathRef (e.g. `creator/content-series/weekly-deepdive`).
publication_cadence PublicationCadence yes Publication cadence of a content series.
slug string yes URL-friendly slug used in the path key. Stable across renames.
status ContentSeriesStatus yes Lifecycle status of a content series.
title string yes
episodes PathRef[] Episodes in publication order; PathRef list to `creator/videos/`.

Definitions

Shared types referenced within this schema.

ContentSeriesStatus
Lifecycle status of a content series.
enum: "active", "archived", "planned"
PathRef
Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
pattern: ^[a-z0-9_-]+(/[a-z0-9_.-]+)+$
PublicationCadence
Publication cadence of a content series.

Reference in your YAML

# yaml-language-server: $schema=https://corpospec.com/schemas/v0.14.1/content-series.schema.json