{
  "$id": "https://hash.ai/@hash/types/entity-type/crunchbase-activity-update/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "An update which appears in the Crunchbase Activity Feed (available at crunchbase.com/home).",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/links-to-url/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/webpage/v/1"
          }
        ]
      },
      "minItems": 1,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/relates-to/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/crunchbase-company/v/11"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@hash/types/property-type/crunchbase-activity-update-type/": {
      "$ref": "https://hash.ai/@hash/types/property-type/crunchbase-activity-update-type/v/1"
    },
    "https://hash.ai/@hash/types/property-type/published-at/": {
      "$ref": "https://hash.ai/@hash/types/property-type/published-at/v/1"
    }
  },
  "required": [
    "https://hash.ai/@hash/types/property-type/crunchbase-activity-update-type/",
    "https://hash.ai/@hash/types/property-type/published-at/"
  ],
  "title": "Crunchbase Activity Update",
  "type": "object"
}