{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@metaturso/types/entity-type/incident-commander/v/2",
  "kind": "entityType",
  "title": "Incident Commander",
  "type": "object",
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/entity-type/link/v/1"
    }
  ],
  "description": "An incident commander (IC) is a person who is responsible for managing all aspects of incident response. This can range from assessing the situation and developing a plan of action to reaching a successful outcome.",
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/name/v/1"
    }
  },
  "required": []
}