{
  "$id": "https://hash.ai/@hash/types/entity-type/participated-in/v/2",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/entity-type/link/v/1"
    }
  ],
  "description": "Things (typically Events) that a given entity has taken part or 'participated' in",
  "kind": "entityType",
  "properties": {
    "https://hash.ai/@hash/types/property-type/capacity-in-which-participating/": {
      "$ref": "https://hash.ai/@hash/types/property-type/capacity-in-which-participating/v/1"
    }
  },
  "title": "Participated In",
  "type": "object"
}