{
  "$id": "https://hash.ai/@hash/types/entity-type/crunchbase-company/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A profile of a Company that appears on Crunchbase.com",
  "kind": "entityType",
  "links": {
    "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-website/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/website/v/1"
          }
        ]
      },
      "maxItems": 1,
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/description/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/description/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/name/v/1"
    },
    "https://hash.ai/@hash/types/property-type/alias/": {
      "$ref": "https://hash.ai/@hash/types/property-type/alias/v/1"
    },
    "https://hash.ai/@hash/types/property-type/company-type/": {
      "$ref": "https://hash.ai/@hash/types/property-type/company-type/v/1"
    },
    "https://hash.ai/@hash/types/property-type/date-closed/": {
      "$ref": "https://hash.ai/@hash/types/property-type/date-closed/v/1"
    },
    "https://hash.ai/@hash/types/property-type/date-founded/": {
      "$ref": "https://hash.ai/@hash/types/property-type/date-founded/v/1"
    },
    "https://hash.ai/@hash/types/property-type/legal-name/": {
      "$ref": "https://hash.ai/@hash/types/property-type/legal-name/v/1"
    },
    "https://hash.ai/@hash/types/property-type/number-of-employees/": {
      "$ref": "https://hash.ai/@hash/types/property-type/number-of-employees/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/",
    "https://blockprotocol.org/@blockprotocol/types/property-type/description/"
  ],
  "title": "Crunchbase Company",
  "type": "object"
}