Product pillar · v0.10.0
product-localization LocalizationMatrix
$id · https://corpospec.com/schemas/v0.10.0/product-localization.schema.json
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| default_language | string | yes | |
| id | PathRef? | — | PathRef of this record (conventionally `product/localization`). |
| locales | LocaleRow[] | — |
Definitions
Shared types referenced within this schema.
LocaleRow
type: object
LocaleScope
enum: "app", "landing", "both"
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.10.0/product-localization.schema.json