{
  "$id": "https://hash.ai/@hash/types/entity-type/github-organization-role/v/2",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A GitHub Organization owner can assign roles to GitHub Users and GitHub Teams giving them different sets of permissions in a GitHub Organization they belong to.",
  "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/exists-on/v/2": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/github-user/v/1"
          },
          {
            "$ref": "https://hash.ai/@hash/types/entity-type/github-team/v/2"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {},
  "title": "GitHub Organization Role",
  "type": "object"
}