GCC Build OSv0
/api

captured_byedge type

A Programme Memory Event was captured by a specific Stakeholder (the human who recorded the opposition, assumption, invalidation, etc.). Drives the visibility filter in §3.6.1.

Full spec

{
  "name": "captured_by",
  "description": "A Programme Memory Event was captured by a specific Stakeholder (the human who recorded the opposition, assumption, invalidation, etc.). Drives the visibility filter in §3.6.1.",
  "source_node_types": [
    "ProgrammeMemoryEvent"
  ],
  "target_node_types": [
    "Stakeholder"
  ],
  "cardinality": "N:1",
  "traversal_semantics": "forward",
  "dag_participation": false,
  "lifecycle_states": [
    "active",
    "terminated"
  ],
  "attributes_schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "captured_at": {
        "type": "string",
        "format": "date-time"
      }
    }
  },
  "raci_role": null
}