{
  "$id": "https://hash.ai/@hash/types/entity-type/github-team/v/2",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A GitHub Team is a container capable of holding any number of GitHub Users who are members of a GitHub Organization. These can be used to reflect a Company or Group's structure with cascading access permissions and mentions.",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@hash/types/entity-type/belongs-to/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/github-organization/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/contains-github-user/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/github-user/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    },
    "https://hash.ai/@hash/types/entity-type/created-by/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/github-user/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {},
  "title": "GitHub Team",
  "type": "object"
}