GCC Build OSv0
/api

annotated_byedge type

A Decision is annotated by a Programme Memory Event (opposition recorded, assumption captured, off-record context, etc.). Surfaces on the Decision detail view alongside rationale per §1A.6.3.

Full spec

{
  "name": "annotated_by",
  "description": "A Decision is annotated by a Programme Memory Event (opposition recorded, assumption captured, off-record context, etc.). Surfaces on the Decision detail view alongside rationale per §1A.6.3.",
  "source_node_types": [
    "Decision"
  ],
  "target_node_types": [
    "ProgrammeMemoryEvent"
  ],
  "cardinality": "N:N",
  "traversal_semantics": "forward",
  "dag_participation": false,
  "lifecycle_states": [
    "active",
    "terminated"
  ],
  "attributes_schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "note": {
        "type": "string",
        "maxLength": 1000
      }
    }
  },
  "raci_role": null
}