Market pillar · v0.8.1
services-pricing ServicesPricing
Professional services pricing.
$id · https://corpospec.com/schemas/v0.8.1/services-pricing.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_.-]+)+$` |
| name | string | yes | |
| capacity_constraints | CapacityConstraints? | — | |
| custom | ServicesPricingCustom? | — | |
| description | string? | — | |
| nrr_classification | string? | — | |
| related_decisions | PathRef[] | — | |
| services | ServiceDefinition[] | — |
Definitions
Shared types referenced within this schema.
CapacityConstraints
Capacity constraints for professional services.
type: object
DayRate
Day rate range for a professional service.
`min` and `max` bound the rate in `currency`. The schema does not
cross-validate that `min <= max`; that invariant is enforced at the
validator layer so downstream consumers can still deserialise
historical or partial data.
type: object
IsoCurrency
ISO 4217 currency code.
pattern: ^[A-Z]{3}$
PathRef
Path-based cross-reference relative to .corpospec/ root.
Pattern: `^[a-z0-9_-]+(/[a-z0-9_.-]+)+$`
pattern: ^[a-z0-9_-]+(/[a-z0-9_.-]+)+$
PlannedDayRate
Planned day-rate range in a target currency (e.g. USD rates staged
for activation alongside the primary currency).
type: object
ServiceDefinition
A professional service offering.
type: object
ServicesDualPricingPlan
Services-pricing dual-currency plan — lighter than `DualPricingPlan`
because services-pricing needs only routing and tax-compliance detail.
type: object
ServicesPricingCustom
Typed custom extension data for `ServicesPricing`.
type: object
Reference in your YAML
# yaml-language-server: $schema=https://corpospec.com/schemas/v0.8.1/services-pricing.schema.json