Market pillar · v0.7.1
gtm-strategy GtmStrategy
Go-to-market strategy definition.
$id · https://corpospec.com/schemas/v0.7.1/gtm-strategy.schema.json
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| id | PathRef | yes | Path-based cross-reference relative to .corpospec/ root. Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$` |
| model | GtmModel | yes | Go-to-market model. |
| as_of | IsoDate? | — | |
| custom | GtmCustom? | — | |
| description | string? | — | |
| discovery_channels | DiscoveryChannels? | — | |
| funnel | GrowthFunnel? | — | |
| monetization | PathRef? | — | |
| name | string? | — | |
| pricing | Pricing? | — | |
| primary_channel | string? | — | |
| primary_channels | string[] | — | |
| secondary_channels | string[] | — | |
| target_segment | TargetSegment? | — | |
| viral_mechanics | ViralMechanics? | — |
Definitions
Shared types referenced within this schema.
ChangelogEntry
A changelog entry recording a dated change.
type: object
ContentHook
Content hook for GTM strategy.
type: object
DiscountProgram
Discount program within pricing.
type: object
DiscoveryChannels
Discovery channels configuration.
type: object
DiscoveryPartnership
Partnership discovery channel.
type: object
DualPricingPlan
Dual pricing plan for multi-currency go-to-market.
type: object
FunnelStage
A stage in a user growth funnel.
type: object
GrowthFunnel
User growth funnel definition.
type: object
GtmCustom
Typed custom extension data for `GtmStrategy`.
type: object
GtmModel
Go-to-market model.
enum: "product-led-growth", "sales-led", "community-led", "partner-led", "viral-organic", "content-led", "hybrid", "location-based", "bid-proposal", "rfp-response", "broker-mediated", "franchise", "trade-show", "dealer-network"
IsoDate
ISO 8601 date (YYYY-MM-DD).
type: string
PathRef
Path-based cross-reference relative to .corpospec/ root.
Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
pattern: ^[a-z0-9_-]+(/[a-z0-9_.-]+)+$
Pricing
Pricing configuration.
type: object
PricingModel
Pricing model type.
enum: "freemium", "freemium-plus-usage", "subscription", "subscription-plus-usage", "usage-based", "enterprise", "hybrid", "retail", "per-unit", "project-based", "licensing", "hourly-rate", "auction", "cost-plus-pricing"
PricingTier
A single pricing tier.
type: object
TargetSegment
Target market segment.
type: object
UsageBasedPricing
Usage-based pricing configuration.
type: object
ViralMechanics
Viral growth mechanics configuration.
type: object
Reference in your YAML
# yaml-language-server: $schema=https://corpospec.com/schemas/v0.7.1/gtm-strategy.schema.json