{
  "$id": "https://hash.ai/@hash/types/entity-type/crunchbase-industry/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "An industry category recognized by Crunchbase, which appears on Crunchbase.com",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/is-comprised-of/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/crunchbase-company/v/2"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/name/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/"
  ],
  "title": "Crunchbase Industry",
  "type": "object"
}