Brand pillar · v0.15.2

brand-asset-catalog Brand Asset Catalog

Inventory of brand assets — logos, fonts, illustration sets, sound marks, motion files — addressable by PathRef. Each entry pairs a file reference with a role (`logo-primary`, `font-display`, `motion-loader`) and the surfaces it ships on. The catalog is the single source of truth that other brand records (logo, typography, iconography, photography) point into; it MUST stay in sync with what the repository actually contains. Scope: one per company. Lives at `brand/asset-catalog.yaml`.

$id · https://corpospec.com/schemas/v0.15.2/brand-asset-catalog.schema.json

Fields

Field Type Required Description
assets BrandAsset[]
id PathRef? PathRef of this record (conventionally `brand/asset-catalog`). Optional for back-compat with catalogs embedded inside other brand records; required when stored as a standalone pillar file.

Definitions

Shared types referenced within this schema.

AssetKind
BrandAsset
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.15.2/brand-asset-catalog.schema.json