GCC Build OSv0
/api

affiliated_withedge type

A Stakeholder, Decision, or Capability is affiliated with a Legal Entity. Drives entity-scoped views and is consumed by the Legal pack to compute per-entity decision packs for incorporation/registration workflows.

Full spec

{
  "name": "affiliated_with",
  "description": "A Stakeholder, Decision, or Capability is affiliated with a Legal Entity. Drives entity-scoped views and is consumed by the Legal pack to compute per-entity decision packs for incorporation/registration workflows.",
  "source_node_types": [
    "Stakeholder",
    "Decision",
    "Capability"
  ],
  "target_node_types": [
    "LegalEntity"
  ],
  "cardinality": "N:N",
  "traversal_semantics": "forward",
  "dag_participation": false,
  "lifecycle_states": [
    "active",
    "terminated"
  ],
  "attributes_schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "affiliation_kind": {
        "type": "string",
        "enum": [
          "primary",
          "secondary",
          "scoped_to",
          "represents"
        ]
      },
      "effective_from": {
        "type": "string",
        "format": "date"
      },
      "effective_to": {
        "type": "string",
        "format": "date"
      }
    }
  },
  "raci_role": null
}