{
  "$id": "https://hash.ai/@hash/types/entity-type/crunchbase-diversity-spotlight/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A system of classification used by Crunchbase to identify Companies led by diverse leaders (currently available to US-headquartered Crunchbase Companies only).",
  "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 Diversity Spotlight",
  "type": "object"
}