{
  "$id": "https://hash.ai/@hash/types/entity-type/crunchbase-person/v/4",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A profile of a Person that appears on Crunchbase.com",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/employed-by/v/2": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/crunchbase-company/v/10"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/founded/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/crunchbase-company/v/10"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/primary-facebook-link/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/facebook-account/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/primary-linkedin-link/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/linkedin-account/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/primary-twitter-link/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/twitter-account/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/primary-website/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/website/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/self-identifies-as/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/gender-identity/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/studied-at/v/1": {
      "items": {},
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/location/": {
      "$ref": "https://hash.ai/@h/types/property-type/location/v/1"
    },
    "https://hash.ai/@hash/types/property-type/crunchbase-biography/": {
      "$ref": "https://hash.ai/@hash/types/property-type/crunchbase-biography/v/1"
    },
    "https://hash.ai/@hash/types/property-type/first-name/": {
      "$ref": "https://hash.ai/@hash/types/property-type/first-name/v/1"
    },
    "https://hash.ai/@hash/types/property-type/last-name/": {
      "$ref": "https://hash.ai/@hash/types/property-type/last-name/v/1"
    }
  },
  "title": "Crunchbase Person",
  "type": "object"
}