GCC Build OSv0
/api

evidence_foredge type

Source provides factual or documentary evidence supporting a decision. Surfaces in the decision detail view alongside rationale; consumed by decision-quality AI checks.

Full spec

{
  "name": "evidence_for",
  "description": "Source provides factual or documentary evidence supporting a decision. Surfaces in the decision detail view alongside rationale; consumed by decision-quality AI checks.",
  "source_node_types": [
    "Question",
    "Document",
    "Answer"
  ],
  "target_node_types": [
    "Decision"
  ],
  "cardinality": "N:N",
  "traversal_semantics": "forward",
  "dag_participation": false,
  "lifecycle_states": [
    "active",
    "terminated"
  ],
  "attributes_schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "weight": {
        "type": "string",
        "enum": [
          "primary",
          "supporting",
          "contextual"
        ]
      },
      "note": {
        "type": "string",
        "maxLength": 1000
      }
    }
  },
  "raci_role": null
}