{
  "$id": "https://hash.ai/@hash/types/entity-type/crunchbase-person/v/3",
  "$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/self-identifies-as/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/gender-identity/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "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"
}