{
  "$id": "https://hash.ai/@h/types/entity-type/actor/v/2",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "Someone or something that can perform actions in the system",
  "icon": "/icons/types/user.svg",
  "kind": "entityType",
  "labelProperty": "https://blockprotocol.org/@blockprotocol/types/property-type/display-name/",
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/display-name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/display-name/v/1"
    }
  },
  "title": "Actor",
  "type": "object"
}