{
  "$id": "https://hash.ai/@hash/types/entity-type/contains-github-user/v/3",
  "$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": "The GitHub User(s) that belong to an entity",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/has-role/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/github-organization-role/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {},
  "title": "Contains GitHub User",
  "type": "object"
}