{
  "$id": "https://hash.ai/@hash/types/entity-type/linkedin-user-account/v/2",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/entity-type/linkedin-account/v/1"
    }
  ],
  "description": "A LinkedIn User Account should represent a real-world person",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/employed-by/v/2": {
      "items": {},
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/is-profile-of/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/person/v/1"
          }
        ]
      },
      "maxItems": 1,
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/name/v/1"
    },
    "https://hash.ai/@h/types/property-type/location/": {
      "$ref": "https://hash.ai/@h/types/property-type/location/v/1"
    },
    "https://hash.ai/@h/types/property-type/preferred-pronouns/": {
      "$ref": "https://hash.ai/@h/types/property-type/preferred-pronouns/v/1"
    },
    "https://hash.ai/@hash/types/property-type/linkedin-user-bio/": {
      "$ref": "https://hash.ai/@hash/types/property-type/linkedin-user-bio/v/1"
    }
  },
  "title": "LinkedIn User Account",
  "type": "object"
}