File size: 2,066 Bytes
cd10bec | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | field,type,allowed_values,meaning
"gate_id","string","unique non-empty identifier","Stable identifier for one application gate"
"gate_group","enum","eligibility|team|problem_solution|traction|market|governance|fundraising|application_control","Workflow group for the gate"
"ddscore_dimension","enum","business_idea|offering|team|market|competitors|technology_ip|scalability|legal_regulatory|presentation|financials|fundability","Closest DDScore review dimension used only for organisation"
"requirement","string","programme-specific text","Exact requirement or review question"
"current_state","enum","supported|partial|missing|conflicting|stale|not_applicable","Current state of the cited evidence"
"evidence_ref","string","internal URI path or redacted reference","Pointer to the reviewed artefact"
"evidence_type","enum","official_register|signed_statement|application_answer|team_record|customer_research|product_record|demo_record|metric_export|financial_record|pipeline_export|market_analysis|competitor_analysis|legal_record|regulatory_review|cap_table|funding_record|use_of_funds|milestone_plan|financial_model|cross_check_log|review_record|not_supplied","Kind of evidence expected or reviewed"
"observed_at","date","ISO 8601 date or blank","Date represented by the evidence"
"evidence_hash","string","hash or blank","Content fingerprint used to detect later change"
"owner","string","role or person identifier","Owner responsible for the evidence or repair"
"freshness_days","integer","positive whole number","Selected age window for this review"
"reason_code","enum","evidence_confirmed|evidence_partial|evidence_missing|evidence_conflict|evidence_stale|gate_not_applicable|human_review_pending","Machine-readable reason for the state"
"next_artifact","string","specific artefact or blank","Next evidence item needed to repair the gate"
"reviewer_decision","enum","unreviewed|proceed|repair|ineligible|manual_review|not_applicable","Separate human workflow decision"
"reviewer_rationale","string","free text","Reason recorded by the named human reviewer"
|