referencesedge type
A Document references any other node (Decision, Capability, Stakeholder, etc.) without asserting the stronger evidentiary semantics of evidence_for or the source attribution of cites. Used for indexing and retrieval-side filtering.
Full spec
{
"name": "references",
"description": "A Document references any other node (Decision, Capability, Stakeholder, etc.) without asserting the stronger evidentiary semantics of evidence_for or the source attribution of cites. Used for indexing and retrieval-side filtering.",
"source_node_types": [
"Document"
],
"target_node_types": [
"Tenant",
"Function",
"Workstream",
"WorkstreamPack",
"Capability",
"Question",
"Answer",
"Decision",
"Milestone",
"Gate",
"TransitionWave",
"Risk",
"Assumption",
"Issue",
"Stakeholder",
"LegalEntity",
"Control",
"MaturityDimension",
"ProgrammeMemoryEvent"
],
"cardinality": "N:N",
"traversal_semantics": "forward",
"dag_participation": false,
"lifecycle_states": [
"active",
"terminated"
],
"attributes_schema": {
"type": "object",
"additionalProperties": false,
"properties": {
"section": {
"type": "string",
"description": "doc location (e.g., section, page, sheet, slide)",
"maxLength": 200
}
}
},
"raci_role": null
}