Property shape validators and the property extension mechanism. Every entity type's typed property interface is exported here, plus UPGPropertyMap, UPGNode<T>, and the auto-generated JSON Schema (UPG_PROPERTY_SCHEMA). Use to validate property values at import time or generate typed nodes.
Types type Cadence = | 'continuous' | 'hourly' | 'daily' | 'weekly' | 'monthly' | 'quarterly' | 'yearly' | 'on_demand' | 'other' Canonical cadence primitive for recurring activities, publications, and measurement schedules.
type CauseConfidence = 'hypothesised' | 'likely' | 'confirmed' Maturity of a root-cause determination during incident debugging.
type ClassificationCapabilitySurface # source type ClassificationCapabilitySurface = | 'delivery' | 'extensibility' | 'collaboration' | 'preview' | 'localization' | 'developer_experience' The six canonical capability surfaces of a `classification_value`.
type ComfortLevel = 'low' | 'medium' | 'high' | 'expert' | 'other' A person's comfort level with a tool, technology, or practice.
type Confidence = 'high' | 'medium' | 'low' Confidence level for assumptions, evidence, and feasibility.
type ConstraintKind = 'resource' | 'technical' | 'regulatory' | 'temporal' | 'compliance' | 'other' Kind of constraint.
type ConstraintOrigin = 'internal' | 'external' Where a constraint comes from (0.17.2).
type ConstraintStatus = 'binding' | 'advisory' | 'lifted' Whether a constraint is currently binding.
5- or 6-field cron expression.
type DataSensitivity = 'public' | 'internal' | 'confidential' | 'restricted' Data classification / sensitivity tier.
type DifficultyLevel = 'beginner' | 'intermediate' | 'advanced' Learning difficulty tier.
ISO 8601 duration string.
type EmptyCellRationaleKind = 'structural' | 'ideological' | 'opportunity' Reason a (axis_a × axis_b) cell in a 2-axis classification matrix is unoccupied.
type EvidenceDirection = 'supports' | 'refutes' | 'neutral' Direction of evidence relative to a claim (supports / refutes / neutral).
type FrequencyRating = 'constant' | 'regular' | 'occasional' | 'rare' | 'other' Qualitative frequency rating (distinct from the numeric `frequency_5` scale and from `Cadence`'s calendar tiers).
type GuardrailStatus = 'safe' | 'warning' | 'breached' Current guardrail health state.
type HealthStatus = 'on_track' | 'at_risk' | 'off_track' Traffic-light health status for initiatives, features, and delivery
type IncidentSeverity = 'sev1' | 'sev2' | 'sev3' | 'sev4' Incident severity tier (paging classification).
ISO 4217 three-character alphabetic currency code.
type ISODateTime = string ISO 8601 datetime with timezone (e.g.
type JourneyType = 'current_state' | 'future_state' | 'day_in_the_life' Whether a journey maps current or future state.
type LogLevel = 'critical' | 'warning' | 'info' Operational log / alert verbosity level.
type LowMedHigh = Confidence Three-point ordinal scale: low / medium / high.
type MaturityLevel = 'initial' | 'developing' | 'defined' | 'managed' | 'optimizing' Capability/process maturity on the CMMI ladder.
type MetricCategory = 'acquisition' | 'activation' | 'retention' | 'referral' | 'revenue' | 'engagement' | 'happiness' | 'task_success' | '... AARRR or HEART category
type MetricDesignation = 'north_star' | 'kpi' | 'driver' | 'input' | 'guardrail' | 'proxy' | 'health' | 'vanity' | 'metric' Role a metric plays in the measurement system
type MetricHealth = 'healthy' | 'at_risk' | 'unhealthy' | 'unknown' Universal metric health rollup.
type MetricImpactLevel = 'impact' | 'outcome' | 'output' Where a metric sits in the impact hierarchy
type MetricIndicatorDirection # source type MetricIndicatorDirection = 'leading' | 'lagging' Whether a metric leads or lags the behaviour it measures
type MetricSegmentType = 'persona' | 'cohort' | 'channel' | 'geography' | 'device' | 'plan' | 'custom' Type of audience or group a metric segment represents
type MetricStatisticalFunction # source type MetricStatisticalFunction = 'average' | 'total' | 'count' | 'median' | 'rate' | 'ratio' | 'percentage' | 'score' | 'min' | 'max' | 'p95' | 'p99' ... Aggregation function applied to raw data
type NeedMaturity = 'raw' | 'validated' | 'prioritized' How mature a need is in our understanding
type NeedValence = 'pain' | 'gap' | 'constraint' What kind of experience a need represents
type Priority = 'urgent' | 'high' | 'medium' | 'low' | 'none' Task or strategic priority level
type PropertyModifier = NonNullable < PropertyDefinition [ 'modifier' ]> The three property-modifier values.
type PropertySchema = Record < string , PropertyDefinition >
type Protocol = | 'asyncapi' | 'event' | 'file' | 'graphql' | 'grpc' | 'mqtt' | 'other' | 'rest' | 'soap' | 'webhook' | 'websocket' Communication protocol for API contracts and data flows.
type ProxyConfidence = 'strong' | 'moderate' | 'weak' How strongly a proxy metric predicts the direct measure.
type ProxyReason = 'qualitative' | 'no_direct_measure' | 'not_yet_instrumented' | 'too_expensive' Why a metric is used as a proxy
type RuleStrength = 'must' | 'must_not' | 'exception' | 'warning' | 'guideline' How strict a rule is.
Semantic version string following semver.org 2.0.0.
type SignalChannel = | 'analytics_event' | 'community' | 'email' | 'in_app' | 'interview' | 'other' | 'review' | 'sales_call' | 'social' | ... Channel through which an inbound signal was received.
type SignalSentiment = 'positive' | 'neutral' | 'negative' | 'mixed' Sentiment polarity of an inbound signal.
type SignalUrgency = 'low' | 'medium' | 'high' | 'critical' Urgency level of an inbound signal (customer, support, or market).
type StoryTaskProperties = Record < string , never > canonical `task`.
Flexible, human-readable timeframe label.
type UPGNode = UPGBaseNode & { type : T properties ?: UPGPropertyMap [ T ] } A fully typed UPG node.
Interfaces interface A11yAnnotationProperties # source interface A11yAnnotationProperties Accessibility annotation.
interface A11yAuditProperties # source interface A11yAuditProperties Accessibility audit.
interface A11yGuidelineProperties # source interface A11yGuidelineProperties Accessibility guideline.
interface A11yIssueProperties # source interface A11yIssueProperties Accessibility issue.
interface A11yStandardProperties # source interface A11yStandardProperties Accessibility standard.
interface AcceptanceCriterionProperties # source interface AcceptanceCriterionProperties Acceptance criterion on a story or feature.
interface AccessPolicyProperties # source interface AccessPolicyProperties Access policy.
interface AccountProperties Sales account.
interface AcquisitionChannelProperties # source interface AcquisitionChannelProperties AcquisitionChannel entity.
interface AdCreativeProperties # source interface AdCreativeProperties Ad creative.
interface AffinityClusterProperties # source interface AffinityClusterProperties Affinity cluster grouping observations.
interface AgentDefinitionProperties # source interface AgentDefinitionProperties Agent definition.
interface AgentHookProperties # source interface AgentHookProperties Agent hook.
interface AgentSessionProperties # source interface AgentSessionProperties Agent session.
interface AgentSkillProperties # source interface AgentSkillProperties Agent skill.
interface AgentTaskProperties # source interface AgentTaskProperties Agent task.
interface AggregateProperties # source interface AggregateProperties DDD aggregate.
interface AiCostTrackerProperties # source interface AiCostTrackerProperties AI cost tracker.
interface AiDatasetProperties # source interface AiDatasetProperties Versioned AI training or evaluation dataset.
interface AiExperimentProperties # source interface AiExperimentProperties AI training or fine-tuning experiment.
interface AiGuardrailProperties # source interface AiGuardrailProperties AI guardrail.
interface AiModelProperties AI model.
interface AiTraceProperties Single LLM call or chain execution trace.
interface AlertRuleProperties # source interface AlertRuleProperties Alert rule.
interface AnnotationProperties # source interface AnnotationProperties Design annotation on a screen.
interface ApiContractProperties # source interface ApiContractProperties API contract.
interface ApiEcosystemProperties # source interface ApiEcosystemProperties API ecosystem.
interface ApiEndpointProperties # source interface ApiEndpointProperties API endpoint.
interface ApprovalRecordProperties # source interface ApprovalRecordProperties Approval record.
interface AssumptionProperties # source interface AssumptionProperties Assumption entity.
interface AttributionModelProperties # source interface AttributionModelProperties AttributionModel entity.
interface AuditLogPolicyProperties # source interface AuditLogPolicyProperties Audit log policy.
interface BehavioralSegmentProperties # source interface BehavioralSegmentProperties BehavioralSegment entity.
interface BetaProgramProperties # source interface BetaProgramProperties Beta program.
interface BoundedContextProperties # source interface BoundedContextProperties DDD bounded context.
interface BrandAssetProperties # source interface BrandAssetProperties Brand asset.
interface BrandColourProperties # source interface BrandColourProperties Brand colour.
interface BrandIdentityProperties # source interface BrandIdentityProperties Brand identity.
interface BrandImageryProperties # source interface BrandImageryProperties Brand imagery guidelines.
interface BrandLogoProperties # source interface BrandLogoProperties Brand logo variant.
interface BrandTypographyProperties # source interface BrandTypographyProperties Brand typography.
interface BrandVoiceProperties # source interface BrandVoiceProperties Brand voice guidelines.
interface BuildArtifactProperties # source interface BuildArtifactProperties Build artifact.
interface BusinessModelProperties # source interface BusinessModelProperties BusinessModel: root of a BMC-style model.
interface CapabilityProperties # source interface CapabilityProperties Capability entity.
interface CapacityPlanProperties # source interface CapacityPlanProperties CapacityPlan entity.
interface CeremonyProperties Ceremony entity.
interface CertificationProperties # source interface CertificationProperties Certification.
interface ChangelogProperties # source interface ChangelogProperties Changelog entry.
interface ChangeRequestProperties # source interface ChangeRequestProperties Change request.
interface ChurnReasonProperties # source interface ChurnReasonProperties Churn reason.
interface CiPipelineProperties # source interface CiPipelineProperties CI pipeline.
interface ClassificationAxisProperties # source interface ClassificationAxisProperties ClassificationAxis: a dimension along which subjects are classified.
interface ClassificationCapability # source interface ClassificationCapability A capability surface and its bullet list on a `classification_value`.
interface ClassificationCommitment # source interface ClassificationCommitment Defining architectural commitment of a `classification_value`.
interface ClassificationValueProperties # source interface ClassificationValueProperties ClassificationValue: a value on a classification axis.
interface CodeRepositoryProperties # source interface CodeRepositoryProperties Code repository.
interface CohortProperties Cohort entity.
interface CommandProperties CQRS command.
interface CompetitiveAnalysisProperties # source interface CompetitiveAnalysisProperties Competitive analysis exercise or snapshot.
interface CompetitiveBattleCardProperties # source interface CompetitiveBattleCardProperties CompetitiveBattleCard entity.
interface CompetitorFeatureProperties # source interface CompetitorFeatureProperties Competitor feature or capability.
interface CompetitorProperties # source interface CompetitorProperties A product or approach competing for the same user need.
interface CompetitorSignalProperties # source interface CompetitorSignalProperties Competitor signal: a dated competitor move mapped onto our portfolio.
interface ComplianceFrameworkProperties # source interface ComplianceFrameworkProperties Compliance framework.
interface ComplianceRequirementProperties # source interface ComplianceRequirementProperties Compliance requirement.
interface ConstraintProperties # source interface ConstraintProperties Constraint: a named limitation or boundary on product creation.
interface ContentCalendarProperties # source interface ContentCalendarProperties Content calendar.
interface ContentPieceProperties # source interface ContentPieceProperties Content piece.
interface ContentStrategyProperties # source interface ContentStrategyProperties ContentStrategy entity.
interface ContentThemeProperties # source interface ContentThemeProperties Content theme.
interface ContractClauseProperties # source interface ContractClauseProperties Contract clause.
interface ContractProperties Contract.
interface CostStructureProperties # source interface CostStructureProperties CostStructure.
interface CulturalAdaptationProperties # source interface CulturalAdaptationProperties Cultural adaptation.
interface CustomerFeedbackProperties # source interface CustomerFeedbackProperties Customer feedback.
interface CustomerHealthScoreProperties # source interface CustomerHealthScoreProperties Customer health score.
interface CustomerJourneyStageProperties # source interface CustomerJourneyStageProperties Customer journey stage.
interface CustomerRelationshipProperties # source interface CustomerRelationshipProperties CustomerRelationship.
interface DashboardProperties # source interface DashboardProperties Dashboard entity.
interface DatabaseSchemaProperties # source interface DatabaseSchemaProperties Database schema.
interface DataClassificationProperties # source interface DataClassificationProperties Data classification.
interface DataContractProperties # source interface DataContractProperties Data contract.
interface DataDomainProperties # source interface DataDomainProperties DataDomain.
interface DataFlowProperties Data flow between services.
interface DataLineageProperties # source interface DataLineageProperties DataLineage entity.
interface DataModelProperties # source interface DataModelProperties DataModel entity.
interface DataPipelineProperties # source interface DataPipelineProperties DataPipeline entity.
interface DataProductProperties # source interface DataProductProperties DataProduct entity.
interface DataQualityRuleProperties # source interface DataQualityRuleProperties DataQualityRule entity.
interface DataSourceProperties # source interface DataSourceProperties DataSource entity.
interface DecisionProperties Decision record.
interface DeliverableProperties # source interface DeliverableProperties Deliverable.
interface DemandGenProgramProperties # source interface DemandGenProgramProperties DemandGenProgram entity.
interface DepartmentProperties # source interface DepartmentProperties Department entity.
interface DependencyProperties # source interface DependencyProperties Dependency entity.
interface DeploymentProperties # source interface DeploymentProperties Deployment.
interface DesignComponentProperties # source interface DesignComponentProperties Design system component.
interface DesignConceptProperties # source interface DesignConceptProperties Design concept being explored.
interface DesignGuidelineProperties # source interface DesignGuidelineProperties Design guideline.
interface DesignPatternProperties # source interface DesignPatternProperties Reusable design pattern.
interface DesignQuestionProperties # source interface DesignQuestionProperties Design question framing an open problem.
interface DesignSprintProperties # source interface DesignSprintProperties DesignSprint entity.
interface DesignSystemProperties # source interface DesignSystemProperties Design system as a whole.
interface DesignTokenProperties # source interface DesignTokenProperties Design token.
interface DesiredOutcomeProperties # source interface DesiredOutcomeProperties DesiredOutcome entity.
interface DeveloperPortalProperties # source interface DeveloperPortalProperties Developer portal.
interface DiscountStrategyProperties # source interface DiscountStrategyProperties Discount strategy.
interface DistributionChannelProperties # source interface DistributionChannelProperties DistributionChannel.
interface DocumentationTemplateProperties # source interface DocumentationTemplateProperties Documentation template.
interface DocumentProperties Document.
interface DomainEntityProperties # source interface DomainEntityProperties DDD domain entity.
interface DomainEventProperties # source interface DomainEventProperties Domain event in an event-driven architecture.
interface EducationProgramProperties # source interface EducationProgramProperties Education program.
interface EmailSequenceProperties # source interface EmailSequenceProperties Email sequence.
An empty (axis_a_value × axis_b_value) cell with rationale for non-occupancy.
A collection of related user stories that delivers a feature or capability.
interface ErrorBudgetProperties # source interface ErrorBudgetProperties Error budget.
interface EvalBenchmarkProperties # source interface EvalBenchmarkProperties Evaluation benchmark.
interface EvalRunProperties Evaluation run.
interface EventProperties Event.
interface EventSchemaProperties # source interface EventSchemaProperties EventSchema entity.
interface EvidenceProperties Evidence supporting or refuting a hypothesis (P2: lifecycle-free snapshot).
interface ExperimentPlanProperties # source interface ExperimentPlanProperties The validation PLAN: the design for a structured test of a hypothesis (UCS pattern P4: work-unit).
interface ExperimentProperties # source interface ExperimentProperties A structured test designed to validate a hypothesis.
interface ExperimentRunProperties # source interface ExperimentRunProperties Execution evidence for a structured test of a hypothesis (UCS pattern P6: event-occurrence).
interface ExternalApiProperties # source interface ExternalApiProperties External API dependency.
interface FeasibilityStudyProperties # source interface FeasibilityStudyProperties FeasibilityStudy entity.
interface FeatureAreaProperties # source interface FeatureAreaProperties A structural grouping of related features within a product.
interface FeatureFlagProperties # source interface FeatureFlagProperties Feature flag.
interface FeatureProperties A discrete, user-facing capability of the product.
interface FeatureRequestProperties # source interface FeatureRequestProperties Feature request raised by customer, prospect, or internal stakeholder.
interface FeedbackProgramProperties # source interface FeedbackProgramProperties Feedback program.
interface FeedbackThemeProperties # source interface FeedbackThemeProperties Recurring theme identified across feedback signals.
interface FeedbackVoteProperties # source interface FeedbackVoteProperties Feedback vote.
Specific change that resolved an issue.
interface ForecastProperties Revenue forecast.
interface FrameworkExerciseProperties # source interface FrameworkExerciseProperties Framework exercise: one run of a framework over a set of entities.
interface FunnelProperties Funnel entity.
interface FunnelStepProperties # source interface FunnelStepProperties FunnelStep entity.
interface GlossaryTermProperties # source interface GlossaryTermProperties GlossaryTerm entity.
interface GrowthCampaignProperties # source interface GrowthCampaignProperties GrowthCampaign entity.
interface GrowthLoopProperties # source interface GrowthLoopProperties GrowthLoop entity.
interface GtmStrategyProperties # source interface GtmStrategyProperties GtmStrategy entity.
interface HallucinationReportProperties # source interface HallucinationReportProperties Hallucination report.
interface HelpVideoProperties # source interface HelpVideoProperties Help video.
interface HypothesisEvidenceProperties # source interface HypothesisEvidenceProperties canonical entity for all evidence: carries both `evidence_rigor` and `evidence_source` axes, plus `weight`, `summary`, and `observed_at`.
interface HypothesisProperties # source interface HypothesisProperties A testable belief.
interface IdealCustomerProfileProperties # source interface IdealCustomerProfileProperties IdealCustomerProfile entity.
interface IncidentProperties Incident.
interface InfrastructureComponentProperties # source interface InfrastructureComponentProperties Infrastructure component.
interface InitiativeProperties # source interface InitiativeProperties Initiative entity.
interface InsightProperties Unified insight, synthesised from evidence and observations.
interface IntegrationPartnerProperties # source interface IntegrationPartnerProperties Integration partner.
interface IntegrationPatternProperties # source interface IntegrationPatternProperties Integration pattern between systems.
interface InteractionSpecProperties # source interface InteractionSpecProperties Interaction specification.
interface InternalDocProperties # source interface InternalDocProperties Internal document.
interface InterviewGuideProperties # source interface InterviewGuideProperties Interview guide document.
interface InvestigationProperties # source interface InvestigationProperties Active thread of inquiry: debugging, architecture exploration, RCA.
interface InvoiceProperties Invoice.
interface IpAssetProperties Intellectual property asset.
Job-to-be-Done: the underlying goal a user is trying to accomplish.
interface JobStepProperties JobStep entity.
interface JourneyActionProperties # source interface JourneyActionProperties Discrete action at a journey step, classified by service layer.
interface JourneyPhaseProperties # source interface JourneyPhaseProperties Phase within a user journey.
interface JourneyStepProperties # source interface JourneyStepProperties Single step within a user journey.
interface KeyActivityProperties # source interface KeyActivityProperties KeyActivity.
interface KeyResourceProperties # source interface KeyResourceProperties KeyResource.
interface KeyResultProperties # source interface KeyResultProperties A measurable result under an objective.
interface KnowledgeBaseArticleProperties # source interface KnowledgeBaseArticleProperties Knowledge base article.
interface LaunchProperties Launch entity.
interface LearningPathProperties # source interface LearningPathProperties Learning path.
interface LearningProperties Result of an experiment.
interface LegalEntityProperties # source interface LegalEntityProperties Legal entity.
interface LibraryDependencyProperties # source interface LibraryDependencyProperties Library or package dependency.
interface LocaleConfigProperties # source interface LocaleConfigProperties Locale configuration.
interface LocaleProperties Locale.
interface MarketingCampaignPlanProperties # source interface MarketingCampaignPlanProperties Marketing campaign plan.
interface MarketingChannelProperties # source interface MarketingChannelProperties Marketing channel.
interface MarketingStrategyProperties # source interface MarketingStrategyProperties Marketing strategy.
interface MarketplaceListingProperties # source interface MarketplaceListingProperties Marketplace listing.
interface MarketSegmentProperties # source interface MarketSegmentProperties MarketSegment entity.
interface MarketTrendProperties # source interface MarketTrendProperties Market trend.
interface MessagingProperties # source interface MessagingProperties Messaging entity.
interface MetricDataPoint A time-series reading for a metric.
interface MetricProperties Unified metric.
interface MetricQualityAssessmentProperties # source interface MetricQualityAssessmentProperties A point-in-time review of a metric's quality and fitness for purpose.
interface MilestoneProperties # source interface MilestoneProperties Milestone.
interface MissionProperties Mission entity.
interface ModelComparisonProperties # source interface ModelComparisonProperties Model comparison.
interface ModifiedProperty One modified property, located by entity type + top-level property name.
interface MonitorProperties Monitor.
interface NpsCampaignProperties # source interface NpsCampaignProperties NPS (Net Promoter Score) measurement campaign.
interface ObjectionProperties # source interface ObjectionProperties Objection entity.
interface ObjectiveProperties # source interface ObjectiveProperties A high-level strategic goal.
interface ObservationProperties # source interface ObservationProperties Discrete observation captured during research.
interface OnCallRotationProperties # source interface OnCallRotationProperties On-call rotation.
interface OperatingLifecycleProperties # source interface OperatingLifecycleProperties An operating_lifecycle: a canonical, ordered (often cyclic) operating process that many products' journey phases map onto — e.g.
interface OperatingStageProperties # source interface OperatingStageProperties An operating_stage: one ordered stage of an `operating_lifecycle`.
interface OpportunityProperties # source interface OpportunityProperties Opportunity carries no intrinsic scalar properties: it is defined by its title/description and its edges (to the problems/needs it addresses and the solutions proposed against it).
interface OrganizationProperties # source interface OrganizationProperties Organization entity.
interface OutcomeProperties A measurable change in user or business state the product drives.
interface ParticipantProperties # source interface ParticipantProperties Research participant.
interface PartnerProgramProperties # source interface PartnerProgramProperties Partner program.
interface PartnerRevenueShareProperties # source interface PartnerRevenueShareProperties Partner revenue share.
interface PartnershipProperties # source interface PartnershipProperties Partnership.
interface PartnerTierProperties # source interface PartnerTierProperties Partner tier.
interface PaywallProperties Paywall.
interface PenetrationTestProperties # source interface PenetrationTestProperties Penetration test.
interface PersonaProperties User archetype representing a distinct group of users.
interface PersonProperties Person entity.
interface PipelineSalesProperties # source interface PipelineSalesProperties Sales pipeline.
interface PipelineStageProperties # source interface PipelineStageProperties Pipeline stage.
interface PlanningCycleProperties # source interface PlanningCycleProperties Planning cycle: a named, dated interval work flows through, which nests.
interface PlaybookProperties Customer success playbook.
interface PortfolioProperties # source interface PortfolioProperties Portfolio entity.
interface PositioningProperties # source interface PositioningProperties Positioning entity.
interface PostmortemProperties # source interface PostmortemProperties Postmortem.
interface PressReleaseProperties # source interface PressReleaseProperties Press release.
interface PricingStrategyProperties # source interface PricingStrategyProperties Pricing strategy.
interface PricingTierProperties # source interface PricingTierProperties PricingTier: the central pricing concept (the plan a customer buys).
interface PrimitiveProperties # source interface PrimitiveProperties A foundational compositional unit a specification defines: the noun products pass around and compose with (a Portable Text block, a Sanity reference, a Git commit, a Stripe PaymentIntent).
interface PrivacyPolicyProperties # source interface PrivacyPolicyProperties Privacy policy.
interface ProductAreaProperties # source interface ProductAreaProperties ProductArea entity.
interface ProductProperties The product being created.
interface ProgramProperties Program.
interface ProjectProperties Project.
interface PromptTemplateProperties # source interface PromptTemplateProperties Prompt template.
interface PromptVersionProperties # source interface PromptVersionProperties Prompt version.
interface ProofPointProperties # source interface ProofPointProperties ProofPoint entity.
interface PropertyDefinition UPG Property Registry: Runtime schema for entity types AUTO-GENERATED by scripts/generate-property-registry.ts Do not edit manually.
interface PrototypeProperties # source interface PrototypeProperties Prototype.
interface QaSessionProperties # source interface QaSessionProperties QA session.
interface QueueTopicProperties # source interface QueueTopicProperties Message queue or topic.
interface QuoteDocumentProperties # source interface QuoteDocumentProperties Quote document.
interface QuoteProperties Verbatim quote from a participant.
interface ReadModelProperties # source interface ReadModelProperties CQRS read model / projection.
interface RebuttalProperties Rebuttal entity.
interface RegionalPricingProperties # source interface RegionalPricingProperties Regional pricing.
interface RegressionTestProperties # source interface RegressionTestProperties Regression test.
interface ReleaseProperties A shipped version or milestone of the product.
interface ReleaseStrategyProperties # source interface ReleaseStrategyProperties Release strategy.
interface ReportProperties Report entity.
interface ResearchPlanProperties # source interface ResearchPlanProperties ResearchPlan entity.
interface ResearchQuestionProperties # source interface ResearchQuestionProperties Research question guiding a study.
interface ResearchStudyProperties # source interface ResearchStudyProperties Structured user research activity.
interface ResourceAllocationProperties # source interface ResourceAllocationProperties Resource allocation.
interface RetrospectiveProperties # source interface RetrospectiveProperties Retrospective entity.
interface RevenueStreamProperties # source interface RevenueStreamProperties RevenueStream.
interface ReviewGateProperties # source interface ReviewGateProperties Review gate.
interface RiskRegisterProperties # source interface RiskRegisterProperties Risk register.
interface RoadmapItemProperties # source interface RoadmapItemProperties Roadmap item.
interface RoadmapProperties Product roadmap.
interface RoadmapThemeProperties # source interface RoadmapThemeProperties Thematic grouping of roadmap work, around the customer problem it solves.
interface RootCauseProperties # source interface RootCauseProperties Underlying architectural or systemic issue.
interface RunbookProperties Runbook.
interface SalesMotionProperties # source interface SalesMotionProperties SalesMotion entity.
interface ScreenProperties Screen in the product.
interface ScreenStateProperties # source interface ScreenStateProperties Specific state of a screen.
interface SecurityAuditProperties # source interface SecurityAuditProperties Security audit.
interface SecurityControlProperties # source interface SecurityControlProperties Security control.
interface SecurityPolicyProperties # source interface SecurityPolicyProperties Security policy.
interface SecurityReviewProperties # source interface SecurityReviewProperties Security review.
interface SeoKeywordProperties # source interface SeoKeywordProperties SEO keyword.
interface ServiceBlueprintProperties # source interface ServiceBlueprintProperties Service blueprint.
interface ServiceLevelAgreementProperties # source interface ServiceLevelAgreementProperties Service-level agreement (SLA).
interface ServiceLevelIndicatorProperties # source interface ServiceLevelIndicatorProperties Service Level Indicator.
interface ServiceLevelObjectiveProperties # source interface ServiceLevelObjectiveProperties Service Level Objective.
interface ServiceProperties Service or microservice.
interface SkillProperties Skill entity.
interface SocialPostProperties # source interface SocialPostProperties Social media post.
interface SolutionProperties A proposed response to an opportunity const properties: SolutionProperties = { timeline: 'Kickoff 2026-04-22, results by 2026-05-15.', } RICE scoring inputs (`reach`, `impact`, `confidence`, `effort`) and the computed `rice_score` were framework-scoped from 0.9.0 and removed from the schema in 0.14.0 (UPG-574): apply the `rice-scoring` framework and read the score off the `framework_exercise` includes-edge, not the entity.
interface SpecificationProperties # source interface SpecificationProperties A governed specification: a query language, protocol, data format, encoding, or interface contract that one or more products implement, expose, or conform to.
interface StakeholderProperties # source interface StakeholderProperties Stakeholder entity.
interface StatusReportProperties # source interface StatusReportProperties Status report.
interface StrategicPillarProperties # source interface StrategicPillarProperties StrategicPillar entity.
interface StrategicQuestionProperties # source interface StrategicQuestionProperties StrategicQuestion entity.
interface StrategicThemeProperties # source interface StrategicThemeProperties StrategicTheme entity.
interface SubscriptionProperties # source interface SubscriptionProperties Subscription.
interface SuccessMilestoneProperties # source interface SuccessMilestoneProperties Customer success milestone.
interface SupportTicketProperties # source interface SupportTicketProperties Support ticket.
interface SurveyResponseProperties # source interface SurveyResponseProperties Aggregated survey response data.
interface SwitchingCostProperties # source interface SwitchingCostProperties SwitchingCost entity.
interface SymptomProperties Observable behaviour produced by a root cause.
interface TargetCustomerSegmentProperties # source interface TargetCustomerSegmentProperties TargetCustomerSegment.
Task: a discrete unit of work, smaller than a story.
interface TeamOkrProperties TeamOkr entity.
interface TechnicalDebtItemProperties # source interface TechnicalDebtItemProperties Technical debt item.
interface TerritoryProperties # source interface TerritoryProperties Territory entity.
interface TestCaseProperties Test case.
interface TestCoverageReportProperties # source interface TestCoverageReportProperties Test coverage report.
interface TestEnvironmentProperties # source interface TestEnvironmentProperties Test environment.
interface TestPlanProperties Test plan: the QA verification procedure for a product or release.
interface TestResultProperties # source interface TestResultProperties Single test execution result.
interface TestSuiteProperties # source interface TestSuiteProperties Test suite.
interface ThreatModelProperties # source interface ThreatModelProperties Threat model.
interface ThreatProperties Threat.
interface TouchpointProperties # source interface TouchpointProperties Customer touchpoint.
interface TranslationBundleProperties # source interface TranslationBundleProperties Translation bundle.
interface TranslationKeyProperties # source interface TranslationKeyProperties Translation key.
interface TrialConfigProperties # source interface TrialConfigProperties Trial configuration.
interface TutorialProperties Tutorial.
interface UnitEconomicsProperties # source interface UnitEconomicsProperties UnitEconomics.
An assessment is a human judgment mapped to a numeric scale.
Type-safe lookup from entity type string to its property interface.
interface UserAdvisoryBoardProperties # source interface UserAdvisoryBoardProperties User advisory board.
interface UserFlowProperties User flow.
interface UserJourneyProperties # source interface UserJourneyProperties User journey map.
interface UserStoryProperties # source interface UserStoryProperties "As X, I want Y so Z" templated promise on a user story (UCS pattern P5).
interface ValueObjectProperties # source interface ValueObjectProperties DDD value object.
interface ValuePropositionProperties # source interface ValuePropositionProperties ValueProposition.
interface ValueStreamProperties # source interface ValueStreamProperties ValueStream entity.
interface VariantProperties Variant entity.
interface VisionProperties Vision entity.
interface VulnerabilityProperties # source interface VulnerabilityProperties Vulnerability.
interface WalkthroughProperties # source interface WalkthroughProperties Product walkthrough.
interface WebinarProperties Webinar.
interface WireframeProperties # source interface WireframeProperties Wireframe.
interface WorkflowArtifactProperties # source interface WorkflowArtifactProperties Workflow artifact.
interface WorkflowRunProperties # source interface WorkflowRunProperties Workflow run.
interface WorkflowTemplateProperties # source interface WorkflowTemplateProperties Workflow template.
interface WorkspaceProperties # source interface WorkspaceProperties Workspace: a spatial thinking space for arranging entities.