Product pillar · v0.8.1

feature-matrix FeatureMatrix

Feature matrix defining competitive comparison dimensions.

$id · https://corpospec.com/schemas/v0.8.1/feature-matrix.schema.json

Fields

Field Type Required Description
dimensions FeatureDimension[] yes
id PathRef yes Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
name string yes
custom FeatureMatrixCustom?
description string?

Definitions

Shared types referenced within this schema.

FeatureDimension
A dimension in a competitive feature matrix.
type: object
FeatureMatrixCustom
Typed extension fields for FeatureMatrix.
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.8.1/feature-matrix.schema.json