{
  "$id": "https://hash.ai/@hash/types/entity-type/has-advisor/v/2",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/entity-type/link/v/1"
    }
  ],
  "description": "The advisor(s) of a given entity",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@hash/types/property-type/date-ended/": {
      "$ref": "https://hash.ai/@hash/types/property-type/date-ended/v/1"
    },
    "https://hash.ai/@hash/types/property-type/date-started/": {
      "$ref": "https://hash.ai/@hash/types/property-type/date-started/v/1"
    },
    "https://hash.ai/@hash/types/property-type/value-of-remuneration/": {
      "$ref": "https://hash.ai/@hash/types/property-type/value-of-remuneration/v/1"
    }
  },
  "title": "Has Advisor",
  "type": "object"
}