GCC Build OSv0
/api

CapabilityRethinkevent type

Capability reverted from a later state (typically Designed) back to Identified for re-design. Captures rationale for the back-edge.

Full spec

{
  "name": "CapabilityRethink",
  "description": "Capability reverted from a later state (typically Designed) back to Identified for re-design. Captures rationale for the back-edge.",
  "current_version": 1,
  "actor_type_allowed": [
    "human"
  ],
  "object_type": "Capability",
  "payload_versions": {
    "v1": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "capability_id",
        "tenant_id",
        "actor_id",
        "rationale"
      ],
      "properties": {
        "capability_id": {
          "type": "string",
          "format": "uuid"
        },
        "tenant_id": {
          "type": "string",
          "format": "uuid"
        },
        "actor_id": {
          "type": "string",
          "format": "uuid"
        },
        "rationale": {
          "type": "string"
        },
        "reverted_from_state": {
          "type": "string"
        }
      }
    }
  },
  "projections_consuming": [
    "capabilities_view",
    "audit_log"
  ],
  "canonicalizer_module": "event-canonicalizers/capability_rethink.ts"
}