GCC Build OSv0
/api

enablesedge type

A Decision unlocks delivery of a Capability. Read in the opposite direction to surface 'what does this capability need decided' on the Capability view.

Full spec

{
  "name": "enables",
  "description": "A Decision unlocks delivery of a Capability. Read in the opposite direction to surface 'what does this capability need decided' on the Capability view.",
  "source_node_types": [
    "Decision"
  ],
  "target_node_types": [
    "Capability"
  ],
  "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
}