GCC Build OSv0
/api

under_functionedge type

A Workstream rolls up to a Function. The hierarchy edge for the Function -> Workstream layer per v2 0.1.

Full spec

{
  "name": "under_function",
  "description": "A Workstream rolls up to a Function. The hierarchy edge for the Function -> Workstream layer per v2 0.1.",
  "source_node_types": [
    "Workstream"
  ],
  "target_node_types": [
    "Function"
  ],
  "cardinality": "N:1",
  "traversal_semantics": "forward",
  "dag_participation": false,
  "lifecycle_states": [
    "active",
    "terminated"
  ],
  "attributes_schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "is_primary": {
        "type": "boolean",
        "description": "true for the single canonical parent; a Workstream may live under at most one Function"
      }
    }
  },
  "raci_role": null
}