{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/emojis": {
      "get": {
        "tags": [
          "Emojis"
        ],
        "operationId": "getEmojis",
        "description": "The parameters and request body are for method: getEmojis. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/feeds": {
      "get": {
        "tags": [
          "Feeds"
        ],
        "operationId": "getFeeds",
        "description": "The parameters and request body are for method: getFeeds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "_links": {
                      "type": "object",
                      "properties": {
                        "current_user": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        },
                        "current_user_actor": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        },
                        "current_user_organization": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        },
                        "current_user_public": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        },
                        "timeline": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        },
                        "user": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "current_user_actor_url": {
                      "type": "string"
                    },
                    "current_user_organization_url": {
                      "type": "string"
                    },
                    "current_user_public": {
                      "type": "string"
                    },
                    "current_user_url": {
                      "type": "string"
                    },
                    "timeline_url": {
                      "type": "string"
                    },
                    "user_url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "_links": {
                    "current_user": {
                      "href": "string",
                      "type": "string"
                    },
                    "current_user_actor": {
                      "href": "string",
                      "type": "string"
                    },
                    "current_user_organization": {
                      "href": "string",
                      "type": "string"
                    },
                    "current_user_public": {
                      "href": "string",
                      "type": "string"
                    },
                    "timeline": {
                      "href": "string",
                      "type": "string"
                    },
                    "user": {
                      "href": "string",
                      "type": "string"
                    }
                  },
                  "current_user_actor_url": "string",
                  "current_user_organization_url": "string",
                  "current_user_public": "string",
                  "current_user_url": "string",
                  "timeline_url": "string",
                  "user_url": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gists": {
      "post": {
        "tags": [
          "Gists"
        ],
        "operationId": "postGists",
        "description": "The parameters and request body are for method: postGists. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "comments": {
                      "type": "number"
                    },
                    "comments_url": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "files": {
                      "type": "object",
                      "properties": {
                        "ring.erl": {
                          "type": "object",
                          "properties": {
                            "filename": {
                              "type": "string"
                            },
                            "raw_url": {
                              "type": "string"
                            },
                            "size": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "forks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "created_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "user": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "git_pull_url": {
                      "type": "string"
                    },
                    "git_push_url": {
                      "type": "string"
                    },
                    "history": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "change_status": {
                            "type": "object",
                            "properties": {
                              "additions": {
                                "type": "number"
                              },
                              "deletions": {
                                "type": "number"
                              },
                              "total": {
                                "type": "number"
                              }
                            }
                          },
                          "committed_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "user": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "version": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "public": {
                      "type": "boolean"
                    },
                    "url": {
                      "type": "string"
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "comments": 10,
                  "comments_url": "string",
                  "created_at": "string",
                  "description": "string",
                  "files": {
                    "ring.erl": {
                      "filename": "string",
                      "raw_url": "string",
                      "size": 3
                    }
                  },
                  "forks": [
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 10,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 10,
                        "email": "string",
                        "followers": 1,
                        "followers_url": "string",
                        "following": 8,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 2,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 3,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 9,
                          "space": 7
                        },
                        "private_gists": 5,
                        "public_gists": 4,
                        "public_repos": 10,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 4,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 1,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 2,
                        "followers_url": "string",
                        "following": 6,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 7,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 4,
                        "plan": {
                          "collaborators": 5,
                          "name": "string",
                          "private_repos": 2,
                          "space": 4
                        },
                        "private_gists": 3,
                        "public_gists": 6,
                        "public_repos": 1,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 9,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 7,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 9,
                        "email": "string",
                        "followers": 7,
                        "followers_url": "string",
                        "following": 8,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 7,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 7,
                        "plan": {
                          "collaborators": 3,
                          "name": "string",
                          "private_repos": 4,
                          "space": 4
                        },
                        "private_gists": 9,
                        "public_gists": 6,
                        "public_repos": 4,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 10,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 1,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 10,
                        "email": "string",
                        "followers": 7,
                        "followers_url": "string",
                        "following": 9,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 9,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 4,
                        "plan": {
                          "collaborators": 5,
                          "name": "string",
                          "private_repos": 8,
                          "space": 3
                        },
                        "private_gists": 9,
                        "public_gists": 9,
                        "public_repos": 10,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 2,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 6,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 2,
                        "email": "string",
                        "followers": 7,
                        "followers_url": "string",
                        "following": 2,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 3,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 4,
                        "plan": {
                          "collaborators": 2,
                          "name": "string",
                          "private_repos": 1,
                          "space": 8
                        },
                        "private_gists": 4,
                        "public_gists": 3,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 3,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 6,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 5,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 4,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 10,
                        "plan": {
                          "collaborators": 3,
                          "name": "string",
                          "private_repos": 6,
                          "space": 3
                        },
                        "private_gists": 2,
                        "public_gists": 1,
                        "public_repos": 7,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 8,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 6,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 5,
                        "email": "string",
                        "followers": 7,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 2,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 10,
                        "plan": {
                          "collaborators": 5,
                          "name": "string",
                          "private_repos": 6,
                          "space": 6
                        },
                        "private_gists": 7,
                        "public_gists": 1,
                        "public_repos": 5,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 4,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    }
                  ],
                  "git_pull_url": "string",
                  "git_push_url": "string",
                  "history": [
                    {
                      "change_status": {
                        "additions": 5,
                        "deletions": 6,
                        "total": 6
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 2,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 9,
                        "email": "string",
                        "followers": 9,
                        "followers_url": "string",
                        "following": 2,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 7,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 4,
                        "plan": {
                          "collaborators": 7,
                          "name": "string",
                          "private_repos": 3,
                          "space": 4
                        },
                        "private_gists": 5,
                        "public_gists": 6,
                        "public_repos": 3,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 6,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 7,
                        "deletions": 1,
                        "total": 1
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 4,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 3,
                        "email": "string",
                        "followers": 10,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 1,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 5,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 3,
                          "space": 9
                        },
                        "private_gists": 7,
                        "public_gists": 5,
                        "public_repos": 7,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 1,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 9,
                        "deletions": 4,
                        "total": 1
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 8,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 3,
                        "email": "string",
                        "followers": 8,
                        "followers_url": "string",
                        "following": 6,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 1,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 9,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 10,
                          "space": 8
                        },
                        "private_gists": 9,
                        "public_gists": 8,
                        "public_repos": 8,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 8,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    }
                  ],
                  "html_url": "string",
                  "id": "string",
                  "public": false,
                  "url": "string",
                  "user": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 10,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 1,
                    "email": "string",
                    "followers": 3,
                    "followers_url": "string",
                    "following": 6,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 10,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 2,
                    "plan": {
                      "collaborators": 10,
                      "name": "string",
                      "private_repos": 10,
                      "space": 2
                    },
                    "private_gists": 4,
                    "public_gists": 9,
                    "public_repos": 3,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 2,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Gists"
        ],
        "operationId": "getGists",
        "description": "The parameters and request body are for method: getGists. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "comments": {
                        "type": "number"
                      },
                      "comments_url": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "files": {
                        "type": "object",
                        "properties": {
                          "ring.erl": {
                            "type": "object",
                            "properties": {
                              "filename": {
                                "type": "string"
                              },
                              "raw_url": {
                                "type": "string"
                              },
                              "size": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      },
                      "git_pull_url": {
                        "type": "string"
                      },
                      "git_push_url": {
                        "type": "string"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string"
                      },
                      "public": {
                        "type": "boolean"
                      },
                      "url": {
                        "type": "string"
                      },
                      "user": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "comments": 2,
                    "comments_url": "string",
                    "created_at": "string",
                    "description": "string",
                    "files": {
                      "ring.erl": {
                        "filename": "string",
                        "raw_url": "string",
                        "size": 5
                      }
                    },
                    "git_pull_url": "string",
                    "git_push_url": "string",
                    "html_url": "string",
                    "id": "string",
                    "public": true,
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 6,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 5,
                      "email": "string",
                      "followers": 3,
                      "followers_url": "string",
                      "following": 4,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 3,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 5,
                      "plan": {
                        "collaborators": 9,
                        "name": "string",
                        "private_repos": 8,
                        "space": 1
                      },
                      "private_gists": 8,
                      "public_gists": 6,
                      "public_repos": 6,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 6,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gists/{id}": {
      "delete": {
        "tags": [
          "Gists"
        ],
        "operationId": "deleteGistsId",
        "description": "The parameters and request body are for method: deleteGistsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Gists"
        ],
        "operationId": "getGistsId",
        "description": "The parameters and request body are for method: getGistsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "comments": {
                      "type": "number"
                    },
                    "comments_url": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "files": {
                      "type": "object",
                      "properties": {
                        "ring.erl": {
                          "type": "object",
                          "properties": {
                            "filename": {
                              "type": "string"
                            },
                            "raw_url": {
                              "type": "string"
                            },
                            "size": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "forks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "created_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "user": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "git_pull_url": {
                      "type": "string"
                    },
                    "git_push_url": {
                      "type": "string"
                    },
                    "history": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "change_status": {
                            "type": "object",
                            "properties": {
                              "additions": {
                                "type": "number"
                              },
                              "deletions": {
                                "type": "number"
                              },
                              "total": {
                                "type": "number"
                              }
                            }
                          },
                          "committed_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "user": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "version": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "public": {
                      "type": "boolean"
                    },
                    "url": {
                      "type": "string"
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "comments": 9,
                  "comments_url": "string",
                  "created_at": "string",
                  "description": "string",
                  "files": {
                    "ring.erl": {
                      "filename": "string",
                      "raw_url": "string",
                      "size": 3
                    }
                  },
                  "forks": [
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 2,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 2,
                        "email": "string",
                        "followers": 7,
                        "followers_url": "string",
                        "following": 2,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 8,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 2,
                        "plan": {
                          "collaborators": 10,
                          "name": "string",
                          "private_repos": 3,
                          "space": 3
                        },
                        "private_gists": 9,
                        "public_gists": 7,
                        "public_repos": 1,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 4,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 7,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 1,
                        "email": "string",
                        "followers": 6,
                        "followers_url": "string",
                        "following": 1,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 9,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 1,
                        "plan": {
                          "collaborators": 8,
                          "name": "string",
                          "private_repos": 2,
                          "space": 9
                        },
                        "private_gists": 1,
                        "public_gists": 5,
                        "public_repos": 8,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 5,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 10,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 4,
                        "email": "string",
                        "followers": 8,
                        "followers_url": "string",
                        "following": 8,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 5,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 3,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 8,
                          "space": 6
                        },
                        "private_gists": 4,
                        "public_gists": 3,
                        "public_repos": 4,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 6,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 8,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 9,
                        "followers_url": "string",
                        "following": 4,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 9,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 8,
                        "plan": {
                          "collaborators": 10,
                          "name": "string",
                          "private_repos": 3,
                          "space": 9
                        },
                        "private_gists": 7,
                        "public_gists": 9,
                        "public_repos": 5,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 1,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 5,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 4,
                        "followers_url": "string",
                        "following": 2,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 5,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 2,
                        "plan": {
                          "collaborators": 5,
                          "name": "string",
                          "private_repos": 6,
                          "space": 5
                        },
                        "private_gists": 2,
                        "public_gists": 10,
                        "public_repos": 2,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 9,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 6,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 2,
                        "email": "string",
                        "followers": 4,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 7,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 4,
                        "plan": {
                          "collaborators": 4,
                          "name": "string",
                          "private_repos": 3,
                          "space": 4
                        },
                        "private_gists": 2,
                        "public_gists": 4,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 6,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 7,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 3,
                        "email": "string",
                        "followers": 5,
                        "followers_url": "string",
                        "following": 1,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 10,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 1,
                        "plan": {
                          "collaborators": 3,
                          "name": "string",
                          "private_repos": 4,
                          "space": 1
                        },
                        "private_gists": 6,
                        "public_gists": 7,
                        "public_repos": 8,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 7,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 1,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 3,
                        "email": "string",
                        "followers": 2,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 6,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 8,
                        "plan": {
                          "collaborators": 8,
                          "name": "string",
                          "private_repos": 10,
                          "space": 8
                        },
                        "private_gists": 5,
                        "public_gists": 4,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 7,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    }
                  ],
                  "git_pull_url": "string",
                  "git_push_url": "string",
                  "history": [
                    {
                      "change_status": {
                        "additions": 2,
                        "deletions": 10,
                        "total": 1
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 4,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 10,
                        "email": "string",
                        "followers": 4,
                        "followers_url": "string",
                        "following": 1,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 10,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 1,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 4,
                          "space": 4
                        },
                        "private_gists": 1,
                        "public_gists": 3,
                        "public_repos": 4,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 5,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 7,
                        "deletions": 4,
                        "total": 6
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 9,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 7,
                        "email": "string",
                        "followers": 3,
                        "followers_url": "string",
                        "following": 7,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 9,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 8,
                        "plan": {
                          "collaborators": 5,
                          "name": "string",
                          "private_repos": 5,
                          "space": 8
                        },
                        "private_gists": 6,
                        "public_gists": 7,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 8,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 5,
                        "deletions": 7,
                        "total": 2
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 1,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 4,
                        "followers_url": "string",
                        "following": 2,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 4,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 9,
                        "plan": {
                          "collaborators": 9,
                          "name": "string",
                          "private_repos": 8,
                          "space": 8
                        },
                        "private_gists": 2,
                        "public_gists": 7,
                        "public_repos": 2,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 7,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 2,
                        "deletions": 5,
                        "total": 1
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 1,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 8,
                        "email": "string",
                        "followers": 3,
                        "followers_url": "string",
                        "following": 1,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 4,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 4,
                        "plan": {
                          "collaborators": 5,
                          "name": "string",
                          "private_repos": 9,
                          "space": 9
                        },
                        "private_gists": 2,
                        "public_gists": 1,
                        "public_repos": 4,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 7,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 8,
                        "deletions": 2,
                        "total": 4
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 3,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 2,
                        "followers_url": "string",
                        "following": 9,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 8,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 9,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 2,
                          "space": 3
                        },
                        "private_gists": 8,
                        "public_gists": 7,
                        "public_repos": 10,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 5,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 1,
                        "deletions": 4,
                        "total": 9
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 9,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 9,
                        "email": "string",
                        "followers": 3,
                        "followers_url": "string",
                        "following": 8,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 4,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 6,
                        "plan": {
                          "collaborators": 10,
                          "name": "string",
                          "private_repos": 5,
                          "space": 10
                        },
                        "private_gists": 6,
                        "public_gists": 6,
                        "public_repos": 3,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 4,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 8,
                        "deletions": 6,
                        "total": 2
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 7,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 4,
                        "email": "string",
                        "followers": 10,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 8,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 6,
                        "plan": {
                          "collaborators": 8,
                          "name": "string",
                          "private_repos": 4,
                          "space": 7
                        },
                        "private_gists": 2,
                        "public_gists": 10,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 5,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 8,
                        "deletions": 1,
                        "total": 3
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 6,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 3,
                        "email": "string",
                        "followers": 1,
                        "followers_url": "string",
                        "following": 6,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 1,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 4,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 1,
                          "space": 1
                        },
                        "private_gists": 6,
                        "public_gists": 5,
                        "public_repos": 10,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 9,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 6,
                        "deletions": 8,
                        "total": 2
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 6,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 7,
                        "email": "string",
                        "followers": 6,
                        "followers_url": "string",
                        "following": 9,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 7,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 9,
                        "plan": {
                          "collaborators": 3,
                          "name": "string",
                          "private_repos": 6,
                          "space": 6
                        },
                        "private_gists": 10,
                        "public_gists": 8,
                        "public_repos": 5,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 6,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 4,
                        "deletions": 4,
                        "total": 1
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 8,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 4,
                        "email": "string",
                        "followers": 9,
                        "followers_url": "string",
                        "following": 6,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 6,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 8,
                        "plan": {
                          "collaborators": 7,
                          "name": "string",
                          "private_repos": 2,
                          "space": 5
                        },
                        "private_gists": 1,
                        "public_gists": 9,
                        "public_repos": 2,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 4,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    }
                  ],
                  "html_url": "string",
                  "id": "string",
                  "public": false,
                  "url": "string",
                  "user": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 8,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 6,
                    "email": "string",
                    "followers": 1,
                    "followers_url": "string",
                    "following": 5,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 5,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 5,
                    "plan": {
                      "collaborators": 6,
                      "name": "string",
                      "private_repos": 8,
                      "space": 3
                    },
                    "private_gists": 5,
                    "public_gists": 3,
                    "public_repos": 10,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 7,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Gists"
        ],
        "operationId": "patchGistsId",
        "description": "The parameters and request body are for method: patchGistsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "comments": {
                      "type": "number"
                    },
                    "comments_url": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "files": {
                      "type": "object",
                      "properties": {
                        "ring.erl": {
                          "type": "object",
                          "properties": {
                            "filename": {
                              "type": "string"
                            },
                            "raw_url": {
                              "type": "string"
                            },
                            "size": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "forks": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "created_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "user": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "git_pull_url": {
                      "type": "string"
                    },
                    "git_push_url": {
                      "type": "string"
                    },
                    "history": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "change_status": {
                            "type": "object",
                            "properties": {
                              "additions": {
                                "type": "number"
                              },
                              "deletions": {
                                "type": "number"
                              },
                              "total": {
                                "type": "number"
                              }
                            }
                          },
                          "committed_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "user": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "version": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "string"
                    },
                    "public": {
                      "type": "boolean"
                    },
                    "url": {
                      "type": "string"
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "comments": 8,
                  "comments_url": "string",
                  "created_at": "string",
                  "description": "string",
                  "files": {
                    "ring.erl": {
                      "filename": "string",
                      "raw_url": "string",
                      "size": 5
                    }
                  },
                  "forks": [
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 4,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 8,
                        "email": "string",
                        "followers": 9,
                        "followers_url": "string",
                        "following": 6,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 2,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 9,
                        "plan": {
                          "collaborators": 3,
                          "name": "string",
                          "private_repos": 8,
                          "space": 3
                        },
                        "private_gists": 9,
                        "public_gists": 4,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 8,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "created_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 7,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 4,
                        "email": "string",
                        "followers": 5,
                        "followers_url": "string",
                        "following": 2,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 3,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 7,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 8,
                          "space": 5
                        },
                        "private_gists": 7,
                        "public_gists": 5,
                        "public_repos": 2,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 8,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    }
                  ],
                  "git_pull_url": "string",
                  "git_push_url": "string",
                  "history": [
                    {
                      "change_status": {
                        "additions": 1,
                        "deletions": 4,
                        "total": 10
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 2,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 5,
                        "email": "string",
                        "followers": 5,
                        "followers_url": "string",
                        "following": 6,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 5,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 10,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 2,
                          "space": 7
                        },
                        "private_gists": 3,
                        "public_gists": 7,
                        "public_repos": 8,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 7,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 8,
                        "deletions": 7,
                        "total": 2
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 10,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 8,
                        "email": "string",
                        "followers": 10,
                        "followers_url": "string",
                        "following": 2,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 6,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 6,
                        "plan": {
                          "collaborators": 5,
                          "name": "string",
                          "private_repos": 9,
                          "space": 7
                        },
                        "private_gists": 6,
                        "public_gists": 2,
                        "public_repos": 9,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 2,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 10,
                        "deletions": 9,
                        "total": 3
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 4,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 1,
                        "email": "string",
                        "followers": 9,
                        "followers_url": "string",
                        "following": 4,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 5,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 2,
                        "plan": {
                          "collaborators": 8,
                          "name": "string",
                          "private_repos": 9,
                          "space": 8
                        },
                        "private_gists": 1,
                        "public_gists": 3,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 1,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 5,
                        "deletions": 3,
                        "total": 9
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 7,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 9,
                        "email": "string",
                        "followers": 3,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 4,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 1,
                        "plan": {
                          "collaborators": 7,
                          "name": "string",
                          "private_repos": 4,
                          "space": 5
                        },
                        "private_gists": 6,
                        "public_gists": 5,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 6,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 10,
                        "deletions": 5,
                        "total": 7
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 5,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 3,
                        "email": "string",
                        "followers": 2,
                        "followers_url": "string",
                        "following": 8,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 1,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 8,
                        "plan": {
                          "collaborators": 4,
                          "name": "string",
                          "private_repos": 8,
                          "space": 7
                        },
                        "private_gists": 3,
                        "public_gists": 3,
                        "public_repos": 3,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 3,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    },
                    {
                      "change_status": {
                        "additions": 8,
                        "deletions": 4,
                        "total": 2
                      },
                      "committed_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 9,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 9,
                        "email": "string",
                        "followers": 1,
                        "followers_url": "string",
                        "following": 7,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 7,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 4,
                        "plan": {
                          "collaborators": 9,
                          "name": "string",
                          "private_repos": 1,
                          "space": 8
                        },
                        "private_gists": 3,
                        "public_gists": 5,
                        "public_repos": 7,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 10,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "version": "string"
                    }
                  ],
                  "html_url": "string",
                  "id": "string",
                  "public": false,
                  "url": "string",
                  "user": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 2,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 9,
                    "email": "string",
                    "followers": 6,
                    "followers_url": "string",
                    "following": 9,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 2,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 4,
                    "plan": {
                      "collaborators": 6,
                      "name": "string",
                      "private_repos": 9,
                      "space": 10
                    },
                    "private_gists": 7,
                    "public_gists": 6,
                    "public_repos": 7,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 6,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/gists/{id}/comments": {
      "post": {
        "tags": [
          "Gists"
        ],
        "operationId": "postGistsIdComments",
        "description": "The parameters and request body are for method: postGistsIdComments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "body": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/gists/{id}/comments/{commentId}": {
      "delete": {
        "tags": [
          "Gists"
        ],
        "operationId": "deleteGistsIdCommentsCommentId",
        "description": "The parameters and request body are for method: deleteGistsIdCommentsCommentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Gists"
        ],
        "operationId": "getGistsIdCommentsCommentId",
        "description": "The parameters and request body are for method: getGistsIdCommentsCommentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "body": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Gists"
        ],
        "operationId": "patchGistsIdCommentsCommentId",
        "description": "The parameters and request body are for method: patchGistsIdCommentsCommentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "body": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/gists/{id}/forks": {
      "post": {
        "tags": [
          "Gists"
        ],
        "operationId": "postGistsIdForks",
        "description": "The parameters and request body are for method: postGistsIdForks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gists/{id}/star": {
      "delete": {
        "tags": [
          "Gists"
        ],
        "operationId": "deleteGistsIdStar",
        "description": "The parameters and request body are for method: deleteGistsIdStar. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Gists"
        ],
        "operationId": "getGistsIdStar",
        "description": "The parameters and request body are for method: getGistsIdStar. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Gists"
        ],
        "operationId": "putGistsIdStar",
        "description": "The parameters and request body are for method: putGistsIdStar. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gitignore/templates": {
      "get": {
        "tags": [
          "Gitignore"
        ],
        "operationId": "getGitignoreTemplates",
        "description": "The parameters and request body are for method: getGitignoreTemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  null,
                  null,
                  null,
                  null
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gitignore/templates/{language}": {
      "get": {
        "tags": [
          "Gitignore"
        ],
        "operationId": "getGitignoreTemplatesLanguage",
        "description": "The parameters and request body are for method: getGitignoreTemplatesLanguage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "source": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "source": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "language",
            "in": "path",
            "required": true,
            "schema": {
              "title": "language",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/legacy/issues/search/{keyword}/{state}/{owner}/{repository}": {
      "get": {
        "tags": [
          "Legacy"
        ],
        "operationId": "getLegacyIssuesSearchOwnerRepositoryStateKeyword",
        "description": "The parameters and request body are for method: getLegacyIssuesSearchOwnerRepositoryStateKeyword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "issues": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "body": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "number"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "labels": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "number": {
                            "type": "number"
                          },
                          "position": {
                            "type": "number"
                          },
                          "state": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "user": {
                            "type": "string"
                          },
                          "votes": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "issues": [
                    {
                      "body": "string",
                      "comments": 9,
                      "created_at": "string",
                      "gravatar_id": "string",
                      "html_url": "string",
                      "labels": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "number": 7,
                      "position": 5,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "user": "string",
                      "votes": 3
                    },
                    {
                      "body": "string",
                      "comments": 5,
                      "created_at": "string",
                      "gravatar_id": "string",
                      "html_url": "string",
                      "labels": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "number": 1,
                      "position": 1,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "user": "string",
                      "votes": 7
                    },
                    {
                      "body": "string",
                      "comments": 4,
                      "created_at": "string",
                      "gravatar_id": "string",
                      "html_url": "string",
                      "labels": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "number": 1,
                      "position": 6,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "user": "string",
                      "votes": 7
                    },
                    {
                      "body": "string",
                      "comments": 1,
                      "created_at": "string",
                      "gravatar_id": "string",
                      "html_url": "string",
                      "labels": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "number": 8,
                      "position": 2,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "user": "string",
                      "votes": 1
                    },
                    {
                      "body": "string",
                      "comments": 8,
                      "created_at": "string",
                      "gravatar_id": "string",
                      "html_url": "string",
                      "labels": [
                        "string",
                        "string",
                        "string"
                      ],
                      "number": 8,
                      "position": 9,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "user": "string",
                      "votes": 9
                    },
                    {
                      "body": "string",
                      "comments": 2,
                      "created_at": "string",
                      "gravatar_id": "string",
                      "html_url": "string",
                      "labels": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "number": 9,
                      "position": 3,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "user": "string",
                      "votes": 6
                    },
                    {
                      "body": "string",
                      "comments": 5,
                      "created_at": "string",
                      "gravatar_id": "string",
                      "html_url": "string",
                      "labels": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "number": 9,
                      "position": 7,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "user": "string",
                      "votes": 8
                    },
                    {
                      "body": "string",
                      "comments": 5,
                      "created_at": "string",
                      "gravatar_id": "string",
                      "html_url": "string",
                      "labels": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "number": 7,
                      "position": 7,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "user": "string",
                      "votes": 7
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyword",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyword",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "path",
            "required": true,
            "schema": {
              "title": "state",
              "type": "string"
            }
          },
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repository",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repository",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/legacy/repos/search/{keyword}": {
      "get": {
        "tags": [
          "Legacy"
        ],
        "operationId": "getLegacyReposSearchKeyword",
        "description": "The parameters and request body are for method: getLegacyReposSearchKeyword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyword",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyword",
              "type": "string"
            }
          },
          {
            "name": "order",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "language",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/legacy/user/email/{email}": {
      "get": {
        "tags": [
          "Legacy"
        ],
        "operationId": "getLegacyUserEmailEmail",
        "description": "The parameters and request body are for method: getLegacyUserEmailEmail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "user": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "user": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 1,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 7,
                    "email": "string",
                    "followers": 7,
                    "followers_url": "string",
                    "following": 7,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 3,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 5,
                    "plan": {
                      "collaborators": 2,
                      "name": "string",
                      "private_repos": 1,
                      "space": 8
                    },
                    "private_gists": 1,
                    "public_gists": 4,
                    "public_repos": 1,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 2,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "email",
            "in": "path",
            "required": true,
            "schema": {
              "title": "email",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/legacy/user/search/{keyword}": {
      "get": {
        "tags": [
          "Legacy"
        ],
        "operationId": "getLegacyUserSearchKeyword",
        "description": "The parameters and request body are for method: getLegacyUserSearchKeyword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "users": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "users": [
                    {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 7,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 8,
                      "email": "string",
                      "followers": 8,
                      "followers_url": "string",
                      "following": 3,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 9,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 6,
                      "plan": {
                        "collaborators": 1,
                        "name": "string",
                        "private_repos": 5,
                        "space": 2
                      },
                      "private_gists": 5,
                      "public_gists": 7,
                      "public_repos": 1,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 4,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 7,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 5,
                      "email": "string",
                      "followers": 2,
                      "followers_url": "string",
                      "following": 10,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 8,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 1,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 10,
                        "space": 6
                      },
                      "private_gists": 8,
                      "public_gists": 10,
                      "public_repos": 3,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 10,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 2,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 6,
                      "email": "string",
                      "followers": 9,
                      "followers_url": "string",
                      "following": 5,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 8,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 3,
                      "plan": {
                        "collaborators": 1,
                        "name": "string",
                        "private_repos": 2,
                        "space": 7
                      },
                      "private_gists": 9,
                      "public_gists": 9,
                      "public_repos": 10,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 6,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 9,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 1,
                      "email": "string",
                      "followers": 9,
                      "followers_url": "string",
                      "following": 4,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 6,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 9,
                      "plan": {
                        "collaborators": 2,
                        "name": "string",
                        "private_repos": 4,
                        "space": 9
                      },
                      "private_gists": 8,
                      "public_gists": 10,
                      "public_repos": 10,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 7,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyword",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyword",
              "type": "string"
            }
          },
          {
            "name": "order",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/markdown": {
      "post": {
        "tags": [
          "Markdown"
        ],
        "operationId": "postMarkdown",
        "description": "The parameters and request body are for method: postMarkdown. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/markdown/raw": {
      "post": {
        "tags": [
          "Markdown"
        ],
        "operationId": "postMarkdownRaw",
        "description": "The parameters and request body are for method: postMarkdownRaw. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/meta": {
      "get": {
        "tags": [
          "Meta"
        ],
        "operationId": "getMeta",
        "description": "The parameters and request body are for method: getMeta. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "git": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "hooks": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "git": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "hooks": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/notifications": {
      "put": {
        "tags": [
          "Notifications"
        ],
        "operationId": "putNotifications",
        "description": "The parameters and request body are for method: putNotifications. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Notifications"
        ],
        "operationId": "getNotifications",
        "description": "The parameters and request body are for method: getNotifications. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "last_read_at": {
                      "type": "string"
                    },
                    "reason": {
                      "type": "string"
                    },
                    "repository": {
                      "type": "object",
                      "properties": {
                        "description": {
                          "type": "string"
                        },
                        "fork": {
                          "type": "boolean"
                        },
                        "full_name": {
                          "type": "string"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "owner": {
                          "type": "object",
                          "properties": {
                            "avatar_url": {
                              "type": "string"
                            },
                            "bio": {
                              "type": "string"
                            },
                            "blog": {
                              "type": "string"
                            },
                            "collaborators": {
                              "type": "number"
                            },
                            "company": {
                              "type": "string"
                            },
                            "created_at": {
                              "type": "string"
                            },
                            "disk_usage": {
                              "type": "number"
                            },
                            "email": {
                              "type": "string"
                            },
                            "followers": {
                              "type": "number"
                            },
                            "followers_url": {
                              "type": "string"
                            },
                            "following": {
                              "type": "number"
                            },
                            "following_url": {
                              "type": "string"
                            },
                            "gists_url": {
                              "type": "string"
                            },
                            "gravatar_id": {
                              "type": "string"
                            },
                            "hireable": {
                              "type": "boolean"
                            },
                            "html_url": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "location": {
                              "type": "string"
                            },
                            "login": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "organizations_url": {
                              "type": "string"
                            },
                            "owned_private_repos": {
                              "type": "number"
                            },
                            "plan": {
                              "type": "object",
                              "properties": {
                                "collaborators": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "private_repos": {
                                  "type": "number"
                                },
                                "space": {
                                  "type": "number"
                                }
                              }
                            },
                            "private_gists": {
                              "type": "number"
                            },
                            "public_gists": {
                              "type": "number"
                            },
                            "public_repos": {
                              "type": "number"
                            },
                            "starred_url": {
                              "type": "string"
                            },
                            "subscriptions_url": {
                              "type": "string"
                            },
                            "total_private_repos": {
                              "type": "number"
                            },
                            "type": {
                              "type": "string"
                            },
                            "updated_at": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "private": {
                          "type": "boolean"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "subject": {
                      "type": "object",
                      "properties": {
                        "latest_comment_url": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "unread": {
                      "type": "boolean"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 6,
                  "last_read_at": "string",
                  "reason": "string",
                  "repository": {
                    "description": "string",
                    "fork": false,
                    "full_name": "string",
                    "html_url": "string",
                    "id": 5,
                    "name": "string",
                    "owner": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 5,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 2,
                      "email": "string",
                      "followers": 9,
                      "followers_url": "string",
                      "following": 4,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 8,
                      "plan": {
                        "collaborators": 6,
                        "name": "string",
                        "private_repos": 2,
                        "space": 3
                      },
                      "private_gists": 5,
                      "public_gists": 2,
                      "public_repos": 8,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 4,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "private": false,
                    "url": "string"
                  },
                  "subject": {
                    "latest_comment_url": "string",
                    "title": "string",
                    "type": "string",
                    "url": "string"
                  },
                  "unread": false,
                  "updated_at": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "all",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "participating",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/notifications/threads/{id}": {
      "get": {
        "tags": [
          "Notifications"
        ],
        "operationId": "getNotificationsThreadsId",
        "description": "The parameters and request body are for method: getNotificationsThreadsId. Same endpoint also used in methods:<br> activityGetThread (id : number)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "last_read_at": {
                      "type": "string"
                    },
                    "reason": {
                      "type": "string"
                    },
                    "repository": {
                      "type": "object",
                      "properties": {
                        "description": {
                          "type": "string"
                        },
                        "fork": {
                          "type": "boolean"
                        },
                        "full_name": {
                          "type": "string"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "owner": {
                          "type": "object",
                          "properties": {
                            "avatar_url": {
                              "type": "string"
                            },
                            "bio": {
                              "type": "string"
                            },
                            "blog": {
                              "type": "string"
                            },
                            "collaborators": {
                              "type": "number"
                            },
                            "company": {
                              "type": "string"
                            },
                            "created_at": {
                              "type": "string"
                            },
                            "disk_usage": {
                              "type": "number"
                            },
                            "email": {
                              "type": "string"
                            },
                            "followers": {
                              "type": "number"
                            },
                            "followers_url": {
                              "type": "string"
                            },
                            "following": {
                              "type": "number"
                            },
                            "following_url": {
                              "type": "string"
                            },
                            "gists_url": {
                              "type": "string"
                            },
                            "gravatar_id": {
                              "type": "string"
                            },
                            "hireable": {
                              "type": "boolean"
                            },
                            "html_url": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "location": {
                              "type": "string"
                            },
                            "login": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "organizations_url": {
                              "type": "string"
                            },
                            "owned_private_repos": {
                              "type": "number"
                            },
                            "plan": {
                              "type": "object",
                              "properties": {
                                "collaborators": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "private_repos": {
                                  "type": "number"
                                },
                                "space": {
                                  "type": "number"
                                }
                              }
                            },
                            "private_gists": {
                              "type": "number"
                            },
                            "public_gists": {
                              "type": "number"
                            },
                            "public_repos": {
                              "type": "number"
                            },
                            "starred_url": {
                              "type": "string"
                            },
                            "subscriptions_url": {
                              "type": "string"
                            },
                            "total_private_repos": {
                              "type": "number"
                            },
                            "type": {
                              "type": "string"
                            },
                            "updated_at": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "private": {
                          "type": "boolean"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "subject": {
                      "type": "object",
                      "properties": {
                        "latest_comment_url": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "unread": {
                      "type": "boolean"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 4,
                  "last_read_at": "string",
                  "reason": "string",
                  "repository": {
                    "description": "string",
                    "fork": true,
                    "full_name": "string",
                    "html_url": "string",
                    "id": 5,
                    "name": "string",
                    "owner": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 3,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 9,
                      "email": "string",
                      "followers": 8,
                      "followers_url": "string",
                      "following": 8,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 5,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 9,
                      "plan": {
                        "collaborators": 5,
                        "name": "string",
                        "private_repos": 2,
                        "space": 6
                      },
                      "private_gists": 6,
                      "public_gists": 1,
                      "public_repos": 2,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 9,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "private": true,
                    "url": "string"
                  },
                  "subject": {
                    "latest_comment_url": "string",
                    "title": "string",
                    "type": "string",
                    "url": "string"
                  },
                  "unread": true,
                  "updated_at": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Notifications"
        ],
        "operationId": "patchNotificationsThreadsId",
        "description": "The parameters and request body are for method: patchNotificationsThreadsId. Same endpoint also used in methods:<br> activityMarkThreadAsRead (id : number)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Activity"
        ],
        "operationId": "activityMarkThreadAsDone",
        "description": "The parameters and request body are for method: activityMarkThreadAsDone. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/notifications/threads/{id}/subscription": {
      "delete": {
        "tags": [
          "Notifications"
        ],
        "operationId": "deleteNotificationsThreadsIdSubscription",
        "description": "The parameters and request body are for method: deleteNotificationsThreadsIdSubscription. Same endpoint also used in methods:<br> activityDeleteThreadSubscription (id : number)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Notifications"
        ],
        "operationId": "getNotificationsThreadsIdSubscription",
        "description": "The parameters and request body are for method: getNotificationsThreadsIdSubscription. Same endpoint also used in methods:<br> activityGetThreadSubscriptionForAuthenticatedUser (id : number)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "created_at": {
                      "type": "string"
                    },
                    "ignored": {
                      "type": "boolean"
                    },
                    "reason": {
                      "type": "string"
                    },
                    "repository_url": {
                      "type": "string"
                    },
                    "subscribed": {
                      "type": "boolean"
                    },
                    "thread_url": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "created_at": "string",
                  "ignored": true,
                  "reason": "string",
                  "repository_url": "string",
                  "subscribed": true,
                  "thread_url": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Notifications"
        ],
        "operationId": "putNotificationsThreadsIdSubscription",
        "description": "The parameters and request body are for method: putNotificationsThreadsIdSubscription. Same endpoint also used in methods:<br> activitySetThreadSubscription (id : number,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "created_at": {
                      "type": "string"
                    },
                    "ignored": {
                      "type": "boolean"
                    },
                    "reason": {
                      "type": "string"
                    },
                    "repository_url": {
                      "type": "string"
                    },
                    "subscribed": {
                      "type": "boolean"
                    },
                    "thread_url": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "created_at": "string",
                  "ignored": false,
                  "reason": "string",
                  "repository_url": "string",
                  "subscribed": false,
                  "thread_url": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "getOrgsOrg",
        "description": "The parameters and request body are for method: getOrgsOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "avatar_url": {
                      "type": "string"
                    },
                    "bio": {
                      "type": "string"
                    },
                    "blog": {
                      "type": "string"
                    },
                    "collaborators": {
                      "type": "number"
                    },
                    "company": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "disk_usage": {
                      "type": "number"
                    },
                    "email": {
                      "type": "string"
                    },
                    "followers": {
                      "type": "number"
                    },
                    "followers_url": {
                      "type": "string"
                    },
                    "following": {
                      "type": "number"
                    },
                    "following_url": {
                      "type": "string"
                    },
                    "gists_url": {
                      "type": "string"
                    },
                    "gravatar_id": {
                      "type": "string"
                    },
                    "hireable": {
                      "type": "boolean"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "location": {
                      "type": "string"
                    },
                    "login": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "organizations_url": {
                      "type": "string"
                    },
                    "owned_private_repos": {
                      "type": "number"
                    },
                    "plan": {
                      "type": "object",
                      "properties": {
                        "collaborators": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "private_repos": {
                          "type": "number"
                        },
                        "space": {
                          "type": "number"
                        }
                      }
                    },
                    "private_gists": {
                      "type": "number"
                    },
                    "public_gists": {
                      "type": "number"
                    },
                    "public_repos": {
                      "type": "number"
                    },
                    "starred_url": {
                      "type": "string"
                    },
                    "subscriptions_url": {
                      "type": "string"
                    },
                    "total_private_repos": {
                      "type": "number"
                    },
                    "type": {
                      "type": "string"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "avatar_url": "string",
                  "bio": "string",
                  "blog": "string",
                  "collaborators": 1,
                  "company": "string",
                  "created_at": "string",
                  "disk_usage": 10,
                  "email": "string",
                  "followers": 5,
                  "followers_url": "string",
                  "following": 4,
                  "following_url": "string",
                  "gists_url": "string",
                  "gravatar_id": "string",
                  "hireable": false,
                  "html_url": "string",
                  "id": 3,
                  "location": "string",
                  "login": "string",
                  "name": "string",
                  "organizations_url": "string",
                  "owned_private_repos": 5,
                  "plan": {
                    "collaborators": 3,
                    "name": "string",
                    "private_repos": 8,
                    "space": 10
                  },
                  "private_gists": 7,
                  "public_gists": 7,
                  "public_repos": 10,
                  "starred_url": "string",
                  "subscriptions_url": "string",
                  "total_private_repos": 8,
                  "type": "User",
                  "updated_at": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Orgs"
        ],
        "operationId": "patchOrgsOrg",
        "description": "The parameters and request body are for method: patchOrgsOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "avatar_url": {
                      "type": "string"
                    },
                    "bio": {
                      "type": "string"
                    },
                    "blog": {
                      "type": "string"
                    },
                    "collaborators": {
                      "type": "number"
                    },
                    "company": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "disk_usage": {
                      "type": "number"
                    },
                    "email": {
                      "type": "string"
                    },
                    "followers": {
                      "type": "number"
                    },
                    "followers_url": {
                      "type": "string"
                    },
                    "following": {
                      "type": "number"
                    },
                    "following_url": {
                      "type": "string"
                    },
                    "gists_url": {
                      "type": "string"
                    },
                    "gravatar_id": {
                      "type": "string"
                    },
                    "hireable": {
                      "type": "boolean"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "location": {
                      "type": "string"
                    },
                    "login": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "organizations_url": {
                      "type": "string"
                    },
                    "owned_private_repos": {
                      "type": "number"
                    },
                    "plan": {
                      "type": "object",
                      "properties": {
                        "collaborators": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "private_repos": {
                          "type": "number"
                        },
                        "space": {
                          "type": "number"
                        }
                      }
                    },
                    "private_gists": {
                      "type": "number"
                    },
                    "public_gists": {
                      "type": "number"
                    },
                    "public_repos": {
                      "type": "number"
                    },
                    "starred_url": {
                      "type": "string"
                    },
                    "subscriptions_url": {
                      "type": "string"
                    },
                    "total_private_repos": {
                      "type": "number"
                    },
                    "type": {
                      "type": "string"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "avatar_url": "string",
                  "bio": "string",
                  "blog": "string",
                  "collaborators": 10,
                  "company": "string",
                  "created_at": "string",
                  "disk_usage": 5,
                  "email": "string",
                  "followers": 9,
                  "followers_url": "string",
                  "following": 2,
                  "following_url": "string",
                  "gists_url": "string",
                  "gravatar_id": "string",
                  "hireable": false,
                  "html_url": "string",
                  "id": 2,
                  "location": "string",
                  "login": "string",
                  "name": "string",
                  "organizations_url": "string",
                  "owned_private_repos": 4,
                  "plan": {
                    "collaborators": 7,
                    "name": "string",
                    "private_repos": 7,
                    "space": 10
                  },
                  "private_gists": 9,
                  "public_gists": 7,
                  "public_repos": 10,
                  "starred_url": "string",
                  "subscriptions_url": "string",
                  "total_private_repos": 10,
                  "type": "Organization",
                  "updated_at": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsDelete",
        "description": "The parameters and request body are for method: orgsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/members/{username}": {
      "delete": {
        "tags": [
          "Orgs"
        ],
        "operationId": "deleteOrgsOrgMembersUsername",
        "description": "The parameters and request body are for method: deleteOrgsOrgMembersUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "getOrgsOrgMembersUsername",
        "description": "The parameters and request body are for method: getOrgsOrgMembersUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/public_members/{username}": {
      "delete": {
        "tags": [
          "Orgs"
        ],
        "operationId": "deleteOrgsOrgPublicMembersUsername",
        "description": "The parameters and request body are for method: deleteOrgsOrgPublicMembersUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "getOrgsOrgPublicMembersUsername",
        "description": "The parameters and request body are for method: getOrgsOrgPublicMembersUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Orgs"
        ],
        "operationId": "putOrgsOrgPublicMembersUsername",
        "description": "The parameters and request body are for method: putOrgsOrgPublicMembersUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/repos": {
      "post": {
        "tags": [
          "Orgs"
        ],
        "operationId": "postOrgsOrgRepos",
        "description": "The parameters and request body are for method: postOrgsOrgRepos. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "getOrgsOrgRepos",
        "description": "The parameters and request body are for method: getOrgsOrgRepos. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/teams": {
      "post": {
        "tags": [
          "Orgs"
        ],
        "operationId": "postOrgsOrgTeams",
        "description": "The parameters and request body are for method: postOrgsOrgTeams. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "members_count": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "permission": {
                      "type": "string"
                    },
                    "repos_count": {
                      "type": "number"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 6,
                  "members_count": 8,
                  "name": "string",
                  "permission": "string",
                  "repos_count": 10,
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "getOrgsOrgTeams",
        "description": "The parameters and request body are for method: getOrgsOrgTeams. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 8,
                    "name": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/rate_limit": {
      "get": {
        "tags": [
          "RateLimit"
        ],
        "operationId": "getRateLimit",
        "description": "The parameters and request body are for method: getRateLimit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rate": {
                      "type": "object",
                      "properties": {
                        "limit": {
                          "type": "number"
                        },
                        "remaining": {
                          "type": "number"
                        },
                        "reset": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "rate": {
                    "limit": 4,
                    "remaining": 4,
                    "reset": 5
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepo",
        "description": "The parameters and request body are for method: deleteReposOwnerRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepo",
        "description": "The parameters and request body are for method: getReposOwnerRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "patchReposOwnerRepo",
        "description": "The parameters and request body are for method: patchReposOwnerRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/assignees/{assignee}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoAssigneesAssignee",
        "description": "The parameters and request body are for method: getReposOwnerRepoAssigneesAssignee. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "assignee",
            "in": "path",
            "required": true,
            "schema": {
              "title": "assignee",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/branches/{branch}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoBranchesBranch",
        "description": "The parameters and request body are for method: getReposOwnerRepoBranchesBranch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "_links": {
                      "type": "object",
                      "properties": {
                        "html": {
                          "type": "string"
                        },
                        "self": {
                          "type": "string"
                        }
                      }
                    },
                    "commit": {
                      "type": "object",
                      "properties": {
                        "author": {
                          "type": "object",
                          "properties": {
                            "avatar_url": {
                              "type": "string"
                            },
                            "bio": {
                              "type": "string"
                            },
                            "blog": {
                              "type": "string"
                            },
                            "collaborators": {
                              "type": "number"
                            },
                            "company": {
                              "type": "string"
                            },
                            "created_at": {
                              "type": "string"
                            },
                            "disk_usage": {
                              "type": "number"
                            },
                            "email": {
                              "type": "string"
                            },
                            "followers": {
                              "type": "number"
                            },
                            "followers_url": {
                              "type": "string"
                            },
                            "following": {
                              "type": "number"
                            },
                            "following_url": {
                              "type": "string"
                            },
                            "gists_url": {
                              "type": "string"
                            },
                            "gravatar_id": {
                              "type": "string"
                            },
                            "hireable": {
                              "type": "boolean"
                            },
                            "html_url": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "location": {
                              "type": "string"
                            },
                            "login": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "organizations_url": {
                              "type": "string"
                            },
                            "owned_private_repos": {
                              "type": "number"
                            },
                            "plan": {
                              "type": "object",
                              "properties": {
                                "collaborators": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "private_repos": {
                                  "type": "number"
                                },
                                "space": {
                                  "type": "number"
                                }
                              }
                            },
                            "private_gists": {
                              "type": "number"
                            },
                            "public_gists": {
                              "type": "number"
                            },
                            "public_repos": {
                              "type": "number"
                            },
                            "starred_url": {
                              "type": "string"
                            },
                            "subscriptions_url": {
                              "type": "string"
                            },
                            "total_private_repos": {
                              "type": "number"
                            },
                            "type": {
                              "type": "string"
                            },
                            "updated_at": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "commit": {
                          "type": "object",
                          "properties": {
                            "author": {
                              "type": "object",
                              "properties": {
                                "date": {
                                  "type": "string"
                                },
                                "email": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "committer": {
                              "type": "object",
                              "properties": {
                                "date": {
                                  "type": "string"
                                },
                                "email": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "message": {
                              "type": "string"
                            },
                            "tree": {
                              "type": "object",
                              "properties": {
                                "sha": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "committer": {
                          "type": "object",
                          "properties": {
                            "avatar_url": {
                              "type": "string"
                            },
                            "bio": {
                              "type": "string"
                            },
                            "blog": {
                              "type": "string"
                            },
                            "collaborators": {
                              "type": "number"
                            },
                            "company": {
                              "type": "string"
                            },
                            "created_at": {
                              "type": "string"
                            },
                            "disk_usage": {
                              "type": "number"
                            },
                            "email": {
                              "type": "string"
                            },
                            "followers": {
                              "type": "number"
                            },
                            "followers_url": {
                              "type": "string"
                            },
                            "following": {
                              "type": "number"
                            },
                            "following_url": {
                              "type": "string"
                            },
                            "gists_url": {
                              "type": "string"
                            },
                            "gravatar_id": {
                              "type": "string"
                            },
                            "hireable": {
                              "type": "boolean"
                            },
                            "html_url": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "location": {
                              "type": "string"
                            },
                            "login": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "organizations_url": {
                              "type": "string"
                            },
                            "owned_private_repos": {
                              "type": "number"
                            },
                            "plan": {
                              "type": "object",
                              "properties": {
                                "collaborators": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "private_repos": {
                                  "type": "number"
                                },
                                "space": {
                                  "type": "number"
                                }
                              }
                            },
                            "private_gists": {
                              "type": "number"
                            },
                            "public_gists": {
                              "type": "number"
                            },
                            "public_repos": {
                              "type": "number"
                            },
                            "starred_url": {
                              "type": "string"
                            },
                            "subscriptions_url": {
                              "type": "string"
                            },
                            "total_private_repos": {
                              "type": "number"
                            },
                            "type": {
                              "type": "string"
                            },
                            "updated_at": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "parents": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "sha": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "sha": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "_links": {
                    "html": "string",
                    "self": "string"
                  },
                  "commit": {
                    "author": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 4,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 2,
                      "email": "string",
                      "followers": 4,
                      "followers_url": "string",
                      "following": 3,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 6,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 5,
                      "plan": {
                        "collaborators": 5,
                        "name": "string",
                        "private_repos": 1,
                        "space": 6
                      },
                      "private_gists": 10,
                      "public_gists": 3,
                      "public_repos": 8,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 4,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "commit": {
                      "author": {
                        "date": "string",
                        "email": "string",
                        "name": "string"
                      },
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "name": "string"
                      },
                      "message": "string",
                      "tree": {
                        "sha": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    "committer": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 7,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 6,
                      "email": "string",
                      "followers": 5,
                      "followers_url": "string",
                      "following": 10,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 9,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 9,
                      "plan": {
                        "collaborators": 1,
                        "name": "string",
                        "private_repos": 9,
                        "space": 6
                      },
                      "private_gists": 6,
                      "public_gists": 8,
                      "public_repos": 4,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 7,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "parents": [
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      }
                    ],
                    "sha": "string",
                    "url": "string"
                  },
                  "name": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/collaborators/{user}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoCollaboratorsUser",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoCollaboratorsUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "path",
            "required": true,
            "schema": {
              "title": "user",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoCollaboratorsUser",
        "description": "The parameters and request body are for method: getReposOwnerRepoCollaboratorsUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "path",
            "required": true,
            "schema": {
              "title": "user",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "putReposOwnerRepoCollaboratorsUser",
        "description": "The parameters and request body are for method: putReposOwnerRepoCollaboratorsUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "path",
            "required": true,
            "schema": {
              "title": "user",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/comments/{commentId}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoCommentsCommentId",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoCommentsCommentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoCommentsCommentId",
        "description": "The parameters and request body are for method: getReposOwnerRepoCommentsCommentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "string"
                    },
                    "commit_id": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "line": {
                      "type": "number"
                    },
                    "path": {
                      "type": "string"
                    },
                    "position": {
                      "type": "number"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "body": "string",
                  "commit_id": "string",
                  "created_at": "string",
                  "html_url": "string",
                  "id": 8,
                  "line": 1,
                  "path": "string",
                  "position": 7,
                  "updated_at": "string",
                  "url": "string",
                  "user": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 3,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 7,
                    "email": "string",
                    "followers": 7,
                    "followers_url": "string",
                    "following": 4,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 7,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 3,
                    "plan": {
                      "collaborators": 5,
                      "name": "string",
                      "private_repos": 8,
                      "space": 3
                    },
                    "private_gists": 9,
                    "public_gists": 4,
                    "public_repos": 10,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 3,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "patchReposOwnerRepoCommentsCommentId",
        "description": "The parameters and request body are for method: patchReposOwnerRepoCommentsCommentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "string"
                    },
                    "commit_id": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "line": {
                      "type": "number"
                    },
                    "path": {
                      "type": "string"
                    },
                    "position": {
                      "type": "number"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "body": "string",
                  "commit_id": "string",
                  "created_at": "string",
                  "html_url": "string",
                  "id": 6,
                  "line": 3,
                  "path": "string",
                  "position": 3,
                  "updated_at": "string",
                  "url": "string",
                  "user": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 5,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 3,
                    "email": "string",
                    "followers": 7,
                    "followers_url": "string",
                    "following": 10,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 3,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 7,
                    "plan": {
                      "collaborators": 10,
                      "name": "string",
                      "private_repos": 7,
                      "space": 4
                    },
                    "private_gists": 6,
                    "public_gists": 8,
                    "public_repos": 1,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 8,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/commits/{shaCode}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoCommitsShaCode",
        "description": "The parameters and request body are for method: getReposOwnerRepoCommitsShaCode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "author": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "commit": {
                      "type": "object",
                      "properties": {
                        "author": {
                          "type": "object",
                          "properties": {
                            "date": {
                              "type": "string"
                            },
                            "email": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            }
                          }
                        },
                        "committer": {
                          "type": "object",
                          "properties": {
                            "date": {
                              "type": "string"
                            },
                            "email": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            }
                          }
                        },
                        "message": {
                          "type": "string"
                        },
                        "tree": {
                          "type": "object",
                          "properties": {
                            "sha": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "committer": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "files": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "additions": {
                            "type": "number"
                          },
                          "blob_url": {
                            "type": "string"
                          },
                          "changes": {
                            "type": "number"
                          },
                          "deletions": {
                            "type": "number"
                          },
                          "filename": {
                            "type": "string"
                          },
                          "patch": {
                            "type": "string"
                          },
                          "raw_url": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "parents": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "sha": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "sha": {
                      "type": "string"
                    },
                    "stats": {
                      "type": "object",
                      "properties": {
                        "additions": {
                          "type": "number"
                        },
                        "deletions": {
                          "type": "number"
                        },
                        "total": {
                          "type": "number"
                        }
                      }
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "author": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 7,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 8,
                    "email": "string",
                    "followers": 7,
                    "followers_url": "string",
                    "following": 6,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 7,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 5,
                    "plan": {
                      "collaborators": 1,
                      "name": "string",
                      "private_repos": 9,
                      "space": 8
                    },
                    "private_gists": 4,
                    "public_gists": 1,
                    "public_repos": 5,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 8,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "commit": {
                    "author": {
                      "date": "string",
                      "email": "string",
                      "name": "string"
                    },
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "name": "string"
                    },
                    "message": "string",
                    "tree": {
                      "sha": "string",
                      "url": "string"
                    },
                    "url": "string"
                  },
                  "committer": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 1,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 10,
                    "email": "string",
                    "followers": 8,
                    "followers_url": "string",
                    "following": 10,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 3,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 2,
                    "plan": {
                      "collaborators": 10,
                      "name": "string",
                      "private_repos": 6,
                      "space": 5
                    },
                    "private_gists": 2,
                    "public_gists": 1,
                    "public_repos": 5,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 7,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "files": [
                    {
                      "additions": 10,
                      "blob_url": "string",
                      "changes": 7,
                      "deletions": 4,
                      "filename": "string",
                      "patch": "string",
                      "raw_url": "string",
                      "status": "string"
                    },
                    {
                      "additions": 2,
                      "blob_url": "string",
                      "changes": 4,
                      "deletions": 7,
                      "filename": "string",
                      "patch": "string",
                      "raw_url": "string",
                      "status": "string"
                    },
                    {
                      "additions": 7,
                      "blob_url": "string",
                      "changes": 5,
                      "deletions": 5,
                      "filename": "string",
                      "patch": "string",
                      "raw_url": "string",
                      "status": "string"
                    },
                    {
                      "additions": 5,
                      "blob_url": "string",
                      "changes": 7,
                      "deletions": 5,
                      "filename": "string",
                      "patch": "string",
                      "raw_url": "string",
                      "status": "string"
                    },
                    {
                      "additions": 8,
                      "blob_url": "string",
                      "changes": 9,
                      "deletions": 4,
                      "filename": "string",
                      "patch": "string",
                      "raw_url": "string",
                      "status": "string"
                    },
                    {
                      "additions": 9,
                      "blob_url": "string",
                      "changes": 10,
                      "deletions": 1,
                      "filename": "string",
                      "patch": "string",
                      "raw_url": "string",
                      "status": "string"
                    }
                  ],
                  "parents": [
                    {
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "url": "string"
                    }
                  ],
                  "sha": "string",
                  "stats": {
                    "additions": 1,
                    "deletions": 9,
                    "total": 9
                  },
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "shaCode",
            "in": "path",
            "required": true,
            "schema": {
              "title": "shaCode",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/commits/{shaCode}/comments": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoCommitsShaCodeComments",
        "description": "The parameters and request body are for method: postReposOwnerRepoCommitsShaCodeComments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "string"
                    },
                    "commit_id": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "line": {
                      "type": "number"
                    },
                    "path": {
                      "type": "string"
                    },
                    "position": {
                      "type": "number"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "body": "string",
                  "commit_id": "string",
                  "created_at": "string",
                  "html_url": "string",
                  "id": 9,
                  "line": 2,
                  "path": "string",
                  "position": 8,
                  "updated_at": "string",
                  "url": "string",
                  "user": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 4,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 7,
                    "email": "string",
                    "followers": 1,
                    "followers_url": "string",
                    "following": 8,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 2,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 6,
                    "plan": {
                      "collaborators": 3,
                      "name": "string",
                      "private_repos": 2,
                      "space": 10
                    },
                    "private_gists": 4,
                    "public_gists": 3,
                    "public_repos": 7,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 7,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "shaCode",
            "in": "path",
            "required": true,
            "schema": {
              "title": "shaCode",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoCommitsShaCodeComments",
        "description": "The parameters and request body are for method: getReposOwnerRepoCommitsShaCodeComments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "body": {
                        "type": "string"
                      },
                      "commit_id": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "line": {
                        "type": "number"
                      },
                      "path": {
                        "type": "string"
                      },
                      "position": {
                        "type": "number"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "user": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "body": "string",
                    "commit_id": "string",
                    "created_at": "string",
                    "html_url": "string",
                    "id": 3,
                    "line": 6,
                    "path": "string",
                    "position": 3,
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 7,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 10,
                      "email": "string",
                      "followers": 10,
                      "followers_url": "string",
                      "following": 2,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 9,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 4,
                      "plan": {
                        "collaborators": 1,
                        "name": "string",
                        "private_repos": 4,
                        "space": 6
                      },
                      "private_gists": 1,
                      "public_gists": 7,
                      "public_repos": 2,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 7,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "shaCode",
            "in": "path",
            "required": true,
            "schema": {
              "title": "shaCode",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/contents/{pathParam}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoContentsPath",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoContentsPath. Same endpoint also used in methods:<br> reposDeleteFile (owner : string,repo : string,pathParam : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "commit": {
                      "type": "object",
                      "properties": {
                        "author": {
                          "type": "object",
                          "properties": {
                            "date": {
                              "type": "string"
                            },
                            "email": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            }
                          }
                        },
                        "committer": {
                          "type": "object",
                          "properties": {
                            "date": {
                              "type": "string"
                            },
                            "email": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            }
                          }
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "message": {
                          "type": "string"
                        },
                        "parents": {
                          "type": "object",
                          "properties": {
                            "html_url": {
                              "type": "string"
                            },
                            "sha": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "sha": {
                          "type": "string"
                        },
                        "tree": {
                          "type": "object",
                          "properties": {
                            "sha": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "content": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "commit": {
                    "author": {
                      "date": "string",
                      "email": "string",
                      "name": "string"
                    },
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "name": "string"
                    },
                    "html_url": "string",
                    "message": "string",
                    "parents": {
                      "html_url": "string",
                      "sha": "string",
                      "url": "string"
                    },
                    "sha": "string",
                    "tree": {
                      "sha": "string",
                      "url": "string"
                    },
                    "url": "string"
                  },
                  "content": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoContentsPath",
        "description": "The parameters and request body are for method: getReposOwnerRepoContentsPath. Same endpoint also used in methods:<br> reposGetContent (owner : string,repo : string,pathParam : string,ref : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "_links": {
                      "type": "object",
                      "properties": {
                        "git": {
                          "type": "string"
                        },
                        "html": {
                          "type": "string"
                        },
                        "self": {
                          "type": "string"
                        }
                      }
                    },
                    "content": {
                      "type": "string"
                    },
                    "encoding": {
                      "type": "string"
                    },
                    "git_url": {
                      "type": "string"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "path": {
                      "type": "string"
                    },
                    "sha": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "type": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "_links": {
                    "git": "string",
                    "html": "string",
                    "self": "string"
                  },
                  "content": "string",
                  "encoding": "string",
                  "git_url": "string",
                  "html_url": "string",
                  "name": "string",
                  "path": "string",
                  "sha": "string",
                  "size": 6,
                  "type": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          },
          {
            "name": "pathParamQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "putReposOwnerRepoContentsPath",
        "description": "The parameters and request body are for method: putReposOwnerRepoContentsPath. Same endpoint also used in methods:<br> reposCreateOrUpdateFileContents (owner : string,repo : string,pathParam : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "commit": {
                      "type": "object",
                      "properties": {
                        "author": {
                          "type": "object",
                          "properties": {
                            "date": {
                              "type": "string"
                            },
                            "email": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            }
                          }
                        },
                        "committer": {
                          "type": "object",
                          "properties": {
                            "date": {
                              "type": "string"
                            },
                            "email": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            }
                          }
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "message": {
                          "type": "string"
                        },
                        "parents": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "html_url": {
                                "type": "string"
                              },
                              "sha": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "sha": {
                          "type": "string"
                        },
                        "tree": {
                          "type": "object",
                          "properties": {
                            "sha": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "content": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "commit": {
                    "author": {
                      "date": "string",
                      "email": "string",
                      "name": "string"
                    },
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "name": "string"
                    },
                    "html_url": "string",
                    "message": "string",
                    "parents": [
                      {
                        "html_url": "string",
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "html_url": "string",
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "html_url": "string",
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "html_url": "string",
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "html_url": "string",
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "html_url": "string",
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "html_url": "string",
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "html_url": "string",
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "html_url": "string",
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "html_url": "string",
                        "sha": "string",
                        "url": "string"
                      }
                    ],
                    "sha": "string",
                    "tree": {
                      "sha": "string",
                      "url": "string"
                    },
                    "url": "string"
                  },
                  "content": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/deployments": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoDeployments",
        "description": "The parameters and request body are for method: postReposOwnerRepoDeployments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "created_at": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "description": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "payload": {
                      "type": "string"
                    },
                    "sha": {
                      "type": "string"
                    },
                    "statuses_url": {
                      "type": "string"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "created_at": "string",
                  "creator": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 7,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 2,
                    "email": "string",
                    "followers": 8,
                    "followers_url": "string",
                    "following": 8,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 1,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 3,
                    "plan": {
                      "collaborators": 3,
                      "name": "string",
                      "private_repos": 10,
                      "space": 5
                    },
                    "private_gists": 5,
                    "public_gists": 5,
                    "public_repos": 9,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 1,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "description": "string",
                  "id": 2,
                  "payload": "string",
                  "sha": "string",
                  "statuses_url": "string",
                  "updated_at": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoDeployments",
        "description": "The parameters and request body are for method: getReposOwnerRepoDeployments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "created_at": {
                        "type": "string"
                      },
                      "creator": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "description": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "payload": {
                        "type": "string"
                      },
                      "sha": {
                        "type": "string"
                      },
                      "statuses_url": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "created_at": "string",
                    "creator": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 7,
                      "email": "string",
                      "followers": 1,
                      "followers_url": "string",
                      "following": 10,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 7,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 2,
                      "plan": {
                        "collaborators": 5,
                        "name": "string",
                        "private_repos": 3,
                        "space": 6
                      },
                      "private_gists": 1,
                      "public_gists": 7,
                      "public_repos": 2,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 8,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "description": "string",
                    "id": 6,
                    "payload": "string",
                    "sha": "string",
                    "statuses_url": "string",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "sha",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "task",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "environment",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/deployments/{id}/statuses": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoDeploymentsIdStatuses",
        "description": "The parameters and request body are for method: postReposOwnerRepoDeploymentsIdStatuses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/downloads": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoDownloads",
        "description": "The parameters and request body are for method: getReposOwnerRepoDownloads. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "content_type": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "download_count": {
                        "type": "number"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "size": {
                        "type": "number"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "content_type": "string",
                    "description": "string",
                    "download_count": 2,
                    "html_url": "string",
                    "id": 3,
                    "name": "string",
                    "size": 1,
                    "url": "string"
                  },
                  {
                    "content_type": "string",
                    "description": "string",
                    "download_count": 5,
                    "html_url": "string",
                    "id": 3,
                    "name": "string",
                    "size": 2,
                    "url": "string"
                  },
                  {
                    "content_type": "string",
                    "description": "string",
                    "download_count": 6,
                    "html_url": "string",
                    "id": 1,
                    "name": "string",
                    "size": 2,
                    "url": "string"
                  },
                  {
                    "content_type": "string",
                    "description": "string",
                    "download_count": 6,
                    "html_url": "string",
                    "id": 2,
                    "name": "string",
                    "size": 2,
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/downloads/{downloadId}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoDownloadsDownloadId",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoDownloadsDownloadId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "downloadId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "downloadId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoDownloadsDownloadId",
        "description": "The parameters and request body are for method: getReposOwnerRepoDownloadsDownloadId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content_type": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "download_count": {
                      "type": "number"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "content_type": "string",
                  "description": "string",
                  "download_count": 8,
                  "html_url": "string",
                  "id": 9,
                  "name": "string",
                  "size": 9,
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "downloadId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "downloadId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/forks": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoForks",
        "description": "The parameters and request body are for method: postReposOwnerRepoForks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoForks",
        "description": "The parameters and request body are for method: getReposOwnerRepoForks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/git/blobs": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoGitBlobs",
        "description": "The parameters and request body are for method: postReposOwnerRepoGitBlobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sha": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "sha": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/git/blobs/{shaCode}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoGitBlobsShaCode",
        "description": "The parameters and request body are for method: getReposOwnerRepoGitBlobsShaCode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "string"
                    },
                    "encoding": {
                      "type": "string"
                    },
                    "sha": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": "string",
                  "encoding": "base64",
                  "sha": "string",
                  "size": 6
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "shaCode",
            "in": "path",
            "required": true,
            "schema": {
              "title": "shaCode",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/git/commits": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoGitCommits",
        "description": "The parameters and request body are for method: postReposOwnerRepoGitCommits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "author": {
                      "type": "object",
                      "properties": {
                        "date": {
                          "type": "string"
                        },
                        "email": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        }
                      }
                    },
                    "message": {
                      "type": "string"
                    },
                    "parents": {
                      "type": "string"
                    },
                    "tree": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "author": {
                    "date": "string",
                    "email": "string",
                    "name": "string"
                  },
                  "message": "string",
                  "parents": "string",
                  "tree": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/git/commits/{shaCode}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoGitCommitsShaCode",
        "description": "The parameters and request body are for method: getReposOwnerRepoGitCommitsShaCode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "author": {
                      "type": "object",
                      "properties": {
                        "date": {
                          "type": "string"
                        },
                        "email": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        }
                      }
                    },
                    "committer": {
                      "type": "object",
                      "properties": {
                        "date": {
                          "type": "string"
                        },
                        "email": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        }
                      }
                    },
                    "message": {
                      "type": "string"
                    },
                    "parents": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "sha": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "sha": {
                      "type": "string"
                    },
                    "tree": {
                      "type": "object",
                      "properties": {
                        "sha": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "author": {
                    "date": "string",
                    "email": "string",
                    "name": "string"
                  },
                  "committer": {
                    "date": "string",
                    "email": "string",
                    "name": "string"
                  },
                  "message": "string",
                  "parents": [
                    {
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "url": "string"
                    }
                  ],
                  "sha": "string",
                  "tree": {
                    "sha": "string",
                    "url": "string"
                  },
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "shaCode",
            "in": "path",
            "required": true,
            "schema": {
              "title": "shaCode",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/git/refs": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoGitRefs",
        "description": "The parameters and request body are for method: getReposOwnerRepoGitRefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "object": {
                        "type": "object",
                        "properties": {
                          "sha": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "ref": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "object": {
                      "sha": "string",
                      "type": "string",
                      "url": "string"
                    },
                    "ref": "string",
                    "url": "string"
                  },
                  {
                    "object": {
                      "sha": "string",
                      "type": "string",
                      "url": "string"
                    },
                    "ref": "string",
                    "url": "string"
                  },
                  {
                    "object": {
                      "sha": "string",
                      "type": "string",
                      "url": "string"
                    },
                    "ref": "string",
                    "url": "string"
                  },
                  {
                    "object": {
                      "sha": "string",
                      "type": "string",
                      "url": "string"
                    },
                    "ref": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoGitRefs",
        "description": "The parameters and request body are for method: postReposOwnerRepoGitRefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "object": {
                      "type": "object",
                      "properties": {
                        "sha": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "ref": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "object": {
                    "sha": "string",
                    "type": "string",
                    "url": "string"
                  },
                  "ref": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/git/refs/{ref}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoGitRefsRef",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoGitRefsRef. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ref",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoGitRefsRef",
        "description": "The parameters and request body are for method: getReposOwnerRepoGitRefsRef. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "object": {
                      "type": "object",
                      "properties": {
                        "sha": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "ref": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "object": {
                    "sha": "string",
                    "type": "string",
                    "url": "string"
                  },
                  "ref": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ref",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "patchReposOwnerRepoGitRefsRef",
        "description": "The parameters and request body are for method: patchReposOwnerRepoGitRefsRef. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "object": {
                      "type": "object",
                      "properties": {
                        "sha": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "ref": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "object": {
                    "sha": "string",
                    "type": "string",
                    "url": "string"
                  },
                  "ref": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ref",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/git/matching-refs/{ref}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoGitMatchingRefs",
        "description": "The parameters and request body are for method: getReposOwnerRepoGitMatchingRefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ref",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/git/tags": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoGitTags",
        "description": "The parameters and request body are for method: postReposOwnerRepoGitTags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "message": {
                      "type": "string"
                    },
                    "object": {
                      "type": "object",
                      "properties": {
                        "sha": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "sha": {
                      "type": "string"
                    },
                    "tag": {
                      "type": "string"
                    },
                    "tagger": {
                      "type": "object",
                      "properties": {
                        "date": {
                          "type": "string"
                        },
                        "email": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        }
                      }
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "message": "string",
                  "object": {
                    "sha": "string",
                    "type": "blob",
                    "url": "string"
                  },
                  "sha": "string",
                  "tag": "string",
                  "tagger": {
                    "date": "string",
                    "email": "string",
                    "name": "string"
                  },
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/git/tags/{shaCode}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoGitTagsShaCode",
        "description": "The parameters and request body are for method: getReposOwnerRepoGitTagsShaCode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "message": {
                      "type": "string"
                    },
                    "object": {
                      "type": "object",
                      "properties": {
                        "sha": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "sha": {
                      "type": "string"
                    },
                    "tag": {
                      "type": "string"
                    },
                    "tagger": {
                      "type": "object",
                      "properties": {
                        "date": {
                          "type": "string"
                        },
                        "email": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        }
                      }
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "message": "string",
                  "object": {
                    "sha": "string",
                    "type": "tree",
                    "url": "string"
                  },
                  "sha": "string",
                  "tag": "string",
                  "tagger": {
                    "date": "string",
                    "email": "string",
                    "name": "string"
                  },
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "shaCode",
            "in": "path",
            "required": true,
            "schema": {
              "title": "shaCode",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/git/trees": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoGitTrees",
        "description": "The parameters and request body are for method: postReposOwnerRepoGitTrees. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "base_tree": {
                      "type": "string"
                    },
                    "sha": {
                      "type": "string"
                    },
                    "tree": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "sha": {
                            "type": "string"
                          },
                          "tree": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "mode": {
                                  "type": "string"
                                },
                                "path": {
                                  "type": "string"
                                },
                                "sha": {
                                  "type": "string"
                                },
                                "size": {
                                  "type": "number"
                                },
                                "type": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "base_tree": "string",
                  "sha": "string",
                  "tree": [
                    {
                      "sha": "string",
                      "tree": [
                        {
                          "mode": "100644",
                          "path": "string",
                          "sha": "string",
                          "size": 7,
                          "type": "blob",
                          "url": "string"
                        },
                        {
                          "mode": "100644",
                          "path": "string",
                          "sha": "string",
                          "size": 7,
                          "type": "tree",
                          "url": "string"
                        },
                        {
                          "mode": "120000",
                          "path": "string",
                          "sha": "string",
                          "size": 8,
                          "type": "blob",
                          "url": "string"
                        }
                      ],
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "tree": [
                        {
                          "mode": "100755",
                          "path": "string",
                          "sha": "string",
                          "size": 7,
                          "type": "commit",
                          "url": "string"
                        },
                        {
                          "mode": "040000",
                          "path": "string",
                          "sha": "string",
                          "size": 10,
                          "type": "blob",
                          "url": "string"
                        },
                        {
                          "mode": "100755",
                          "path": "string",
                          "sha": "string",
                          "size": 9,
                          "type": "blob",
                          "url": "string"
                        },
                        {
                          "mode": "100644",
                          "path": "string",
                          "sha": "string",
                          "size": 4,
                          "type": "blob",
                          "url": "string"
                        },
                        {
                          "mode": "100644",
                          "path": "string",
                          "sha": "string",
                          "size": 9,
                          "type": "blob",
                          "url": "string"
                        },
                        {
                          "mode": "100644",
                          "path": "string",
                          "sha": "string",
                          "size": 7,
                          "type": "blob",
                          "url": "string"
                        },
                        {
                          "mode": "100755",
                          "path": "string",
                          "sha": "string",
                          "size": 9,
                          "type": "commit",
                          "url": "string"
                        },
                        {
                          "mode": "040000",
                          "path": "string",
                          "sha": "string",
                          "size": 5,
                          "type": "tree",
                          "url": "string"
                        }
                      ],
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "tree": [
                        {
                          "mode": "100755",
                          "path": "string",
                          "sha": "string",
                          "size": 4,
                          "type": "blob",
                          "url": "string"
                        },
                        {
                          "mode": "160000",
                          "path": "string",
                          "sha": "string",
                          "size": 10,
                          "type": "tree",
                          "url": "string"
                        },
                        {
                          "mode": "100755",
                          "path": "string",
                          "sha": "string",
                          "size": 5,
                          "type": "blob",
                          "url": "string"
                        },
                        {
                          "mode": "120000",
                          "path": "string",
                          "sha": "string",
                          "size": 10,
                          "type": "tree",
                          "url": "string"
                        }
                      ],
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "tree": [
                        {
                          "mode": "120000",
                          "path": "string",
                          "sha": "string",
                          "size": 2,
                          "type": "tree",
                          "url": "string"
                        },
                        {
                          "mode": "040000",
                          "path": "string",
                          "sha": "string",
                          "size": 9,
                          "type": "commit",
                          "url": "string"
                        },
                        {
                          "mode": "120000",
                          "path": "string",
                          "sha": "string",
                          "size": 2,
                          "type": "blob",
                          "url": "string"
                        },
                        {
                          "mode": "120000",
                          "path": "string",
                          "sha": "string",
                          "size": 6,
                          "type": "tree",
                          "url": "string"
                        },
                        {
                          "mode": "100644",
                          "path": "string",
                          "sha": "string",
                          "size": 4,
                          "type": "commit",
                          "url": "string"
                        },
                        {
                          "mode": "120000",
                          "path": "string",
                          "sha": "string",
                          "size": 2,
                          "type": "tree",
                          "url": "string"
                        },
                        {
                          "mode": "100644",
                          "path": "string",
                          "sha": "string",
                          "size": 1,
                          "type": "tree",
                          "url": "string"
                        },
                        {
                          "mode": "040000",
                          "path": "string",
                          "sha": "string",
                          "size": 3,
                          "type": "blob",
                          "url": "string"
                        },
                        {
                          "mode": "120000",
                          "path": "string",
                          "sha": "string",
                          "size": 3,
                          "type": "blob",
                          "url": "string"
                        }
                      ],
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "tree": [
                        {
                          "mode": "160000",
                          "path": "string",
                          "sha": "string",
                          "size": 7,
                          "type": "tree",
                          "url": "string"
                        },
                        {
                          "mode": "100755",
                          "path": "string",
                          "sha": "string",
                          "size": 2,
                          "type": "commit",
                          "url": "string"
                        },
                        {
                          "mode": "040000",
                          "path": "string",
                          "sha": "string",
                          "size": 10,
                          "type": "commit",
                          "url": "string"
                        },
                        {
                          "mode": "160000",
                          "path": "string",
                          "sha": "string",
                          "size": 9,
                          "type": "blob",
                          "url": "string"
                        },
                        {
                          "mode": "120000",
                          "path": "string",
                          "sha": "string",
                          "size": 4,
                          "type": "blob",
                          "url": "string"
                        },
                        {
                          "mode": "040000",
                          "path": "string",
                          "sha": "string",
                          "size": 4,
                          "type": "tree",
                          "url": "string"
                        }
                      ],
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "tree": [
                        {
                          "mode": "160000",
                          "path": "string",
                          "sha": "string",
                          "size": 8,
                          "type": "blob",
                          "url": "string"
                        },
                        {
                          "mode": "160000",
                          "path": "string",
                          "sha": "string",
                          "size": 6,
                          "type": "tree",
                          "url": "string"
                        },
                        {
                          "mode": "100755",
                          "path": "string",
                          "sha": "string",
                          "size": 4,
                          "type": "tree",
                          "url": "string"
                        },
                        {
                          "mode": "100755",
                          "path": "string",
                          "sha": "string",
                          "size": 3,
                          "type": "tree",
                          "url": "string"
                        },
                        {
                          "mode": "040000",
                          "path": "string",
                          "sha": "string",
                          "size": 2,
                          "type": "commit",
                          "url": "string"
                        },
                        {
                          "mode": "120000",
                          "path": "string",
                          "sha": "string",
                          "size": 6,
                          "type": "commit",
                          "url": "string"
                        },
                        {
                          "mode": "120000",
                          "path": "string",
                          "sha": "string",
                          "size": 9,
                          "type": "blob",
                          "url": "string"
                        }
                      ],
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "tree": [
                        {
                          "mode": "120000",
                          "path": "string",
                          "sha": "string",
                          "size": 1,
                          "type": "tree",
                          "url": "string"
                        },
                        {
                          "mode": "100644",
                          "path": "string",
                          "sha": "string",
                          "size": 8,
                          "type": "commit",
                          "url": "string"
                        }
                      ],
                      "url": "string"
                    }
                  ],
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/git/trees/{shaCode}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoGitTreesShaCode",
        "description": "The parameters and request body are for method: getReposOwnerRepoGitTreesShaCode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sha": {
                      "type": "string"
                    },
                    "tree": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "mode": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "sha": {
                            "type": "string"
                          },
                          "size": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "sha": "string",
                  "tree": [
                    {
                      "mode": "160000",
                      "path": "string",
                      "sha": "string",
                      "size": 7,
                      "type": "blob",
                      "url": "string"
                    },
                    {
                      "mode": "160000",
                      "path": "string",
                      "sha": "string",
                      "size": 1,
                      "type": "commit",
                      "url": "string"
                    },
                    {
                      "mode": "100755",
                      "path": "string",
                      "sha": "string",
                      "size": 3,
                      "type": "tree",
                      "url": "string"
                    },
                    {
                      "mode": "160000",
                      "path": "string",
                      "sha": "string",
                      "size": 6,
                      "type": "tree",
                      "url": "string"
                    },
                    {
                      "mode": "120000",
                      "path": "string",
                      "sha": "string",
                      "size": 10,
                      "type": "tree",
                      "url": "string"
                    }
                  ],
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "shaCode",
            "in": "path",
            "required": true,
            "schema": {
              "title": "shaCode",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/hooks": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoHooks",
        "description": "The parameters and request body are for method: postReposOwnerRepoHooks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "active": {
                        "type": "boolean"
                      },
                      "config": {
                        "type": "object",
                        "properties": {
                          "content_type": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "events": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "active": true,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "member",
                      "fork_apply",
                      "team_add"
                    ],
                    "id": 5,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "active": true,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "push",
                      "fork",
                      "status",
                      "fork",
                      "push",
                      "commit_comment",
                      "fork",
                      "fork",
                      "fork"
                    ],
                    "id": 10,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "active": false,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "public",
                      "watch",
                      "public"
                    ],
                    "id": 8,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoHooks",
        "description": "The parameters and request body are for method: getReposOwnerRepoHooks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "active": {
                        "type": "boolean"
                      },
                      "config": {
                        "type": "object",
                        "properties": {
                          "content_type": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "events": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "active": true,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "push",
                      "status",
                      "team_add",
                      "issues",
                      "member"
                    ],
                    "id": 9,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "active": true,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "member",
                      "public",
                      "team_add",
                      "issues",
                      "issues"
                    ],
                    "id": 8,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "active": false,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "member",
                      "gollum",
                      "public",
                      "pull_request",
                      "push"
                    ],
                    "id": 7,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "active": true,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "issue_comment",
                      "pull_request_review_comment",
                      "download",
                      "fork_apply",
                      "issues",
                      "status",
                      "commit_comment",
                      "issue_comment"
                    ],
                    "id": 9,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/hooks/{hookId}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoHooksHookId",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoHooksHookId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoHooksHookId",
        "description": "The parameters and request body are for method: getReposOwnerRepoHooksHookId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "active": {
                        "type": "boolean"
                      },
                      "config": {
                        "type": "object",
                        "properties": {
                          "content_type": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "events": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "active": false,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "download",
                      "fork"
                    ],
                    "id": 8,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "active": true,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "watch",
                      "watch",
                      "public",
                      "pull_request_review_comment",
                      "commit_comment",
                      "gollum",
                      "download"
                    ],
                    "id": 8,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "active": false,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "status",
                      "download",
                      "push",
                      "status",
                      "commit_comment"
                    ],
                    "id": 5,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "active": false,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "download",
                      "fork",
                      "commit_comment",
                      "push",
                      "public",
                      "download",
                      "public",
                      "member",
                      "issues"
                    ],
                    "id": 3,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "patchReposOwnerRepoHooksHookId",
        "description": "The parameters and request body are for method: patchReposOwnerRepoHooksHookId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "active": {
                        "type": "boolean"
                      },
                      "config": {
                        "type": "object",
                        "properties": {
                          "content_type": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "events": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "active": true,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "commit_comment"
                    ],
                    "id": 4,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "active": false,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "fork",
                      "pull_request",
                      "pull_request",
                      "watch",
                      "issue_comment"
                    ],
                    "id": 2,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "active": true,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "commit_comment",
                      "gollum",
                      "push",
                      "pull_request",
                      "issues",
                      "push"
                    ],
                    "id": 4,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "active": true,
                    "config": {
                      "content_type": "string",
                      "url": "string"
                    },
                    "created_at": "string",
                    "events": [
                      "issue_comment",
                      "pull_request_review_comment",
                      "issue_comment",
                      "status",
                      "team_add",
                      "download",
                      "issue_comment",
                      "issue_comment"
                    ],
                    "id": 2,
                    "name": "string",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/hooks/{hookId}/tests": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoHooksHookIdTests",
        "description": "The parameters and request body are for method: postReposOwnerRepoHooksHookIdTests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoIssues",
        "description": "The parameters and request body are for method: getReposOwnerRepoIssues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "assignee": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "body": {
                        "type": "string"
                      },
                      "closed_at": {
                        "type": "string"
                      },
                      "comments": {
                        "type": "number"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "labels": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "color": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "milestone": {
                        "type": "object",
                        "properties": {
                          "closed_issues": {
                            "type": "number"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "creator": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "due_on": {
                            "type": "string"
                          },
                          "number": {
                            "type": "number"
                          },
                          "open_issues": {
                            "type": "number"
                          },
                          "state": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "number": {
                        "type": "number"
                      },
                      "pull_request": {
                        "type": "object",
                        "properties": {
                          "diff_url": {
                            "type": "string"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "patch_url": {
                            "type": "string"
                          }
                        }
                      },
                      "state": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "user": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "assignee": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 2,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 4,
                      "email": "string",
                      "followers": 10,
                      "followers_url": "string",
                      "following": 4,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 5,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 3,
                      "plan": {
                        "collaborators": 10,
                        "name": "string",
                        "private_repos": 6,
                        "space": 8
                      },
                      "private_gists": 2,
                      "public_gists": 4,
                      "public_repos": 5,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 4,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "body": "string",
                    "closed_at": "string",
                    "comments": 8,
                    "created_at": "string",
                    "html_url": "string",
                    "labels": [
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      }
                    ],
                    "milestone": {
                      "closed_issues": 10,
                      "created_at": "string",
                      "creator": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 4,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 2,
                        "followers_url": "string",
                        "following": 7,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 10,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 2,
                        "plan": {
                          "collaborators": 4,
                          "name": "string",
                          "private_repos": 8,
                          "space": 9
                        },
                        "private_gists": 6,
                        "public_gists": 9,
                        "public_repos": 2,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 1,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "description": "string",
                      "due_on": "string",
                      "number": 10,
                      "open_issues": 5,
                      "state": "closed",
                      "title": "string",
                      "url": "string"
                    },
                    "number": 7,
                    "pull_request": {
                      "diff_url": "string",
                      "html_url": "string",
                      "patch_url": "string"
                    },
                    "state": "open",
                    "title": "string",
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 7,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 1,
                      "email": "string",
                      "followers": 8,
                      "followers_url": "string",
                      "following": 5,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 5,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 4,
                      "plan": {
                        "collaborators": 9,
                        "name": "string",
                        "private_repos": 4,
                        "space": 9
                      },
                      "private_gists": 6,
                      "public_gists": 5,
                      "public_repos": 6,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 10,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labels",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoIssues",
        "description": "The parameters and request body are for method: postReposOwnerRepoIssues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "assignee": {
                      "type": "string"
                    },
                    "body": {
                      "type": "string"
                    },
                    "labels": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "milestone": {
                      "type": "number"
                    },
                    "title": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "assignee": "string",
                  "body": "string",
                  "labels": [
                    "string",
                    "string",
                    "string"
                  ],
                  "milestone": 9,
                  "title": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/comments/{commentId}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoIssuesCommentsCommentId",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoIssuesCommentsCommentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoIssuesCommentsCommentId",
        "description": "The parameters and request body are for method: getReposOwnerRepoIssuesCommentsCommentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "body": "string",
                  "created_at": "string",
                  "html_url": "string",
                  "id": 9,
                  "updated_at": "string",
                  "url": "string",
                  "user": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 1,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 4,
                    "email": "string",
                    "followers": 9,
                    "followers_url": "string",
                    "following": 7,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 10,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 3,
                    "plan": {
                      "collaborators": 5,
                      "name": "string",
                      "private_repos": 3,
                      "space": 6
                    },
                    "private_gists": 2,
                    "public_gists": 2,
                    "public_repos": 9,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 1,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "patchReposOwnerRepoIssuesCommentsCommentId",
        "description": "The parameters and request body are for method: patchReposOwnerRepoIssuesCommentsCommentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "body": "string",
                  "created_at": "string",
                  "html_url": "string",
                  "id": 2,
                  "updated_at": "string",
                  "url": "string",
                  "user": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 3,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 3,
                    "email": "string",
                    "followers": 1,
                    "followers_url": "string",
                    "following": 7,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 4,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 8,
                    "plan": {
                      "collaborators": 6,
                      "name": "string",
                      "private_repos": 4,
                      "space": 1
                    },
                    "private_gists": 3,
                    "public_gists": 8,
                    "public_repos": 7,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 6,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/events/{eventId}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoIssuesEventsEventId",
        "description": "The parameters and request body are for method: getReposOwnerRepoIssuesEventsEventId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "actor": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "commit_id": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "event": {
                      "type": "string"
                    },
                    "issue": {
                      "type": "object",
                      "properties": {
                        "assignee": {
                          "type": "object",
                          "properties": {
                            "avatar_url": {
                              "type": "string"
                            },
                            "bio": {
                              "type": "string"
                            },
                            "blog": {
                              "type": "string"
                            },
                            "collaborators": {
                              "type": "number"
                            },
                            "company": {
                              "type": "string"
                            },
                            "created_at": {
                              "type": "string"
                            },
                            "disk_usage": {
                              "type": "number"
                            },
                            "email": {
                              "type": "string"
                            },
                            "followers": {
                              "type": "number"
                            },
                            "followers_url": {
                              "type": "string"
                            },
                            "following": {
                              "type": "number"
                            },
                            "following_url": {
                              "type": "string"
                            },
                            "gists_url": {
                              "type": "string"
                            },
                            "gravatar_id": {
                              "type": "string"
                            },
                            "hireable": {
                              "type": "boolean"
                            },
                            "html_url": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "location": {
                              "type": "string"
                            },
                            "login": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "organizations_url": {
                              "type": "string"
                            },
                            "owned_private_repos": {
                              "type": "number"
                            },
                            "plan": {
                              "type": "object",
                              "properties": {
                                "collaborators": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "private_repos": {
                                  "type": "number"
                                },
                                "space": {
                                  "type": "number"
                                }
                              }
                            },
                            "private_gists": {
                              "type": "number"
                            },
                            "public_gists": {
                              "type": "number"
                            },
                            "public_repos": {
                              "type": "number"
                            },
                            "starred_url": {
                              "type": "string"
                            },
                            "subscriptions_url": {
                              "type": "string"
                            },
                            "total_private_repos": {
                              "type": "number"
                            },
                            "type": {
                              "type": "string"
                            },
                            "updated_at": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "body": {
                          "type": "string"
                        },
                        "closed_at": {
                          "type": "string"
                        },
                        "comments": {
                          "type": "number"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "labels": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "color": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "milestone": {
                          "type": "object",
                          "properties": {
                            "closed_issues": {
                              "type": "number"
                            },
                            "created_at": {
                              "type": "string"
                            },
                            "creator": {
                              "type": "object",
                              "properties": {
                                "avatar_url": {
                                  "type": "string"
                                },
                                "bio": {
                                  "type": "string"
                                },
                                "blog": {
                                  "type": "string"
                                },
                                "collaborators": {
                                  "type": "number"
                                },
                                "company": {
                                  "type": "string"
                                },
                                "created_at": {
                                  "type": "string"
                                },
                                "disk_usage": {
                                  "type": "number"
                                },
                                "email": {
                                  "type": "string"
                                },
                                "followers": {
                                  "type": "number"
                                },
                                "followers_url": {
                                  "type": "string"
                                },
                                "following": {
                                  "type": "number"
                                },
                                "following_url": {
                                  "type": "string"
                                },
                                "gists_url": {
                                  "type": "string"
                                },
                                "gravatar_id": {
                                  "type": "string"
                                },
                                "hireable": {
                                  "type": "boolean"
                                },
                                "html_url": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "location": {
                                  "type": "string"
                                },
                                "login": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "organizations_url": {
                                  "type": "string"
                                },
                                "owned_private_repos": {
                                  "type": "number"
                                },
                                "plan": {
                                  "type": "object",
                                  "properties": {
                                    "collaborators": {
                                      "type": "number"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "private_repos": {
                                      "type": "number"
                                    },
                                    "space": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "private_gists": {
                                  "type": "number"
                                },
                                "public_gists": {
                                  "type": "number"
                                },
                                "public_repos": {
                                  "type": "number"
                                },
                                "starred_url": {
                                  "type": "string"
                                },
                                "subscriptions_url": {
                                  "type": "string"
                                },
                                "total_private_repos": {
                                  "type": "number"
                                },
                                "type": {
                                  "type": "string"
                                },
                                "updated_at": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            },
                            "description": {
                              "type": "string"
                            },
                            "due_on": {
                              "type": "string"
                            },
                            "number": {
                              "type": "number"
                            },
                            "open_issues": {
                              "type": "number"
                            },
                            "state": {
                              "type": "string"
                            },
                            "title": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "number": {
                          "type": "number"
                        },
                        "pull_request": {
                          "type": "object",
                          "properties": {
                            "diff_url": {
                              "type": "string"
                            },
                            "html_url": {
                              "type": "string"
                            },
                            "patch_url": {
                              "type": "string"
                            }
                          }
                        },
                        "state": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        },
                        "user": {
                          "type": "object",
                          "properties": {
                            "avatar_url": {
                              "type": "string"
                            },
                            "bio": {
                              "type": "string"
                            },
                            "blog": {
                              "type": "string"
                            },
                            "collaborators": {
                              "type": "number"
                            },
                            "company": {
                              "type": "string"
                            },
                            "created_at": {
                              "type": "string"
                            },
                            "disk_usage": {
                              "type": "number"
                            },
                            "email": {
                              "type": "string"
                            },
                            "followers": {
                              "type": "number"
                            },
                            "followers_url": {
                              "type": "string"
                            },
                            "following": {
                              "type": "number"
                            },
                            "following_url": {
                              "type": "string"
                            },
                            "gists_url": {
                              "type": "string"
                            },
                            "gravatar_id": {
                              "type": "string"
                            },
                            "hireable": {
                              "type": "boolean"
                            },
                            "html_url": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "location": {
                              "type": "string"
                            },
                            "login": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "organizations_url": {
                              "type": "string"
                            },
                            "owned_private_repos": {
                              "type": "number"
                            },
                            "plan": {
                              "type": "object",
                              "properties": {
                                "collaborators": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "private_repos": {
                                  "type": "number"
                                },
                                "space": {
                                  "type": "number"
                                }
                              }
                            },
                            "private_gists": {
                              "type": "number"
                            },
                            "public_gists": {
                              "type": "number"
                            },
                            "public_repos": {
                              "type": "number"
                            },
                            "starred_url": {
                              "type": "string"
                            },
                            "subscriptions_url": {
                              "type": "string"
                            },
                            "total_private_repos": {
                              "type": "number"
                            },
                            "type": {
                              "type": "string"
                            },
                            "updated_at": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "actor": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 3,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 8,
                    "email": "string",
                    "followers": 2,
                    "followers_url": "string",
                    "following": 7,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 1,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 8,
                    "plan": {
                      "collaborators": 9,
                      "name": "string",
                      "private_repos": 6,
                      "space": 6
                    },
                    "private_gists": 3,
                    "public_gists": 7,
                    "public_repos": 9,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 4,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "commit_id": "string",
                  "created_at": "string",
                  "event": "string",
                  "issue": {
                    "assignee": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 3,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 7,
                      "email": "string",
                      "followers": 6,
                      "followers_url": "string",
                      "following": 1,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 7,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 1,
                      "plan": {
                        "collaborators": 1,
                        "name": "string",
                        "private_repos": 4,
                        "space": 8
                      },
                      "private_gists": 8,
                      "public_gists": 8,
                      "public_repos": 8,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 1,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "body": "string",
                    "closed_at": "string",
                    "comments": 9,
                    "created_at": "string",
                    "html_url": "string",
                    "labels": [
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      }
                    ],
                    "milestone": {
                      "closed_issues": 3,
                      "created_at": "string",
                      "creator": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 5,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 4,
                        "email": "string",
                        "followers": 3,
                        "followers_url": "string",
                        "following": 7,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 4,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 9,
                        "plan": {
                          "collaborators": 6,
                          "name": "string",
                          "private_repos": 7,
                          "space": 3
                        },
                        "private_gists": 6,
                        "public_gists": 6,
                        "public_repos": 3,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 8,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "description": "string",
                      "due_on": "string",
                      "number": 4,
                      "open_issues": 5,
                      "state": "closed",
                      "title": "string",
                      "url": "string"
                    },
                    "number": 3,
                    "pull_request": {
                      "diff_url": "string",
                      "html_url": "string",
                      "patch_url": "string"
                    },
                    "state": "closed",
                    "title": "string",
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 8,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 4,
                      "email": "string",
                      "followers": 2,
                      "followers_url": "string",
                      "following": 7,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 7,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 4,
                      "plan": {
                        "collaborators": 9,
                        "name": "string",
                        "private_repos": 7,
                        "space": 1
                      },
                      "private_gists": 4,
                      "public_gists": 10,
                      "public_repos": 1,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 9,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "eventId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "eventId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/{number}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoIssuesNumber",
        "description": "The parameters and request body are for method: getReposOwnerRepoIssuesNumber. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "assignee": {
                      "type": "string"
                    },
                    "body": {
                      "type": "string"
                    },
                    "labels": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "milestone": {
                      "type": "number"
                    },
                    "title": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "assignee": "string",
                  "body": "string",
                  "labels": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "milestone": 5,
                  "title": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "patchReposOwnerRepoIssuesNumber",
        "description": "The parameters and request body are for method: patchReposOwnerRepoIssuesNumber. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "assignee": {
                      "type": "string"
                    },
                    "body": {
                      "type": "string"
                    },
                    "labels": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "milestone": {
                      "type": "number"
                    },
                    "title": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "assignee": "string",
                  "body": "string",
                  "labels": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "milestone": 4,
                  "title": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/{number}/comments": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoIssuesNumberComments",
        "description": "The parameters and request body are for method: postReposOwnerRepoIssuesNumberComments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "body": "string",
                  "created_at": "string",
                  "html_url": "string",
                  "id": 1,
                  "updated_at": "string",
                  "url": "string",
                  "user": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 1,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 5,
                    "email": "string",
                    "followers": 4,
                    "followers_url": "string",
                    "following": 1,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 3,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 1,
                    "plan": {
                      "collaborators": 4,
                      "name": "string",
                      "private_repos": 7,
                      "space": 7
                    },
                    "private_gists": 1,
                    "public_gists": 8,
                    "public_repos": 3,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 6,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/{number}/labels": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoIssuesNumberLabels",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoIssuesNumberLabels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoIssuesNumberLabels",
        "description": "The parameters and request body are for method: postReposOwnerRepoIssuesNumberLabels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "color": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "color": "string",
                  "name": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "putReposOwnerRepoIssuesNumberLabels",
        "description": "The parameters and request body are for method: putReposOwnerRepoIssuesNumberLabels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "color": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "color": "string",
                  "name": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/{number}/labels/{name}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoIssuesNumberLabelsName",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoIssuesNumberLabelsName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/keys": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoKeys",
        "description": "The parameters and request body are for method: postReposOwnerRepoKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "key": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 10,
                  "key": "string",
                  "title": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoKeys",
        "description": "The parameters and request body are for method: getReposOwnerRepoKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "key": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 3,
                    "key": "string",
                    "title": "string",
                    "url": "string"
                  },
                  {
                    "id": 6,
                    "key": "string",
                    "title": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/keys/{keyId}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoKeysKeyId",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoKeysKeyId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoKeysKeyId",
        "description": "The parameters and request body are for method: getReposOwnerRepoKeysKeyId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "key": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 7,
                  "key": "string",
                  "title": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/labels": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoLabels",
        "description": "The parameters and request body are for method: postReposOwnerRepoLabels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "color": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "color": "string",
                  "name": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoLabels",
        "description": "The parameters and request body are for method: getReposOwnerRepoLabels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "color": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "color": "string",
                    "name": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/labels/{name}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoLabelsName",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoLabelsName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoLabelsName",
        "description": "The parameters and request body are for method: getReposOwnerRepoLabelsName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "color": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "color": "string",
                  "name": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "patchReposOwnerRepoLabelsName",
        "description": "The parameters and request body are for method: patchReposOwnerRepoLabelsName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "color": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "color": "string",
                  "name": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/languages": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoLanguages",
        "description": "The parameters and request body are for method: getReposOwnerRepoLanguages. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/merges": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoMerges",
        "description": "The parameters and request body are for method: postReposOwnerRepoMerges. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "author": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "comments_url": {
                      "type": "string"
                    },
                    "commit": {
                      "type": "object",
                      "properties": {
                        "author": {
                          "type": "object",
                          "properties": {
                            "date": {
                              "type": "string"
                            },
                            "email": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            }
                          }
                        },
                        "comment_count": {
                          "type": "number"
                        },
                        "committer": {
                          "type": "object",
                          "properties": {
                            "date": {
                              "type": "string"
                            },
                            "email": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            }
                          }
                        },
                        "message": {
                          "type": "string"
                        },
                        "tree": {
                          "type": "object",
                          "properties": {
                            "sha": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "committer": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "merged": {
                      "type": "boolean"
                    },
                    "message": {
                      "type": "string"
                    },
                    "parents": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "sha": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "sha": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "author": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 1,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 2,
                    "email": "string",
                    "followers": 2,
                    "followers_url": "string",
                    "following": 4,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 10,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 8,
                    "plan": {
                      "collaborators": 4,
                      "name": "string",
                      "private_repos": 4,
                      "space": 2
                    },
                    "private_gists": 7,
                    "public_gists": 1,
                    "public_repos": 3,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 9,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "comments_url": "string",
                  "commit": {
                    "author": {
                      "date": "string",
                      "email": "string",
                      "name": "string"
                    },
                    "comment_count": 3,
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "name": "string"
                    },
                    "message": "string",
                    "tree": {
                      "sha": "string",
                      "url": "string"
                    },
                    "url": "string"
                  },
                  "committer": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 4,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 10,
                    "email": "string",
                    "followers": 8,
                    "followers_url": "string",
                    "following": 1,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 3,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 7,
                    "plan": {
                      "collaborators": 7,
                      "name": "string",
                      "private_repos": 4,
                      "space": 4
                    },
                    "private_gists": 7,
                    "public_gists": 4,
                    "public_repos": 6,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 8,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "merged": false,
                  "message": "string",
                  "parents": [
                    {
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "sha": "string",
                      "url": "string"
                    }
                  ],
                  "sha": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/milestones": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoMilestones",
        "description": "The parameters and request body are for method: postReposOwnerRepoMilestones. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "closed_issues": {
                      "type": "number"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "description": {
                      "type": "string"
                    },
                    "due_on": {
                      "type": "string"
                    },
                    "number": {
                      "type": "number"
                    },
                    "open_issues": {
                      "type": "number"
                    },
                    "state": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "closed_issues": 4,
                  "created_at": "string",
                  "creator": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 5,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 8,
                    "email": "string",
                    "followers": 10,
                    "followers_url": "string",
                    "following": 4,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 4,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 7,
                    "plan": {
                      "collaborators": 5,
                      "name": "string",
                      "private_repos": 10,
                      "space": 9
                    },
                    "private_gists": 8,
                    "public_gists": 7,
                    "public_repos": 5,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 2,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "description": "string",
                  "due_on": "string",
                  "number": 5,
                  "open_issues": 9,
                  "state": "closed",
                  "title": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoMilestones",
        "description": "The parameters and request body are for method: getReposOwnerRepoMilestones. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "closed_issues": {
                      "type": "number"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "description": {
                      "type": "string"
                    },
                    "due_on": {
                      "type": "string"
                    },
                    "number": {
                      "type": "number"
                    },
                    "open_issues": {
                      "type": "number"
                    },
                    "state": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "closed_issues": 2,
                  "created_at": "string",
                  "creator": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 6,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 5,
                    "email": "string",
                    "followers": 8,
                    "followers_url": "string",
                    "following": 8,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 4,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 7,
                    "plan": {
                      "collaborators": 9,
                      "name": "string",
                      "private_repos": 1,
                      "space": 6
                    },
                    "private_gists": 6,
                    "public_gists": 6,
                    "public_repos": 2,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 6,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "description": "string",
                  "due_on": "string",
                  "number": 2,
                  "open_issues": 8,
                  "state": "open",
                  "title": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/milestones/{number}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoMilestonesNumber",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoMilestonesNumber. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoMilestonesNumber",
        "description": "The parameters and request body are for method: getReposOwnerRepoMilestonesNumber. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "closed_issues": {
                      "type": "number"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "description": {
                      "type": "string"
                    },
                    "due_on": {
                      "type": "string"
                    },
                    "number": {
                      "type": "number"
                    },
                    "open_issues": {
                      "type": "number"
                    },
                    "state": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "closed_issues": 2,
                  "created_at": "string",
                  "creator": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 2,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 7,
                    "email": "string",
                    "followers": 8,
                    "followers_url": "string",
                    "following": 7,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 10,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 8,
                    "plan": {
                      "collaborators": 9,
                      "name": "string",
                      "private_repos": 3,
                      "space": 10
                    },
                    "private_gists": 8,
                    "public_gists": 1,
                    "public_repos": 5,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 1,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "description": "string",
                  "due_on": "string",
                  "number": 2,
                  "open_issues": 1,
                  "state": "open",
                  "title": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "patchReposOwnerRepoMilestonesNumber",
        "description": "The parameters and request body are for method: patchReposOwnerRepoMilestonesNumber. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "closed_issues": {
                      "type": "number"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "description": {
                      "type": "string"
                    },
                    "due_on": {
                      "type": "string"
                    },
                    "number": {
                      "type": "number"
                    },
                    "open_issues": {
                      "type": "number"
                    },
                    "state": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "closed_issues": 4,
                  "created_at": "string",
                  "creator": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 9,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 2,
                    "email": "string",
                    "followers": 6,
                    "followers_url": "string",
                    "following": 8,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 2,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 9,
                    "plan": {
                      "collaborators": 2,
                      "name": "string",
                      "private_repos": 10,
                      "space": 8
                    },
                    "private_gists": 8,
                    "public_gists": 7,
                    "public_repos": 1,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 1,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "description": "string",
                  "due_on": "string",
                  "number": 4,
                  "open_issues": 4,
                  "state": "closed",
                  "title": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/notifications": {
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "putReposOwnerRepoNotifications",
        "description": "The parameters and request body are for method: putReposOwnerRepoNotifications. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoNotifications",
        "description": "The parameters and request body are for method: getReposOwnerRepoNotifications. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "last_read_at": {
                      "type": "string"
                    },
                    "reason": {
                      "type": "string"
                    },
                    "repository": {
                      "type": "object",
                      "properties": {
                        "description": {
                          "type": "string"
                        },
                        "fork": {
                          "type": "boolean"
                        },
                        "full_name": {
                          "type": "string"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "owner": {
                          "type": "object",
                          "properties": {
                            "avatar_url": {
                              "type": "string"
                            },
                            "bio": {
                              "type": "string"
                            },
                            "blog": {
                              "type": "string"
                            },
                            "collaborators": {
                              "type": "number"
                            },
                            "company": {
                              "type": "string"
                            },
                            "created_at": {
                              "type": "string"
                            },
                            "disk_usage": {
                              "type": "number"
                            },
                            "email": {
                              "type": "string"
                            },
                            "followers": {
                              "type": "number"
                            },
                            "followers_url": {
                              "type": "string"
                            },
                            "following": {
                              "type": "number"
                            },
                            "following_url": {
                              "type": "string"
                            },
                            "gists_url": {
                              "type": "string"
                            },
                            "gravatar_id": {
                              "type": "string"
                            },
                            "hireable": {
                              "type": "boolean"
                            },
                            "html_url": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "location": {
                              "type": "string"
                            },
                            "login": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "organizations_url": {
                              "type": "string"
                            },
                            "owned_private_repos": {
                              "type": "number"
                            },
                            "plan": {
                              "type": "object",
                              "properties": {
                                "collaborators": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "private_repos": {
                                  "type": "number"
                                },
                                "space": {
                                  "type": "number"
                                }
                              }
                            },
                            "private_gists": {
                              "type": "number"
                            },
                            "public_gists": {
                              "type": "number"
                            },
                            "public_repos": {
                              "type": "number"
                            },
                            "starred_url": {
                              "type": "string"
                            },
                            "subscriptions_url": {
                              "type": "string"
                            },
                            "total_private_repos": {
                              "type": "number"
                            },
                            "type": {
                              "type": "string"
                            },
                            "updated_at": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "private": {
                          "type": "boolean"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "subject": {
                      "type": "object",
                      "properties": {
                        "latest_comment_url": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "unread": {
                      "type": "boolean"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 10,
                  "last_read_at": "string",
                  "reason": "string",
                  "repository": {
                    "description": "string",
                    "fork": true,
                    "full_name": "string",
                    "html_url": "string",
                    "id": 7,
                    "name": "string",
                    "owner": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 7,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 2,
                      "email": "string",
                      "followers": 3,
                      "followers_url": "string",
                      "following": 7,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 6,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 4,
                        "space": 7
                      },
                      "private_gists": 3,
                      "public_gists": 6,
                      "public_repos": 10,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 2,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "private": false,
                    "url": "string"
                  },
                  "subject": {
                    "latest_comment_url": "string",
                    "title": "string",
                    "type": "string",
                    "url": "string"
                  },
                  "unread": true,
                  "updated_at": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "all",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "participating",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoPulls",
        "description": "The parameters and request body are for method: postReposOwnerRepoPulls. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoPulls",
        "description": "The parameters and request body are for method: getReposOwnerRepoPulls. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "head",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "base",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/comments/{commentId}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoPullsCommentsCommentId",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoPullsCommentsCommentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoPullsCommentsCommentId",
        "description": "The parameters and request body are for method: getReposOwnerRepoPullsCommentsCommentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "_links": {
                      "type": "object",
                      "properties": {
                        "html": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "pull_request": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "body": {
                      "type": "string"
                    },
                    "commit_id": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "path": {
                      "type": "string"
                    },
                    "position": {
                      "type": "number"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "login": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "_links": {
                    "html": {
                      "href": "string"
                    },
                    "pull_request": {
                      "href": "string"
                    },
                    "self": {
                      "href": "string"
                    }
                  },
                  "body": "string",
                  "commit_id": "string",
                  "created_at": "string",
                  "id": 6,
                  "path": "string",
                  "position": 3,
                  "updated_at": "string",
                  "url": "string",
                  "user": {
                    "avatar_url": "string",
                    "gravatar_id": "string",
                    "id": 10,
                    "login": "string",
                    "url": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "patchReposOwnerRepoPullsCommentsCommentId",
        "description": "The parameters and request body are for method: patchReposOwnerRepoPullsCommentsCommentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "_links": {
                      "type": "object",
                      "properties": {
                        "html": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "pull_request": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "body": {
                      "type": "string"
                    },
                    "commit_id": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "path": {
                      "type": "string"
                    },
                    "position": {
                      "type": "number"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "login": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "_links": {
                    "html": {
                      "href": "string"
                    },
                    "pull_request": {
                      "href": "string"
                    },
                    "self": {
                      "href": "string"
                    }
                  },
                  "body": "string",
                  "commit_id": "string",
                  "created_at": "string",
                  "id": 4,
                  "path": "string",
                  "position": 8,
                  "updated_at": "string",
                  "url": "string",
                  "user": {
                    "avatar_url": "string",
                    "gravatar_id": "string",
                    "id": 3,
                    "login": "string",
                    "url": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{number}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoPullsNumber",
        "description": "The parameters and request body are for method: getReposOwnerRepoPullsNumber. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "patchReposOwnerRepoPullsNumber",
        "description": "The parameters and request body are for method: patchReposOwnerRepoPullsNumber. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{number}/comments": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoPullsNumberComments",
        "description": "The parameters and request body are for method: postReposOwnerRepoPullsNumberComments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "_links": {
                      "type": "object",
                      "properties": {
                        "html": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "pull_request": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "body": {
                      "type": "string"
                    },
                    "commit_id": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "path": {
                      "type": "string"
                    },
                    "position": {
                      "type": "number"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "login": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "_links": {
                    "html": {
                      "href": "string"
                    },
                    "pull_request": {
                      "href": "string"
                    },
                    "self": {
                      "href": "string"
                    }
                  },
                  "body": "string",
                  "commit_id": "string",
                  "created_at": "string",
                  "id": 5,
                  "path": "string",
                  "position": 5,
                  "updated_at": "string",
                  "url": "string",
                  "user": {
                    "avatar_url": "string",
                    "gravatar_id": "string",
                    "id": 8,
                    "login": "string",
                    "url": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{number}/merge": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoPullsNumberMerge",
        "description": "The parameters and request body are for method: getReposOwnerRepoPullsNumberMerge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "putReposOwnerRepoPullsNumberMerge",
        "description": "The parameters and request body are for method: putReposOwnerRepoPullsNumberMerge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "merged": {
                      "type": "boolean"
                    },
                    "message": {
                      "type": "string"
                    },
                    "sha": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "merged": false,
                  "message": "string",
                  "sha": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "number",
            "in": "path",
            "required": true,
            "schema": {
              "title": "number",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/readme": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoReadme",
        "description": "The parameters and request body are for method: getReposOwnerRepoReadme. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "_links": {
                      "type": "object",
                      "properties": {
                        "git": {
                          "type": "string"
                        },
                        "html": {
                          "type": "string"
                        },
                        "self": {
                          "type": "string"
                        }
                      }
                    },
                    "content": {
                      "type": "string"
                    },
                    "encoding": {
                      "type": "string"
                    },
                    "git_url": {
                      "type": "string"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "path": {
                      "type": "string"
                    },
                    "sha": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "type": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "_links": {
                    "git": "string",
                    "html": "string",
                    "self": "string"
                  },
                  "content": "string",
                  "encoding": "string",
                  "git_url": "string",
                  "html_url": "string",
                  "name": "string",
                  "path": "string",
                  "sha": "string",
                  "size": 3,
                  "type": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/releases": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoReleases",
        "description": "The parameters and request body are for method: postReposOwnerRepoReleases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "assets": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "content_type": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "download_count": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "label": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "size": {
                            "type": "number"
                          },
                          "state": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "uploader": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "assets_url": {
                      "type": "string"
                    },
                    "author": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "body": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "draft": {
                      "type": "boolean"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "prerelease": {
                      "type": "boolean"
                    },
                    "published_at": {
                      "type": "string"
                    },
                    "tag_name": {
                      "type": "string"
                    },
                    "tarball_url": {
                      "type": "string"
                    },
                    "target_commitish": {
                      "type": "string"
                    },
                    "upload_url": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "zipball_url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "assets": [
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 3,
                      "id": 2,
                      "label": "string",
                      "name": "string",
                      "size": 8,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 4,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 3,
                        "email": "string",
                        "followers": 1,
                        "followers_url": "string",
                        "following": 3,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 7,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 10,
                        "plan": {
                          "collaborators": 8,
                          "name": "string",
                          "private_repos": 8,
                          "space": 1
                        },
                        "private_gists": 8,
                        "public_gists": 4,
                        "public_repos": 5,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 10,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 10,
                      "id": 3,
                      "label": "string",
                      "name": "string",
                      "size": 6,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 10,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 10,
                        "followers_url": "string",
                        "following": 1,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 8,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 10,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 5,
                          "space": 2
                        },
                        "private_gists": 10,
                        "public_gists": 4,
                        "public_repos": 9,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 8,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 2,
                      "id": 7,
                      "label": "string",
                      "name": "string",
                      "size": 7,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 4,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 5,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 1,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 1,
                        "plan": {
                          "collaborators": 5,
                          "name": "string",
                          "private_repos": 2,
                          "space": 4
                        },
                        "private_gists": 7,
                        "public_gists": 5,
                        "public_repos": 10,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 3,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 7,
                      "id": 9,
                      "label": "string",
                      "name": "string",
                      "size": 8,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 5,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 2,
                        "followers_url": "string",
                        "following": 5,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 9,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 9,
                        "plan": {
                          "collaborators": 8,
                          "name": "string",
                          "private_repos": 1,
                          "space": 4
                        },
                        "private_gists": 6,
                        "public_gists": 2,
                        "public_repos": 8,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 5,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 10,
                      "id": 10,
                      "label": "string",
                      "name": "string",
                      "size": 2,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 2,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 10,
                        "followers_url": "string",
                        "following": 1,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 2,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 3,
                        "plan": {
                          "collaborators": 8,
                          "name": "string",
                          "private_repos": 6,
                          "space": 7
                        },
                        "private_gists": 10,
                        "public_gists": 9,
                        "public_repos": 7,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 9,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 8,
                      "id": 8,
                      "label": "string",
                      "name": "string",
                      "size": 4,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 2,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 4,
                        "email": "string",
                        "followers": 5,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 1,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 9,
                        "plan": {
                          "collaborators": 9,
                          "name": "string",
                          "private_repos": 2,
                          "space": 6
                        },
                        "private_gists": 8,
                        "public_gists": 9,
                        "public_repos": 3,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 7,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 3,
                      "id": 7,
                      "label": "string",
                      "name": "string",
                      "size": 5,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 2,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 2,
                        "email": "string",
                        "followers": 3,
                        "followers_url": "string",
                        "following": 5,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 2,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 2,
                        "plan": {
                          "collaborators": 8,
                          "name": "string",
                          "private_repos": 9,
                          "space": 9
                        },
                        "private_gists": 7,
                        "public_gists": 7,
                        "public_repos": 4,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 2,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 7,
                      "id": 9,
                      "label": "string",
                      "name": "string",
                      "size": 6,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 10,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 1,
                        "email": "string",
                        "followers": 7,
                        "followers_url": "string",
                        "following": 3,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 2,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 5,
                        "plan": {
                          "collaborators": 5,
                          "name": "string",
                          "private_repos": 3,
                          "space": 2
                        },
                        "private_gists": 4,
                        "public_gists": 5,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 6,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 5,
                      "id": 8,
                      "label": "string",
                      "name": "string",
                      "size": 7,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 1,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 1,
                        "email": "string",
                        "followers": 1,
                        "followers_url": "string",
                        "following": 5,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 5,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 10,
                        "plan": {
                          "collaborators": 10,
                          "name": "string",
                          "private_repos": 3,
                          "space": 9
                        },
                        "private_gists": 4,
                        "public_gists": 3,
                        "public_repos": 7,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 10,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    }
                  ],
                  "assets_url": "string",
                  "author": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 10,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 3,
                    "email": "string",
                    "followers": 8,
                    "followers_url": "string",
                    "following": 6,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 3,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 9,
                    "plan": {
                      "collaborators": 8,
                      "name": "string",
                      "private_repos": 5,
                      "space": 8
                    },
                    "private_gists": 5,
                    "public_gists": 2,
                    "public_repos": 7,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 7,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "body": "string",
                  "created_at": "string",
                  "draft": true,
                  "html_url": "string",
                  "id": 9,
                  "name": "string",
                  "prerelease": true,
                  "published_at": "string",
                  "tag_name": "string",
                  "tarball_url": "string",
                  "target_commitish": "string",
                  "upload_url": "string",
                  "url": "string",
                  "zipball_url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoReleases",
        "description": "The parameters and request body are for method: getReposOwnerRepoReleases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "assets": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "content_type": {
                              "type": "string"
                            },
                            "created_at": {
                              "type": "string"
                            },
                            "download_count": {
                              "type": "number"
                            },
                            "id": {
                              "type": "number"
                            },
                            "label": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "size": {
                              "type": "number"
                            },
                            "state": {
                              "type": "string"
                            },
                            "updated_at": {
                              "type": "string"
                            },
                            "uploader": {
                              "type": "object",
                              "properties": {
                                "avatar_url": {
                                  "type": "string"
                                },
                                "bio": {
                                  "type": "string"
                                },
                                "blog": {
                                  "type": "string"
                                },
                                "collaborators": {
                                  "type": "number"
                                },
                                "company": {
                                  "type": "string"
                                },
                                "created_at": {
                                  "type": "string"
                                },
                                "disk_usage": {
                                  "type": "number"
                                },
                                "email": {
                                  "type": "string"
                                },
                                "followers": {
                                  "type": "number"
                                },
                                "followers_url": {
                                  "type": "string"
                                },
                                "following": {
                                  "type": "number"
                                },
                                "following_url": {
                                  "type": "string"
                                },
                                "gists_url": {
                                  "type": "string"
                                },
                                "gravatar_id": {
                                  "type": "string"
                                },
                                "hireable": {
                                  "type": "boolean"
                                },
                                "html_url": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "location": {
                                  "type": "string"
                                },
                                "login": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "organizations_url": {
                                  "type": "string"
                                },
                                "owned_private_repos": {
                                  "type": "number"
                                },
                                "plan": {
                                  "type": "object",
                                  "properties": {
                                    "collaborators": {
                                      "type": "number"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "private_repos": {
                                      "type": "number"
                                    },
                                    "space": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "private_gists": {
                                  "type": "number"
                                },
                                "public_gists": {
                                  "type": "number"
                                },
                                "public_repos": {
                                  "type": "number"
                                },
                                "starred_url": {
                                  "type": "string"
                                },
                                "subscriptions_url": {
                                  "type": "string"
                                },
                                "total_private_repos": {
                                  "type": "number"
                                },
                                "type": {
                                  "type": "string"
                                },
                                "updated_at": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "assets_url": {
                        "type": "string"
                      },
                      "author": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "body": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "draft": {
                        "type": "boolean"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "prerelease": {
                        "type": "boolean"
                      },
                      "published_at": {
                        "type": "string"
                      },
                      "tag_name": {
                        "type": "string"
                      },
                      "tarball_url": {
                        "type": "string"
                      },
                      "target_commitish": {
                        "type": "string"
                      },
                      "upload_url": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "zipball_url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "assets": [
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 10,
                        "id": 1,
                        "label": "string",
                        "name": "string",
                        "size": 2,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 10,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 4,
                          "email": "string",
                          "followers": 4,
                          "followers_url": "string",
                          "following": 6,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 3,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 2,
                          "plan": {
                            "collaborators": 3,
                            "name": "string",
                            "private_repos": 4,
                            "space": 10
                          },
                          "private_gists": 2,
                          "public_gists": 9,
                          "public_repos": 1,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 7,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 5,
                        "id": 9,
                        "label": "string",
                        "name": "string",
                        "size": 2,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 5,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 4,
                          "email": "string",
                          "followers": 3,
                          "followers_url": "string",
                          "following": 1,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 9,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 3,
                          "plan": {
                            "collaborators": 6,
                            "name": "string",
                            "private_repos": 7,
                            "space": 6
                          },
                          "private_gists": 7,
                          "public_gists": 8,
                          "public_repos": 4,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 3,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 6,
                        "id": 10,
                        "label": "string",
                        "name": "string",
                        "size": 9,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 4,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 10,
                          "email": "string",
                          "followers": 9,
                          "followers_url": "string",
                          "following": 4,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 8,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 1,
                          "plan": {
                            "collaborators": 7,
                            "name": "string",
                            "private_repos": 9,
                            "space": 10
                          },
                          "private_gists": 8,
                          "public_gists": 7,
                          "public_repos": 9,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 4,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 4,
                        "id": 4,
                        "label": "string",
                        "name": "string",
                        "size": 10,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 5,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 2,
                          "email": "string",
                          "followers": 7,
                          "followers_url": "string",
                          "following": 4,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 7,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 9,
                          "plan": {
                            "collaborators": 7,
                            "name": "string",
                            "private_repos": 1,
                            "space": 4
                          },
                          "private_gists": 6,
                          "public_gists": 2,
                          "public_repos": 10,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 7,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 4,
                        "id": 3,
                        "label": "string",
                        "name": "string",
                        "size": 6,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 10,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 3,
                          "email": "string",
                          "followers": 8,
                          "followers_url": "string",
                          "following": 10,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 4,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 7,
                          "plan": {
                            "collaborators": 7,
                            "name": "string",
                            "private_repos": 4,
                            "space": 4
                          },
                          "private_gists": 6,
                          "public_gists": 5,
                          "public_repos": 5,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 4,
                          "type": "Organization",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      }
                    ],
                    "assets_url": "string",
                    "author": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 9,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 3,
                      "email": "string",
                      "followers": 7,
                      "followers_url": "string",
                      "following": 2,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 4,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 9,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 7,
                        "space": 10
                      },
                      "private_gists": 8,
                      "public_gists": 1,
                      "public_repos": 9,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 10,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "body": "string",
                    "created_at": "string",
                    "draft": false,
                    "html_url": "string",
                    "id": 9,
                    "name": "string",
                    "prerelease": true,
                    "published_at": "string",
                    "tag_name": "string",
                    "tarball_url": "string",
                    "target_commitish": "string",
                    "upload_url": "string",
                    "url": "string",
                    "zipball_url": "string"
                  },
                  {
                    "assets": [
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 7,
                        "id": 6,
                        "label": "string",
                        "name": "string",
                        "size": 6,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 8,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 6,
                          "email": "string",
                          "followers": 5,
                          "followers_url": "string",
                          "following": 4,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 4,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 4,
                          "plan": {
                            "collaborators": 4,
                            "name": "string",
                            "private_repos": 1,
                            "space": 4
                          },
                          "private_gists": 7,
                          "public_gists": 10,
                          "public_repos": 4,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 6,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 10,
                        "id": 6,
                        "label": "string",
                        "name": "string",
                        "size": 8,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 8,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 2,
                          "email": "string",
                          "followers": 4,
                          "followers_url": "string",
                          "following": 3,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 1,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 10,
                          "plan": {
                            "collaborators": 4,
                            "name": "string",
                            "private_repos": 5,
                            "space": 1
                          },
                          "private_gists": 1,
                          "public_gists": 5,
                          "public_repos": 2,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 4,
                          "type": "Organization",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 7,
                        "id": 3,
                        "label": "string",
                        "name": "string",
                        "size": 4,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 2,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 8,
                          "email": "string",
                          "followers": 5,
                          "followers_url": "string",
                          "following": 8,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 3,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 10,
                          "plan": {
                            "collaborators": 3,
                            "name": "string",
                            "private_repos": 1,
                            "space": 10
                          },
                          "private_gists": 6,
                          "public_gists": 8,
                          "public_repos": 3,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 8,
                          "type": "Organization",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      }
                    ],
                    "assets_url": "string",
                    "author": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 3,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 2,
                      "email": "string",
                      "followers": 8,
                      "followers_url": "string",
                      "following": 8,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 3,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 2,
                      "plan": {
                        "collaborators": 10,
                        "name": "string",
                        "private_repos": 10,
                        "space": 10
                      },
                      "private_gists": 1,
                      "public_gists": 7,
                      "public_repos": 7,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 10,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "body": "string",
                    "created_at": "string",
                    "draft": false,
                    "html_url": "string",
                    "id": 5,
                    "name": "string",
                    "prerelease": false,
                    "published_at": "string",
                    "tag_name": "string",
                    "tarball_url": "string",
                    "target_commitish": "string",
                    "upload_url": "string",
                    "url": "string",
                    "zipball_url": "string"
                  },
                  {
                    "assets": [
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 9,
                        "id": 5,
                        "label": "string",
                        "name": "string",
                        "size": 2,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 5,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 7,
                          "email": "string",
                          "followers": 8,
                          "followers_url": "string",
                          "following": 4,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 8,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 4,
                          "plan": {
                            "collaborators": 6,
                            "name": "string",
                            "private_repos": 6,
                            "space": 10
                          },
                          "private_gists": 3,
                          "public_gists": 2,
                          "public_repos": 5,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 9,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 6,
                        "id": 8,
                        "label": "string",
                        "name": "string",
                        "size": 3,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 1,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 2,
                          "email": "string",
                          "followers": 3,
                          "followers_url": "string",
                          "following": 6,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 1,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 10,
                          "plan": {
                            "collaborators": 7,
                            "name": "string",
                            "private_repos": 8,
                            "space": 7
                          },
                          "private_gists": 4,
                          "public_gists": 4,
                          "public_repos": 5,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 5,
                          "type": "Organization",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 4,
                        "id": 4,
                        "label": "string",
                        "name": "string",
                        "size": 8,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 4,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 6,
                          "email": "string",
                          "followers": 6,
                          "followers_url": "string",
                          "following": 3,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 3,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 6,
                          "plan": {
                            "collaborators": 10,
                            "name": "string",
                            "private_repos": 2,
                            "space": 1
                          },
                          "private_gists": 2,
                          "public_gists": 1,
                          "public_repos": 9,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 6,
                          "type": "Organization",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 1,
                        "id": 1,
                        "label": "string",
                        "name": "string",
                        "size": 9,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 3,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 8,
                          "email": "string",
                          "followers": 9,
                          "followers_url": "string",
                          "following": 7,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 4,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 6,
                          "plan": {
                            "collaborators": 9,
                            "name": "string",
                            "private_repos": 7,
                            "space": 7
                          },
                          "private_gists": 4,
                          "public_gists": 2,
                          "public_repos": 6,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 3,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 1,
                        "id": 3,
                        "label": "string",
                        "name": "string",
                        "size": 3,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 2,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 4,
                          "email": "string",
                          "followers": 6,
                          "followers_url": "string",
                          "following": 8,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 8,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 1,
                          "plan": {
                            "collaborators": 4,
                            "name": "string",
                            "private_repos": 7,
                            "space": 7
                          },
                          "private_gists": 4,
                          "public_gists": 6,
                          "public_repos": 6,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 5,
                          "type": "Organization",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 8,
                        "id": 5,
                        "label": "string",
                        "name": "string",
                        "size": 4,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 7,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 2,
                          "email": "string",
                          "followers": 9,
                          "followers_url": "string",
                          "following": 1,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 9,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 5,
                          "plan": {
                            "collaborators": 1,
                            "name": "string",
                            "private_repos": 7,
                            "space": 1
                          },
                          "private_gists": 7,
                          "public_gists": 9,
                          "public_repos": 6,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 5,
                          "type": "Organization",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 3,
                        "id": 1,
                        "label": "string",
                        "name": "string",
                        "size": 1,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 7,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 4,
                          "email": "string",
                          "followers": 1,
                          "followers_url": "string",
                          "following": 6,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 7,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 9,
                          "plan": {
                            "collaborators": 9,
                            "name": "string",
                            "private_repos": 5,
                            "space": 1
                          },
                          "private_gists": 6,
                          "public_gists": 8,
                          "public_repos": 10,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 5,
                          "type": "Organization",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      }
                    ],
                    "assets_url": "string",
                    "author": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 4,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 4,
                      "email": "string",
                      "followers": 10,
                      "followers_url": "string",
                      "following": 1,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 2,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 10,
                      "plan": {
                        "collaborators": 4,
                        "name": "string",
                        "private_repos": 10,
                        "space": 8
                      },
                      "private_gists": 8,
                      "public_gists": 10,
                      "public_repos": 8,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 9,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "body": "string",
                    "created_at": "string",
                    "draft": false,
                    "html_url": "string",
                    "id": 9,
                    "name": "string",
                    "prerelease": false,
                    "published_at": "string",
                    "tag_name": "string",
                    "tarball_url": "string",
                    "target_commitish": "string",
                    "upload_url": "string",
                    "url": "string",
                    "zipball_url": "string"
                  },
                  {
                    "assets": [
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 4,
                        "id": 4,
                        "label": "string",
                        "name": "string",
                        "size": 8,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 8,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 5,
                          "email": "string",
                          "followers": 3,
                          "followers_url": "string",
                          "following": 10,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 4,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 5,
                          "plan": {
                            "collaborators": 8,
                            "name": "string",
                            "private_repos": 10,
                            "space": 1
                          },
                          "private_gists": 3,
                          "public_gists": 2,
                          "public_repos": 9,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 5,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      {
                        "content_type": "string",
                        "created_at": "string",
                        "download_count": 2,
                        "id": 3,
                        "label": "string",
                        "name": "string",
                        "size": 2,
                        "state": "string",
                        "updated_at": "string",
                        "uploader": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 2,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 3,
                          "email": "string",
                          "followers": 4,
                          "followers_url": "string",
                          "following": 2,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 7,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 6,
                          "plan": {
                            "collaborators": 3,
                            "name": "string",
                            "private_repos": 7,
                            "space": 3
                          },
                          "private_gists": 1,
                          "public_gists": 9,
                          "public_repos": 3,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 10,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "url": "string"
                      }
                    ],
                    "assets_url": "string",
                    "author": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 3,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 10,
                      "email": "string",
                      "followers": 4,
                      "followers_url": "string",
                      "following": 2,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 2,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 9,
                      "plan": {
                        "collaborators": 5,
                        "name": "string",
                        "private_repos": 7,
                        "space": 9
                      },
                      "private_gists": 8,
                      "public_gists": 7,
                      "public_repos": 9,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 8,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "body": "string",
                    "created_at": "string",
                    "draft": false,
                    "html_url": "string",
                    "id": 6,
                    "name": "string",
                    "prerelease": true,
                    "published_at": "string",
                    "tag_name": "string",
                    "tarball_url": "string",
                    "target_commitish": "string",
                    "upload_url": "string",
                    "url": "string",
                    "zipball_url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/releases/assets/{id}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoReleasesAssetsId",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoReleasesAssetsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoReleasesAssetsId",
        "description": "The parameters and request body are for method: getReposOwnerRepoReleasesAssetsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content_type": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "download_count": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "label": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "state": {
                      "type": "string"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "uploader": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "content_type": "string",
                  "created_at": "string",
                  "download_count": 9,
                  "id": 4,
                  "label": "string",
                  "name": "string",
                  "size": 3,
                  "state": "string",
                  "updated_at": "string",
                  "uploader": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 7,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 3,
                    "email": "string",
                    "followers": 4,
                    "followers_url": "string",
                    "following": 7,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 5,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 5,
                    "plan": {
                      "collaborators": 6,
                      "name": "string",
                      "private_repos": 7,
                      "space": 6
                    },
                    "private_gists": 8,
                    "public_gists": 4,
                    "public_repos": 4,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 5,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "patchReposOwnerRepoReleasesAssetsId",
        "description": "The parameters and request body are for method: patchReposOwnerRepoReleasesAssetsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content_type": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "download_count": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "label": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "state": {
                      "type": "string"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "uploader": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "content_type": "string",
                  "created_at": "string",
                  "download_count": 7,
                  "id": 6,
                  "label": "string",
                  "name": "string",
                  "size": 9,
                  "state": "string",
                  "updated_at": "string",
                  "uploader": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 9,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 10,
                    "email": "string",
                    "followers": 4,
                    "followers_url": "string",
                    "following": 7,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 9,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 10,
                    "plan": {
                      "collaborators": 10,
                      "name": "string",
                      "private_repos": 5,
                      "space": 10
                    },
                    "private_gists": 3,
                    "public_gists": 10,
                    "public_repos": 5,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 2,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/releases/{id}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoReleasesId",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoReleasesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoReleasesId",
        "description": "The parameters and request body are for method: getReposOwnerRepoReleasesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "assets": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "content_type": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "download_count": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "label": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "size": {
                            "type": "number"
                          },
                          "state": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "uploader": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "assets_url": {
                      "type": "string"
                    },
                    "author": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "body": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "draft": {
                      "type": "boolean"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "prerelease": {
                      "type": "boolean"
                    },
                    "published_at": {
                      "type": "string"
                    },
                    "tag_name": {
                      "type": "string"
                    },
                    "tarball_url": {
                      "type": "string"
                    },
                    "target_commitish": {
                      "type": "string"
                    },
                    "upload_url": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "zipball_url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "assets": [
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 10,
                      "id": 6,
                      "label": "string",
                      "name": "string",
                      "size": 9,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 4,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 5,
                        "email": "string",
                        "followers": 1,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 6,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 5,
                        "plan": {
                          "collaborators": 4,
                          "name": "string",
                          "private_repos": 6,
                          "space": 9
                        },
                        "private_gists": 10,
                        "public_gists": 6,
                        "public_repos": 4,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 2,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 6,
                      "id": 3,
                      "label": "string",
                      "name": "string",
                      "size": 10,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 1,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 9,
                        "email": "string",
                        "followers": 4,
                        "followers_url": "string",
                        "following": 7,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 5,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 8,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 1,
                          "space": 2
                        },
                        "private_gists": 8,
                        "public_gists": 2,
                        "public_repos": 2,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 1,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 2,
                      "id": 8,
                      "label": "string",
                      "name": "string",
                      "size": 10,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 10,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 5,
                        "email": "string",
                        "followers": 2,
                        "followers_url": "string",
                        "following": 2,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 5,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 3,
                        "plan": {
                          "collaborators": 7,
                          "name": "string",
                          "private_repos": 2,
                          "space": 8
                        },
                        "private_gists": 1,
                        "public_gists": 8,
                        "public_repos": 5,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 4,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 7,
                      "id": 3,
                      "label": "string",
                      "name": "string",
                      "size": 1,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 10,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 9,
                        "email": "string",
                        "followers": 7,
                        "followers_url": "string",
                        "following": 7,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 9,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 8,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 10,
                          "space": 4
                        },
                        "private_gists": 9,
                        "public_gists": 2,
                        "public_repos": 8,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 2,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 1,
                      "id": 6,
                      "label": "string",
                      "name": "string",
                      "size": 7,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 1,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 5,
                        "email": "string",
                        "followers": 9,
                        "followers_url": "string",
                        "following": 5,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 6,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 3,
                        "plan": {
                          "collaborators": 2,
                          "name": "string",
                          "private_repos": 10,
                          "space": 3
                        },
                        "private_gists": 9,
                        "public_gists": 5,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 10,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    }
                  ],
                  "assets_url": "string",
                  "author": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 2,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 4,
                    "email": "string",
                    "followers": 9,
                    "followers_url": "string",
                    "following": 8,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 7,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 9,
                    "plan": {
                      "collaborators": 5,
                      "name": "string",
                      "private_repos": 8,
                      "space": 6
                    },
                    "private_gists": 8,
                    "public_gists": 8,
                    "public_repos": 2,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 10,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "body": "string",
                  "created_at": "string",
                  "draft": false,
                  "html_url": "string",
                  "id": 6,
                  "name": "string",
                  "prerelease": true,
                  "published_at": "string",
                  "tag_name": "string",
                  "tarball_url": "string",
                  "target_commitish": "string",
                  "upload_url": "string",
                  "url": "string",
                  "zipball_url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "patchReposOwnerRepoReleasesId",
        "description": "The parameters and request body are for method: patchReposOwnerRepoReleasesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "assets": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "content_type": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "download_count": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "label": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "size": {
                            "type": "number"
                          },
                          "state": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "uploader": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "assets_url": {
                      "type": "string"
                    },
                    "author": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "bio": {
                          "type": "string"
                        },
                        "blog": {
                          "type": "string"
                        },
                        "collaborators": {
                          "type": "number"
                        },
                        "company": {
                          "type": "string"
                        },
                        "created_at": {
                          "type": "string"
                        },
                        "disk_usage": {
                          "type": "number"
                        },
                        "email": {
                          "type": "string"
                        },
                        "followers": {
                          "type": "number"
                        },
                        "followers_url": {
                          "type": "string"
                        },
                        "following": {
                          "type": "number"
                        },
                        "following_url": {
                          "type": "string"
                        },
                        "gists_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "hireable": {
                          "type": "boolean"
                        },
                        "html_url": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "location": {
                          "type": "string"
                        },
                        "login": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "organizations_url": {
                          "type": "string"
                        },
                        "owned_private_repos": {
                          "type": "number"
                        },
                        "plan": {
                          "type": "object",
                          "properties": {
                            "collaborators": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "private_repos": {
                              "type": "number"
                            },
                            "space": {
                              "type": "number"
                            }
                          }
                        },
                        "private_gists": {
                          "type": "number"
                        },
                        "public_gists": {
                          "type": "number"
                        },
                        "public_repos": {
                          "type": "number"
                        },
                        "starred_url": {
                          "type": "string"
                        },
                        "subscriptions_url": {
                          "type": "string"
                        },
                        "total_private_repos": {
                          "type": "number"
                        },
                        "type": {
                          "type": "string"
                        },
                        "updated_at": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "body": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "draft": {
                      "type": "boolean"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "prerelease": {
                      "type": "boolean"
                    },
                    "published_at": {
                      "type": "string"
                    },
                    "tag_name": {
                      "type": "string"
                    },
                    "tarball_url": {
                      "type": "string"
                    },
                    "target_commitish": {
                      "type": "string"
                    },
                    "upload_url": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "zipball_url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "assets": [
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 3,
                      "id": 7,
                      "label": "string",
                      "name": "string",
                      "size": 5,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 3,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 10,
                        "email": "string",
                        "followers": 6,
                        "followers_url": "string",
                        "following": 3,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 2,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 1,
                        "plan": {
                          "collaborators": 9,
                          "name": "string",
                          "private_repos": 2,
                          "space": 2
                        },
                        "private_gists": 6,
                        "public_gists": 8,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 10,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 3,
                      "id": 1,
                      "label": "string",
                      "name": "string",
                      "size": 10,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 4,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 3,
                        "followers_url": "string",
                        "following": 7,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 2,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 1,
                        "plan": {
                          "collaborators": 10,
                          "name": "string",
                          "private_repos": 4,
                          "space": 5
                        },
                        "private_gists": 8,
                        "public_gists": 9,
                        "public_repos": 9,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 9,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 8,
                      "id": 1,
                      "label": "string",
                      "name": "string",
                      "size": 10,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 4,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 8,
                        "followers_url": "string",
                        "following": 8,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 8,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 9,
                        "plan": {
                          "collaborators": 7,
                          "name": "string",
                          "private_repos": 9,
                          "space": 8
                        },
                        "private_gists": 10,
                        "public_gists": 8,
                        "public_repos": 9,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 7,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 3,
                      "id": 3,
                      "label": "string",
                      "name": "string",
                      "size": 2,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 10,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 9,
                        "email": "string",
                        "followers": 5,
                        "followers_url": "string",
                        "following": 3,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 3,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 5,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 8,
                          "space": 4
                        },
                        "private_gists": 4,
                        "public_gists": 1,
                        "public_repos": 4,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 10,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 10,
                      "id": 3,
                      "label": "string",
                      "name": "string",
                      "size": 9,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 5,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 3,
                        "email": "string",
                        "followers": 8,
                        "followers_url": "string",
                        "following": 2,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 6,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 10,
                        "plan": {
                          "collaborators": 9,
                          "name": "string",
                          "private_repos": 5,
                          "space": 2
                        },
                        "private_gists": 4,
                        "public_gists": 5,
                        "public_repos": 3,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 2,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 5,
                      "id": 7,
                      "label": "string",
                      "name": "string",
                      "size": 2,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 1,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 4,
                        "email": "string",
                        "followers": 4,
                        "followers_url": "string",
                        "following": 5,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 2,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 9,
                        "plan": {
                          "collaborators": 6,
                          "name": "string",
                          "private_repos": 10,
                          "space": 4
                        },
                        "private_gists": 4,
                        "public_gists": 4,
                        "public_repos": 1,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 7,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 5,
                      "id": 9,
                      "label": "string",
                      "name": "string",
                      "size": 6,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 2,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 10,
                        "email": "string",
                        "followers": 9,
                        "followers_url": "string",
                        "following": 7,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 3,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 3,
                        "plan": {
                          "collaborators": 10,
                          "name": "string",
                          "private_repos": 5,
                          "space": 4
                        },
                        "private_gists": 6,
                        "public_gists": 9,
                        "public_repos": 7,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 6,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "content_type": "string",
                      "created_at": "string",
                      "download_count": 9,
                      "id": 3,
                      "label": "string",
                      "name": "string",
                      "size": 10,
                      "state": "string",
                      "updated_at": "string",
                      "uploader": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 6,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 5,
                        "followers_url": "string",
                        "following": 8,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 9,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 3,
                        "plan": {
                          "collaborators": 10,
                          "name": "string",
                          "private_repos": 3,
                          "space": 10
                        },
                        "private_gists": 10,
                        "public_gists": 7,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 8,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "url": "string"
                    }
                  ],
                  "assets_url": "string",
                  "author": {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 4,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 2,
                    "email": "string",
                    "followers": 4,
                    "followers_url": "string",
                    "following": 10,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 8,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 5,
                    "plan": {
                      "collaborators": 10,
                      "name": "string",
                      "private_repos": 10,
                      "space": 8
                    },
                    "private_gists": 5,
                    "public_gists": 4,
                    "public_repos": 1,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 4,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  "body": "string",
                  "created_at": "string",
                  "draft": true,
                  "html_url": "string",
                  "id": 4,
                  "name": "string",
                  "prerelease": true,
                  "published_at": "string",
                  "tag_name": "string",
                  "tarball_url": "string",
                  "target_commitish": "string",
                  "upload_url": "string",
                  "url": "string",
                  "zipball_url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/stats/code_frequency": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoStatsCodeFrequency",
        "description": "The parameters and request body are for method: getReposOwnerRepoStatsCodeFrequency. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "number"
                  }
                },
                "example": [
                  4,
                  8
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/stats/commit_activity": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoStatsCommitActivity",
        "description": "The parameters and request body are for method: getReposOwnerRepoStatsCommitActivity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "days": {
                        "type": "array",
                        "items": {
                          "type": "number"
                        }
                      },
                      "total": {
                        "type": "number"
                      },
                      "week": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "days": [
                      8,
                      10,
                      4,
                      6,
                      3,
                      5,
                      7
                    ],
                    "total": 5,
                    "week": 4
                  },
                  {
                    "days": [
                      4,
                      2,
                      10,
                      7
                    ],
                    "total": 10,
                    "week": 3
                  },
                  {
                    "days": [
                      6,
                      5,
                      10,
                      9,
                      2,
                      6,
                      2,
                      7,
                      4,
                      9
                    ],
                    "total": 8,
                    "week": 5
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/stats/contributors": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoStatsContributors",
        "description": "The parameters and request body are for method: getReposOwnerRepoStatsContributors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "author": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "login": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "total": {
                        "type": "number"
                      },
                      "weeks": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "a": {
                              "type": "number"
                            },
                            "c": {
                              "type": "number"
                            },
                            "d": {
                              "type": "number"
                            },
                            "w": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "author": {
                      "avatar_url": "string",
                      "gravatar_id": "string",
                      "id": 4,
                      "login": "string",
                      "url": "string"
                    },
                    "total": 6,
                    "weeks": [
                      {
                        "a": 2,
                        "c": 7,
                        "d": 7,
                        "w": "string"
                      },
                      {
                        "a": 6,
                        "c": 5,
                        "d": 4,
                        "w": "string"
                      },
                      {
                        "a": 10,
                        "c": 5,
                        "d": 3,
                        "w": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/stats/participation": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoStatsParticipation",
        "description": "The parameters and request body are for method: getReposOwnerRepoStatsParticipation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "all": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "owner": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": {
                  "all": [
                    3,
                    2,
                    7,
                    10,
                    7,
                    2,
                    5
                  ],
                  "owner": [
                    2,
                    1,
                    9,
                    2
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/stats/punch_card": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoStatsPunchCard",
        "description": "The parameters and request body are for method: getReposOwnerRepoStatsPunchCard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "number"
                  }
                },
                "example": [
                  10,
                  3
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/statuses/{ref}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoStatusesRef",
        "description": "The parameters and request body are for method: getReposOwnerRepoStatusesRef. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "created_at": {
                        "type": "string"
                      },
                      "creator": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "login": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "description": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "state": {
                        "type": "string"
                      },
                      "target_url": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "created_at": "string",
                    "creator": {
                      "avatar_url": "string",
                      "gravatar_id": "string",
                      "id": 7,
                      "login": "string",
                      "url": "string"
                    },
                    "description": "string",
                    "id": 10,
                    "state": "string",
                    "target_url": "string",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "created_at": "string",
                    "creator": {
                      "avatar_url": "string",
                      "gravatar_id": "string",
                      "id": 5,
                      "login": "string",
                      "url": "string"
                    },
                    "description": "string",
                    "id": 7,
                    "state": "string",
                    "target_url": "string",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ref",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "postReposOwnerRepoStatusesRef",
        "description": "The parameters and request body are for method: postReposOwnerRepoStatusesRef. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "created_at": {
                        "type": "string"
                      },
                      "creator": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "login": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "description": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "state": {
                        "type": "string"
                      },
                      "target_url": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "created_at": "string",
                    "creator": {
                      "avatar_url": "string",
                      "gravatar_id": "string",
                      "id": 6,
                      "login": "string",
                      "url": "string"
                    },
                    "description": "string",
                    "id": 3,
                    "state": "string",
                    "target_url": "string",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ref",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/subscription": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "deleteReposOwnerRepoSubscription",
        "description": "The parameters and request body are for method: deleteReposOwnerRepoSubscription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoSubscription",
        "description": "The parameters and request body are for method: getReposOwnerRepoSubscription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "created_at": {
                      "type": "string"
                    },
                    "ignored": {
                      "type": "boolean"
                    },
                    "reason": {
                      "type": "string"
                    },
                    "repository_url": {
                      "type": "string"
                    },
                    "subscribed": {
                      "type": "boolean"
                    },
                    "thread_url": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "created_at": "string",
                  "ignored": true,
                  "reason": "string",
                  "repository_url": "string",
                  "subscribed": false,
                  "thread_url": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "putReposOwnerRepoSubscription",
        "description": "The parameters and request body are for method: putReposOwnerRepoSubscription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "created_at": {
                      "type": "string"
                    },
                    "ignored": {
                      "type": "boolean"
                    },
                    "reason": {
                      "type": "string"
                    },
                    "repository_url": {
                      "type": "string"
                    },
                    "subscribed": {
                      "type": "boolean"
                    },
                    "thread_url": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "created_at": "string",
                  "ignored": true,
                  "reason": "string",
                  "repository_url": "string",
                  "subscribed": true,
                  "thread_url": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/watchers": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoWatchers",
        "description": "The parameters and request body are for method: getReposOwnerRepoWatchers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avatar_url": {
                        "type": "string"
                      },
                      "bio": {
                        "type": "string"
                      },
                      "blog": {
                        "type": "string"
                      },
                      "collaborators": {
                        "type": "number"
                      },
                      "company": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "disk_usage": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "followers": {
                        "type": "number"
                      },
                      "followers_url": {
                        "type": "string"
                      },
                      "following": {
                        "type": "number"
                      },
                      "following_url": {
                        "type": "string"
                      },
                      "gists_url": {
                        "type": "string"
                      },
                      "gravatar_id": {
                        "type": "string"
                      },
                      "hireable": {
                        "type": "boolean"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "location": {
                        "type": "string"
                      },
                      "login": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "organizations_url": {
                        "type": "string"
                      },
                      "owned_private_repos": {
                        "type": "number"
                      },
                      "plan": {
                        "type": "object",
                        "properties": {
                          "collaborators": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "private_repos": {
                            "type": "number"
                          },
                          "space": {
                            "type": "number"
                          }
                        }
                      },
                      "private_gists": {
                        "type": "number"
                      },
                      "public_gists": {
                        "type": "number"
                      },
                      "public_repos": {
                        "type": "number"
                      },
                      "starred_url": {
                        "type": "string"
                      },
                      "subscriptions_url": {
                        "type": "string"
                      },
                      "total_private_repos": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 5,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 5,
                    "email": "string",
                    "followers": 3,
                    "followers_url": "string",
                    "following": 8,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 5,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 6,
                    "plan": {
                      "collaborators": 5,
                      "name": "string",
                      "private_repos": 5,
                      "space": 3
                    },
                    "private_gists": 4,
                    "public_gists": 5,
                    "public_repos": 5,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 2,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 8,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 6,
                    "email": "string",
                    "followers": 10,
                    "followers_url": "string",
                    "following": 3,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 5,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 1,
                    "plan": {
                      "collaborators": 6,
                      "name": "string",
                      "private_repos": 7,
                      "space": 8
                    },
                    "private_gists": 9,
                    "public_gists": 2,
                    "public_repos": 8,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 2,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 6,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 4,
                    "email": "string",
                    "followers": 9,
                    "followers_url": "string",
                    "following": 9,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 1,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 1,
                    "plan": {
                      "collaborators": 6,
                      "name": "string",
                      "private_repos": 10,
                      "space": 2
                    },
                    "private_gists": 9,
                    "public_gists": 1,
                    "public_repos": 8,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 6,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 6,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 9,
                    "email": "string",
                    "followers": 1,
                    "followers_url": "string",
                    "following": 8,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 1,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 2,
                    "plan": {
                      "collaborators": 3,
                      "name": "string",
                      "private_repos": 10,
                      "space": 9
                    },
                    "private_gists": 8,
                    "public_gists": 4,
                    "public_repos": 4,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 1,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/{archiveFormat}/{pathParam}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoArchiveFormatPath",
        "description": "The parameters and request body are for method: getReposOwnerRepoArchiveFormatPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "archiveFormat",
            "in": "path",
            "required": true,
            "schema": {
              "title": "archiveFormat",
              "type": "string"
            }
          },
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories": {
      "get": {
        "tags": [
          "Repositories"
        ],
        "operationId": "getRepositories",
        "description": "The parameters and request body are for method: getRepositories. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/search/code": {
      "get": {
        "tags": [
          "Search"
        ],
        "operationId": "getSearchCode",
        "description": "The parameters and request body are for method: getSearchCode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "items": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "git_url": {
                            "type": "string"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "repository": {
                            "type": "object",
                            "properties": {
                              "archive_url": {
                                "type": "string"
                              },
                              "assignees_url": {
                                "type": "string"
                              },
                              "blobs_url": {
                                "type": "string"
                              },
                              "branches_url": {
                                "type": "string"
                              },
                              "collaborators_url": {
                                "type": "string"
                              },
                              "comments_url": {
                                "type": "string"
                              },
                              "commits_url": {
                                "type": "string"
                              },
                              "compare_url": {
                                "type": "string"
                              },
                              "contents_url": {
                                "type": "string"
                              },
                              "contributors_url": {
                                "type": "string"
                              },
                              "description": {
                                "type": "string"
                              },
                              "downloads_url": {
                                "type": "string"
                              },
                              "events_url": {
                                "type": "string"
                              },
                              "fork": {
                                "type": "boolean"
                              },
                              "forks_url": {
                                "type": "string"
                              },
                              "full_name": {
                                "type": "string"
                              },
                              "git_commits_url": {
                                "type": "string"
                              },
                              "git_refs_url": {
                                "type": "string"
                              },
                              "git_tags_url": {
                                "type": "string"
                              },
                              "hooks_url": {
                                "type": "string"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "issue_comment_url": {
                                "type": "string"
                              },
                              "issue_events_url": {
                                "type": "string"
                              },
                              "issues_url": {
                                "type": "string"
                              },
                              "keys_url": {
                                "type": "string"
                              },
                              "labels_url": {
                                "type": "string"
                              },
                              "languages_url": {
                                "type": "string"
                              },
                              "merges_url": {
                                "type": "string"
                              },
                              "milestones_url": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "notifications_url": {
                                "type": "string"
                              },
                              "owner": {
                                "type": "object",
                                "properties": {
                                  "avatar_url": {
                                    "type": "string"
                                  },
                                  "bio": {
                                    "type": "string"
                                  },
                                  "blog": {
                                    "type": "string"
                                  },
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "company": {
                                    "type": "string"
                                  },
                                  "created_at": {
                                    "type": "string"
                                  },
                                  "disk_usage": {
                                    "type": "number"
                                  },
                                  "email": {
                                    "type": "string"
                                  },
                                  "followers": {
                                    "type": "number"
                                  },
                                  "followers_url": {
                                    "type": "string"
                                  },
                                  "following": {
                                    "type": "number"
                                  },
                                  "following_url": {
                                    "type": "string"
                                  },
                                  "gists_url": {
                                    "type": "string"
                                  },
                                  "gravatar_id": {
                                    "type": "string"
                                  },
                                  "hireable": {
                                    "type": "boolean"
                                  },
                                  "html_url": {
                                    "type": "string"
                                  },
                                  "id": {
                                    "type": "number"
                                  },
                                  "location": {
                                    "type": "string"
                                  },
                                  "login": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "organizations_url": {
                                    "type": "string"
                                  },
                                  "owned_private_repos": {
                                    "type": "number"
                                  },
                                  "plan": {
                                    "type": "object",
                                    "properties": {
                                      "collaborators": {
                                        "type": "number"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "private_repos": {
                                        "type": "number"
                                      },
                                      "space": {
                                        "type": "number"
                                      }
                                    }
                                  },
                                  "private_gists": {
                                    "type": "number"
                                  },
                                  "public_gists": {
                                    "type": "number"
                                  },
                                  "public_repos": {
                                    "type": "number"
                                  },
                                  "starred_url": {
                                    "type": "string"
                                  },
                                  "subscriptions_url": {
                                    "type": "string"
                                  },
                                  "total_private_repos": {
                                    "type": "number"
                                  },
                                  "type": {
                                    "type": "string"
                                  },
                                  "updated_at": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "private": {
                                "type": "boolean"
                              },
                              "pulls_url": {
                                "type": "string"
                              },
                              "stargazers_url": {
                                "type": "string"
                              },
                              "statuses_url": {
                                "type": "string"
                              },
                              "subscribers_url": {
                                "type": "string"
                              },
                              "subscription_url": {
                                "type": "string"
                              },
                              "tags_url": {
                                "type": "string"
                              },
                              "teams_url": {
                                "type": "string"
                              },
                              "trees_url": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "score": {
                            "type": "number"
                          },
                          "sha": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "total_count": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "items": [
                    {
                      "git_url": "string",
                      "html_url": "string",
                      "name": "string",
                      "path": "string",
                      "repository": {
                        "archive_url": "string",
                        "assignees_url": "string",
                        "blobs_url": "string",
                        "branches_url": "string",
                        "collaborators_url": "string",
                        "comments_url": "string",
                        "commits_url": "string",
                        "compare_url": "string",
                        "contents_url": "string",
                        "contributors_url": "string",
                        "description": "string",
                        "downloads_url": "string",
                        "events_url": "string",
                        "fork": false,
                        "forks_url": "string",
                        "full_name": "string",
                        "git_commits_url": "string",
                        "git_refs_url": "string",
                        "git_tags_url": "string",
                        "hooks_url": "string",
                        "html_url": "string",
                        "id": 8,
                        "issue_comment_url": "string",
                        "issue_events_url": "string",
                        "issues_url": "string",
                        "keys_url": "string",
                        "labels_url": "string",
                        "languages_url": "string",
                        "merges_url": "string",
                        "milestones_url": "string",
                        "name": "string",
                        "notifications_url": "string",
                        "owner": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 10,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 5,
                          "email": "string",
                          "followers": 9,
                          "followers_url": "string",
                          "following": 7,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 5,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 6,
                          "plan": {
                            "collaborators": 3,
                            "name": "string",
                            "private_repos": 2,
                            "space": 2
                          },
                          "private_gists": 5,
                          "public_gists": 8,
                          "public_repos": 3,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 4,
                          "type": "Organization",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "private": false,
                        "pulls_url": "string",
                        "stargazers_url": "string",
                        "statuses_url": "string",
                        "subscribers_url": "string",
                        "subscription_url": "string",
                        "tags_url": "string",
                        "teams_url": "string",
                        "trees_url": "string",
                        "url": "string"
                      },
                      "score": 10,
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "git_url": "string",
                      "html_url": "string",
                      "name": "string",
                      "path": "string",
                      "repository": {
                        "archive_url": "string",
                        "assignees_url": "string",
                        "blobs_url": "string",
                        "branches_url": "string",
                        "collaborators_url": "string",
                        "comments_url": "string",
                        "commits_url": "string",
                        "compare_url": "string",
                        "contents_url": "string",
                        "contributors_url": "string",
                        "description": "string",
                        "downloads_url": "string",
                        "events_url": "string",
                        "fork": true,
                        "forks_url": "string",
                        "full_name": "string",
                        "git_commits_url": "string",
                        "git_refs_url": "string",
                        "git_tags_url": "string",
                        "hooks_url": "string",
                        "html_url": "string",
                        "id": 1,
                        "issue_comment_url": "string",
                        "issue_events_url": "string",
                        "issues_url": "string",
                        "keys_url": "string",
                        "labels_url": "string",
                        "languages_url": "string",
                        "merges_url": "string",
                        "milestones_url": "string",
                        "name": "string",
                        "notifications_url": "string",
                        "owner": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 6,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 1,
                          "email": "string",
                          "followers": 8,
                          "followers_url": "string",
                          "following": 3,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 3,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 9,
                          "plan": {
                            "collaborators": 9,
                            "name": "string",
                            "private_repos": 7,
                            "space": 2
                          },
                          "private_gists": 3,
                          "public_gists": 5,
                          "public_repos": 2,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 5,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "private": false,
                        "pulls_url": "string",
                        "stargazers_url": "string",
                        "statuses_url": "string",
                        "subscribers_url": "string",
                        "subscription_url": "string",
                        "tags_url": "string",
                        "teams_url": "string",
                        "trees_url": "string",
                        "url": "string"
                      },
                      "score": 6,
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "git_url": "string",
                      "html_url": "string",
                      "name": "string",
                      "path": "string",
                      "repository": {
                        "archive_url": "string",
                        "assignees_url": "string",
                        "blobs_url": "string",
                        "branches_url": "string",
                        "collaborators_url": "string",
                        "comments_url": "string",
                        "commits_url": "string",
                        "compare_url": "string",
                        "contents_url": "string",
                        "contributors_url": "string",
                        "description": "string",
                        "downloads_url": "string",
                        "events_url": "string",
                        "fork": true,
                        "forks_url": "string",
                        "full_name": "string",
                        "git_commits_url": "string",
                        "git_refs_url": "string",
                        "git_tags_url": "string",
                        "hooks_url": "string",
                        "html_url": "string",
                        "id": 5,
                        "issue_comment_url": "string",
                        "issue_events_url": "string",
                        "issues_url": "string",
                        "keys_url": "string",
                        "labels_url": "string",
                        "languages_url": "string",
                        "merges_url": "string",
                        "milestones_url": "string",
                        "name": "string",
                        "notifications_url": "string",
                        "owner": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 10,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 8,
                          "email": "string",
                          "followers": 5,
                          "followers_url": "string",
                          "following": 6,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 6,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 4,
                          "plan": {
                            "collaborators": 8,
                            "name": "string",
                            "private_repos": 1,
                            "space": 7
                          },
                          "private_gists": 2,
                          "public_gists": 6,
                          "public_repos": 7,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 4,
                          "type": "Organization",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "private": true,
                        "pulls_url": "string",
                        "stargazers_url": "string",
                        "statuses_url": "string",
                        "subscribers_url": "string",
                        "subscription_url": "string",
                        "tags_url": "string",
                        "teams_url": "string",
                        "trees_url": "string",
                        "url": "string"
                      },
                      "score": 10,
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "git_url": "string",
                      "html_url": "string",
                      "name": "string",
                      "path": "string",
                      "repository": {
                        "archive_url": "string",
                        "assignees_url": "string",
                        "blobs_url": "string",
                        "branches_url": "string",
                        "collaborators_url": "string",
                        "comments_url": "string",
                        "commits_url": "string",
                        "compare_url": "string",
                        "contents_url": "string",
                        "contributors_url": "string",
                        "description": "string",
                        "downloads_url": "string",
                        "events_url": "string",
                        "fork": false,
                        "forks_url": "string",
                        "full_name": "string",
                        "git_commits_url": "string",
                        "git_refs_url": "string",
                        "git_tags_url": "string",
                        "hooks_url": "string",
                        "html_url": "string",
                        "id": 5,
                        "issue_comment_url": "string",
                        "issue_events_url": "string",
                        "issues_url": "string",
                        "keys_url": "string",
                        "labels_url": "string",
                        "languages_url": "string",
                        "merges_url": "string",
                        "milestones_url": "string",
                        "name": "string",
                        "notifications_url": "string",
                        "owner": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 2,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 5,
                          "email": "string",
                          "followers": 9,
                          "followers_url": "string",
                          "following": 6,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 5,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 1,
                          "plan": {
                            "collaborators": 10,
                            "name": "string",
                            "private_repos": 10,
                            "space": 8
                          },
                          "private_gists": 7,
                          "public_gists": 10,
                          "public_repos": 3,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 6,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "private": true,
                        "pulls_url": "string",
                        "stargazers_url": "string",
                        "statuses_url": "string",
                        "subscribers_url": "string",
                        "subscription_url": "string",
                        "tags_url": "string",
                        "teams_url": "string",
                        "trees_url": "string",
                        "url": "string"
                      },
                      "score": 7,
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "git_url": "string",
                      "html_url": "string",
                      "name": "string",
                      "path": "string",
                      "repository": {
                        "archive_url": "string",
                        "assignees_url": "string",
                        "blobs_url": "string",
                        "branches_url": "string",
                        "collaborators_url": "string",
                        "comments_url": "string",
                        "commits_url": "string",
                        "compare_url": "string",
                        "contents_url": "string",
                        "contributors_url": "string",
                        "description": "string",
                        "downloads_url": "string",
                        "events_url": "string",
                        "fork": true,
                        "forks_url": "string",
                        "full_name": "string",
                        "git_commits_url": "string",
                        "git_refs_url": "string",
                        "git_tags_url": "string",
                        "hooks_url": "string",
                        "html_url": "string",
                        "id": 4,
                        "issue_comment_url": "string",
                        "issue_events_url": "string",
                        "issues_url": "string",
                        "keys_url": "string",
                        "labels_url": "string",
                        "languages_url": "string",
                        "merges_url": "string",
                        "milestones_url": "string",
                        "name": "string",
                        "notifications_url": "string",
                        "owner": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 6,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 2,
                          "email": "string",
                          "followers": 6,
                          "followers_url": "string",
                          "following": 6,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 9,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 5,
                          "plan": {
                            "collaborators": 10,
                            "name": "string",
                            "private_repos": 4,
                            "space": 3
                          },
                          "private_gists": 3,
                          "public_gists": 7,
                          "public_repos": 4,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 8,
                          "type": "Organization",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "private": false,
                        "pulls_url": "string",
                        "stargazers_url": "string",
                        "statuses_url": "string",
                        "subscribers_url": "string",
                        "subscription_url": "string",
                        "tags_url": "string",
                        "teams_url": "string",
                        "trees_url": "string",
                        "url": "string"
                      },
                      "score": 9,
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "git_url": "string",
                      "html_url": "string",
                      "name": "string",
                      "path": "string",
                      "repository": {
                        "archive_url": "string",
                        "assignees_url": "string",
                        "blobs_url": "string",
                        "branches_url": "string",
                        "collaborators_url": "string",
                        "comments_url": "string",
                        "commits_url": "string",
                        "compare_url": "string",
                        "contents_url": "string",
                        "contributors_url": "string",
                        "description": "string",
                        "downloads_url": "string",
                        "events_url": "string",
                        "fork": false,
                        "forks_url": "string",
                        "full_name": "string",
                        "git_commits_url": "string",
                        "git_refs_url": "string",
                        "git_tags_url": "string",
                        "hooks_url": "string",
                        "html_url": "string",
                        "id": 1,
                        "issue_comment_url": "string",
                        "issue_events_url": "string",
                        "issues_url": "string",
                        "keys_url": "string",
                        "labels_url": "string",
                        "languages_url": "string",
                        "merges_url": "string",
                        "milestones_url": "string",
                        "name": "string",
                        "notifications_url": "string",
                        "owner": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 4,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 2,
                          "email": "string",
                          "followers": 6,
                          "followers_url": "string",
                          "following": 1,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 9,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 8,
                          "plan": {
                            "collaborators": 4,
                            "name": "string",
                            "private_repos": 9,
                            "space": 2
                          },
                          "private_gists": 8,
                          "public_gists": 3,
                          "public_repos": 10,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 2,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "private": false,
                        "pulls_url": "string",
                        "stargazers_url": "string",
                        "statuses_url": "string",
                        "subscribers_url": "string",
                        "subscription_url": "string",
                        "tags_url": "string",
                        "teams_url": "string",
                        "trees_url": "string",
                        "url": "string"
                      },
                      "score": 9,
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "git_url": "string",
                      "html_url": "string",
                      "name": "string",
                      "path": "string",
                      "repository": {
                        "archive_url": "string",
                        "assignees_url": "string",
                        "blobs_url": "string",
                        "branches_url": "string",
                        "collaborators_url": "string",
                        "comments_url": "string",
                        "commits_url": "string",
                        "compare_url": "string",
                        "contents_url": "string",
                        "contributors_url": "string",
                        "description": "string",
                        "downloads_url": "string",
                        "events_url": "string",
                        "fork": true,
                        "forks_url": "string",
                        "full_name": "string",
                        "git_commits_url": "string",
                        "git_refs_url": "string",
                        "git_tags_url": "string",
                        "hooks_url": "string",
                        "html_url": "string",
                        "id": 3,
                        "issue_comment_url": "string",
                        "issue_events_url": "string",
                        "issues_url": "string",
                        "keys_url": "string",
                        "labels_url": "string",
                        "languages_url": "string",
                        "merges_url": "string",
                        "milestones_url": "string",
                        "name": "string",
                        "notifications_url": "string",
                        "owner": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 6,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 3,
                          "email": "string",
                          "followers": 9,
                          "followers_url": "string",
                          "following": 9,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 3,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 1,
                          "plan": {
                            "collaborators": 7,
                            "name": "string",
                            "private_repos": 3,
                            "space": 5
                          },
                          "private_gists": 8,
                          "public_gists": 10,
                          "public_repos": 2,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 7,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "private": true,
                        "pulls_url": "string",
                        "stargazers_url": "string",
                        "statuses_url": "string",
                        "subscribers_url": "string",
                        "subscription_url": "string",
                        "tags_url": "string",
                        "teams_url": "string",
                        "trees_url": "string",
                        "url": "string"
                      },
                      "score": 6,
                      "sha": "string",
                      "url": "string"
                    }
                  ],
                  "total_count": 8
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "theparams",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/search/issues": {
      "get": {
        "tags": [
          "Search"
        ],
        "operationId": "getSearchIssues",
        "description": "The parameters and request body are for method: getSearchIssues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "items": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "assignee": {
                            "type": "string"
                          },
                          "body": {
                            "type": "string"
                          },
                          "closed_at": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "number"
                          },
                          "comments_url": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "events_url": {
                            "type": "string"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "labels": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "color": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "labels_url": {
                            "type": "string"
                          },
                          "milestone": {
                            "type": "string"
                          },
                          "number": {
                            "type": "number"
                          },
                          "pull_request": {
                            "type": "object",
                            "properties": {
                              "diff_url": {
                                "type": "string"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "patch_url": {
                                "type": "string"
                              }
                            }
                          },
                          "score": {
                            "type": "number"
                          },
                          "state": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "user": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "total_count": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "items": [
                    {
                      "assignee": "string",
                      "body": "string",
                      "closed_at": "string",
                      "comments": 7,
                      "comments_url": "string",
                      "created_at": "string",
                      "events_url": "string",
                      "html_url": "string",
                      "id": 10,
                      "labels": [
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        }
                      ],
                      "labels_url": "string",
                      "milestone": "string",
                      "number": 4,
                      "pull_request": {
                        "diff_url": "string",
                        "html_url": "string",
                        "patch_url": "string"
                      },
                      "score": 9,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 1,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 4,
                        "email": "string",
                        "followers": 10,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 4,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 6,
                        "plan": {
                          "collaborators": 8,
                          "name": "string",
                          "private_repos": 6,
                          "space": 4
                        },
                        "private_gists": 7,
                        "public_gists": 1,
                        "public_repos": 2,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 3,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "assignee": "string",
                      "body": "string",
                      "closed_at": "string",
                      "comments": 10,
                      "comments_url": "string",
                      "created_at": "string",
                      "events_url": "string",
                      "html_url": "string",
                      "id": 3,
                      "labels": [
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        }
                      ],
                      "labels_url": "string",
                      "milestone": "string",
                      "number": 2,
                      "pull_request": {
                        "diff_url": "string",
                        "html_url": "string",
                        "patch_url": "string"
                      },
                      "score": 7,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 7,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 5,
                        "email": "string",
                        "followers": 3,
                        "followers_url": "string",
                        "following": 9,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 8,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 8,
                        "plan": {
                          "collaborators": 8,
                          "name": "string",
                          "private_repos": 1,
                          "space": 10
                        },
                        "private_gists": 2,
                        "public_gists": 5,
                        "public_repos": 8,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 8,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "assignee": "string",
                      "body": "string",
                      "closed_at": "string",
                      "comments": 8,
                      "comments_url": "string",
                      "created_at": "string",
                      "events_url": "string",
                      "html_url": "string",
                      "id": 10,
                      "labels": [
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        }
                      ],
                      "labels_url": "string",
                      "milestone": "string",
                      "number": 8,
                      "pull_request": {
                        "diff_url": "string",
                        "html_url": "string",
                        "patch_url": "string"
                      },
                      "score": 2,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 1,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 1,
                        "followers_url": "string",
                        "following": 3,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 8,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 2,
                        "plan": {
                          "collaborators": 4,
                          "name": "string",
                          "private_repos": 4,
                          "space": 2
                        },
                        "private_gists": 2,
                        "public_gists": 4,
                        "public_repos": 2,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 10,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "assignee": "string",
                      "body": "string",
                      "closed_at": "string",
                      "comments": 7,
                      "comments_url": "string",
                      "created_at": "string",
                      "events_url": "string",
                      "html_url": "string",
                      "id": 10,
                      "labels": [
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        }
                      ],
                      "labels_url": "string",
                      "milestone": "string",
                      "number": 10,
                      "pull_request": {
                        "diff_url": "string",
                        "html_url": "string",
                        "patch_url": "string"
                      },
                      "score": 6,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 4,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 10,
                        "followers_url": "string",
                        "following": 8,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 8,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 9,
                        "plan": {
                          "collaborators": 6,
                          "name": "string",
                          "private_repos": 3,
                          "space": 9
                        },
                        "private_gists": 6,
                        "public_gists": 3,
                        "public_repos": 3,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 5,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "assignee": "string",
                      "body": "string",
                      "closed_at": "string",
                      "comments": 1,
                      "comments_url": "string",
                      "created_at": "string",
                      "events_url": "string",
                      "html_url": "string",
                      "id": 3,
                      "labels": [
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        }
                      ],
                      "labels_url": "string",
                      "milestone": "string",
                      "number": 1,
                      "pull_request": {
                        "diff_url": "string",
                        "html_url": "string",
                        "patch_url": "string"
                      },
                      "score": 7,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 9,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 10,
                        "email": "string",
                        "followers": 4,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 10,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 5,
                        "plan": {
                          "collaborators": 9,
                          "name": "string",
                          "private_repos": 10,
                          "space": 8
                        },
                        "private_gists": 3,
                        "public_gists": 9,
                        "public_repos": 2,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 7,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "assignee": "string",
                      "body": "string",
                      "closed_at": "string",
                      "comments": 9,
                      "comments_url": "string",
                      "created_at": "string",
                      "events_url": "string",
                      "html_url": "string",
                      "id": 5,
                      "labels": [
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        }
                      ],
                      "labels_url": "string",
                      "milestone": "string",
                      "number": 8,
                      "pull_request": {
                        "diff_url": "string",
                        "html_url": "string",
                        "patch_url": "string"
                      },
                      "score": 7,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 7,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 9,
                        "email": "string",
                        "followers": 2,
                        "followers_url": "string",
                        "following": 8,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 3,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 6,
                        "plan": {
                          "collaborators": 7,
                          "name": "string",
                          "private_repos": 8,
                          "space": 6
                        },
                        "private_gists": 10,
                        "public_gists": 7,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 8,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    {
                      "assignee": "string",
                      "body": "string",
                      "closed_at": "string",
                      "comments": 8,
                      "comments_url": "string",
                      "created_at": "string",
                      "events_url": "string",
                      "html_url": "string",
                      "id": 10,
                      "labels": [
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        }
                      ],
                      "labels_url": "string",
                      "milestone": "string",
                      "number": 3,
                      "pull_request": {
                        "diff_url": "string",
                        "html_url": "string",
                        "patch_url": "string"
                      },
                      "score": 4,
                      "state": "string",
                      "title": "string",
                      "updated_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 10,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 9,
                        "email": "string",
                        "followers": 3,
                        "followers_url": "string",
                        "following": 3,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 4,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 10,
                        "plan": {
                          "collaborators": 3,
                          "name": "string",
                          "private_repos": 2,
                          "space": 1
                        },
                        "private_gists": 10,
                        "public_gists": 5,
                        "public_repos": 4,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 4,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    }
                  ],
                  "total_count": 8
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "theparams",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{teamId}": {
      "delete": {
        "tags": [
          "Teams"
        ],
        "operationId": "deleteTeamsTeamId",
        "description": "The parameters and request body are for method: deleteTeamsTeamId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "getTeamsTeamId",
        "description": "The parameters and request body are for method: getTeamsTeamId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "members_count": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "permission": {
                      "type": "string"
                    },
                    "repos_count": {
                      "type": "number"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 2,
                  "members_count": 1,
                  "name": "string",
                  "permission": "string",
                  "repos_count": 7,
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Teams"
        ],
        "operationId": "patchTeamsTeamId",
        "description": "The parameters and request body are for method: patchTeamsTeamId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "members_count": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "permission": {
                      "type": "string"
                    },
                    "repos_count": {
                      "type": "number"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 7,
                  "members_count": 6,
                  "name": "string",
                  "permission": "string",
                  "repos_count": 2,
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/teams/{teamId}/members/{username}": {
      "delete": {
        "tags": [
          "Teams"
        ],
        "operationId": "deleteTeamsTeamIdMembersUsername",
        "description": "The parameters and request body are for method: deleteTeamsTeamIdMembersUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "getTeamsTeamIdMembersUsername",
        "description": "The parameters and request body are for method: getTeamsTeamIdMembersUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Teams"
        ],
        "operationId": "putTeamsTeamIdMembersUsername",
        "description": "The parameters and request body are for method: putTeamsTeamIdMembersUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{teamId}/memberships/{username}": {
      "delete": {
        "tags": [
          "Teams"
        ],
        "operationId": "deleteTeamsTeamIdMembershipsUsername",
        "description": "The parameters and request body are for method: deleteTeamsTeamIdMembershipsUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "getTeamsTeamIdMembershipsUsername",
        "description": "The parameters and request body are for method: getTeamsTeamIdMembershipsUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "state": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "state": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Teams"
        ],
        "operationId": "putTeamsTeamIdMembershipsUsername",
        "description": "The parameters and request body are for method: putTeamsTeamIdMembershipsUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "state": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "state": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{teamId}/repos/{owner}/{repo}": {
      "delete": {
        "tags": [
          "Teams"
        ],
        "operationId": "deleteTeamsTeamIdReposOwnerRepo",
        "description": "The parameters and request body are for method: deleteTeamsTeamIdReposOwnerRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "getTeamsTeamIdReposOwnerRepo",
        "description": "The parameters and request body are for method: getTeamsTeamIdReposOwnerRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Teams"
        ],
        "operationId": "putTeamsTeamIdReposOwnerRepo",
        "description": "The parameters and request body are for method: putTeamsTeamIdReposOwnerRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user": {
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUser",
        "description": "The parameters and request body are for method: getUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "avatar_url": {
                      "type": "string"
                    },
                    "bio": {
                      "type": "string"
                    },
                    "blog": {
                      "type": "string"
                    },
                    "collaborators": {
                      "type": "number"
                    },
                    "company": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "disk_usage": {
                      "type": "number"
                    },
                    "email": {
                      "type": "string"
                    },
                    "followers": {
                      "type": "number"
                    },
                    "followers_url": {
                      "type": "string"
                    },
                    "following": {
                      "type": "number"
                    },
                    "following_url": {
                      "type": "string"
                    },
                    "gists_url": {
                      "type": "string"
                    },
                    "gravatar_id": {
                      "type": "string"
                    },
                    "hireable": {
                      "type": "boolean"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "location": {
                      "type": "string"
                    },
                    "login": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "organizations_url": {
                      "type": "string"
                    },
                    "owned_private_repos": {
                      "type": "number"
                    },
                    "plan": {
                      "type": "object",
                      "properties": {
                        "collaborators": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "private_repos": {
                          "type": "number"
                        },
                        "space": {
                          "type": "number"
                        }
                      }
                    },
                    "private_gists": {
                      "type": "number"
                    },
                    "public_gists": {
                      "type": "number"
                    },
                    "public_repos": {
                      "type": "number"
                    },
                    "starred_url": {
                      "type": "string"
                    },
                    "subscriptions_url": {
                      "type": "string"
                    },
                    "total_private_repos": {
                      "type": "number"
                    },
                    "type": {
                      "type": "string"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "avatar_url": "string",
                  "bio": "string",
                  "blog": "string",
                  "collaborators": 1,
                  "company": "string",
                  "created_at": "string",
                  "disk_usage": 6,
                  "email": "string",
                  "followers": 9,
                  "followers_url": "string",
                  "following": 3,
                  "following_url": "string",
                  "gists_url": "string",
                  "gravatar_id": "string",
                  "hireable": false,
                  "html_url": "string",
                  "id": 1,
                  "location": "string",
                  "login": "string",
                  "name": "string",
                  "organizations_url": "string",
                  "owned_private_repos": 7,
                  "plan": {
                    "collaborators": 8,
                    "name": "string",
                    "private_repos": 4,
                    "space": 6
                  },
                  "private_gists": 2,
                  "public_gists": 7,
                  "public_repos": 8,
                  "starred_url": "string",
                  "subscriptions_url": "string",
                  "total_private_repos": 8,
                  "type": "Organization",
                  "updated_at": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "User"
        ],
        "operationId": "patchUser",
        "description": "The parameters and request body are for method: patchUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "avatar_url": {
                      "type": "string"
                    },
                    "bio": {
                      "type": "string"
                    },
                    "blog": {
                      "type": "string"
                    },
                    "collaborators": {
                      "type": "number"
                    },
                    "company": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "disk_usage": {
                      "type": "number"
                    },
                    "email": {
                      "type": "string"
                    },
                    "followers": {
                      "type": "number"
                    },
                    "followers_url": {
                      "type": "string"
                    },
                    "following": {
                      "type": "number"
                    },
                    "following_url": {
                      "type": "string"
                    },
                    "gists_url": {
                      "type": "string"
                    },
                    "gravatar_id": {
                      "type": "string"
                    },
                    "hireable": {
                      "type": "boolean"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "location": {
                      "type": "string"
                    },
                    "login": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "organizations_url": {
                      "type": "string"
                    },
                    "owned_private_repos": {
                      "type": "number"
                    },
                    "plan": {
                      "type": "object",
                      "properties": {
                        "collaborators": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "private_repos": {
                          "type": "number"
                        },
                        "space": {
                          "type": "number"
                        }
                      }
                    },
                    "private_gists": {
                      "type": "number"
                    },
                    "public_gists": {
                      "type": "number"
                    },
                    "public_repos": {
                      "type": "number"
                    },
                    "starred_url": {
                      "type": "string"
                    },
                    "subscriptions_url": {
                      "type": "string"
                    },
                    "total_private_repos": {
                      "type": "number"
                    },
                    "type": {
                      "type": "string"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "avatar_url": "string",
                  "bio": "string",
                  "blog": "string",
                  "collaborators": 2,
                  "company": "string",
                  "created_at": "string",
                  "disk_usage": 1,
                  "email": "string",
                  "followers": 1,
                  "followers_url": "string",
                  "following": 9,
                  "following_url": "string",
                  "gists_url": "string",
                  "gravatar_id": "string",
                  "hireable": true,
                  "html_url": "string",
                  "id": 7,
                  "location": "string",
                  "login": "string",
                  "name": "string",
                  "organizations_url": "string",
                  "owned_private_repos": 2,
                  "plan": {
                    "collaborators": 6,
                    "name": "string",
                    "private_repos": 3,
                    "space": 5
                  },
                  "private_gists": 8,
                  "public_gists": 3,
                  "public_repos": 10,
                  "starred_url": "string",
                  "subscriptions_url": "string",
                  "total_private_repos": 6,
                  "type": "Organization",
                  "updated_at": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/user/emails": {
      "delete": {
        "tags": [
          "User"
        ],
        "operationId": "deleteUserEmails",
        "description": "The parameters and request body are for method: deleteUserEmails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "User"
        ],
        "operationId": "postUserEmails",
        "description": "The parameters and request body are for method: postUserEmails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUserEmails",
        "description": "The parameters and request body are for method: getUserEmails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/following/{username}": {
      "delete": {
        "tags": [
          "User"
        ],
        "operationId": "deleteUserFollowingUsername",
        "description": "The parameters and request body are for method: deleteUserFollowingUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUserFollowingUsername",
        "description": "The parameters and request body are for method: getUserFollowingUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "User"
        ],
        "operationId": "putUserFollowingUsername",
        "description": "The parameters and request body are for method: putUserFollowingUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/keys": {
      "post": {
        "tags": [
          "User"
        ],
        "operationId": "postUserKeys",
        "description": "The parameters and request body are for method: postUserKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "key": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 2,
                  "key": "string",
                  "title": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUserKeys",
        "description": "The parameters and request body are for method: getUserKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  null,
                  null,
                  null
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/keys/{keyId}": {
      "delete": {
        "tags": [
          "User"
        ],
        "operationId": "deleteUserKeysKeyId",
        "description": "The parameters and request body are for method: deleteUserKeysKeyId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUserKeysKeyId",
        "description": "The parameters and request body are for method: getUserKeysKeyId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "key": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 10,
                  "key": "string",
                  "title": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/repos": {
      "post": {
        "tags": [
          "User"
        ],
        "operationId": "postUserRepos",
        "description": "The parameters and request body are for method: postUserRepos. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUserRepos",
        "description": "The parameters and request body are for method: getUserRepos. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "visibility",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "affiliation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/starred/{owner}/{repo}": {
      "delete": {
        "tags": [
          "User"
        ],
        "operationId": "deleteUserStarredOwnerRepo",
        "description": "The parameters and request body are for method: deleteUserStarredOwnerRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUserStarredOwnerRepo",
        "description": "The parameters and request body are for method: getUserStarredOwnerRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "User"
        ],
        "operationId": "putUserStarredOwnerRepo",
        "description": "The parameters and request body are for method: putUserStarredOwnerRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/subscriptions/{owner}/{repo}": {
      "delete": {
        "tags": [
          "User"
        ],
        "operationId": "deleteUserSubscriptionsOwnerRepo",
        "description": "The parameters and request body are for method: deleteUserSubscriptionsOwnerRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUserSubscriptionsOwnerRepo",
        "description": "The parameters and request body are for method: getUserSubscriptionsOwnerRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "User"
        ],
        "operationId": "putUserSubscriptionsOwnerRepo",
        "description": "The parameters and request body are for method: putUserSubscriptionsOwnerRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsername",
        "description": "The parameters and request body are for method: getUsersUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "avatar_url": {
                      "type": "string"
                    },
                    "bio": {
                      "type": "string"
                    },
                    "blog": {
                      "type": "string"
                    },
                    "collaborators": {
                      "type": "number"
                    },
                    "company": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "disk_usage": {
                      "type": "number"
                    },
                    "email": {
                      "type": "string"
                    },
                    "followers": {
                      "type": "number"
                    },
                    "followers_url": {
                      "type": "string"
                    },
                    "following": {
                      "type": "number"
                    },
                    "following_url": {
                      "type": "string"
                    },
                    "gists_url": {
                      "type": "string"
                    },
                    "gravatar_id": {
                      "type": "string"
                    },
                    "hireable": {
                      "type": "boolean"
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "location": {
                      "type": "string"
                    },
                    "login": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "organizations_url": {
                      "type": "string"
                    },
                    "owned_private_repos": {
                      "type": "number"
                    },
                    "plan": {
                      "type": "object",
                      "properties": {
                        "collaborators": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "private_repos": {
                          "type": "number"
                        },
                        "space": {
                          "type": "number"
                        }
                      }
                    },
                    "private_gists": {
                      "type": "number"
                    },
                    "public_gists": {
                      "type": "number"
                    },
                    "public_repos": {
                      "type": "number"
                    },
                    "starred_url": {
                      "type": "string"
                    },
                    "subscriptions_url": {
                      "type": "string"
                    },
                    "total_private_repos": {
                      "type": "number"
                    },
                    "type": {
                      "type": "string"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "avatar_url": "string",
                  "bio": "string",
                  "blog": "string",
                  "collaborators": 5,
                  "company": "string",
                  "created_at": "string",
                  "disk_usage": 8,
                  "email": "string",
                  "followers": 2,
                  "followers_url": "string",
                  "following": 6,
                  "following_url": "string",
                  "gists_url": "string",
                  "gravatar_id": "string",
                  "hireable": true,
                  "html_url": "string",
                  "id": 5,
                  "location": "string",
                  "login": "string",
                  "name": "string",
                  "organizations_url": "string",
                  "owned_private_repos": 4,
                  "plan": {
                    "collaborators": 9,
                    "name": "string",
                    "private_repos": 4,
                    "space": 7
                  },
                  "private_gists": 5,
                  "public_gists": 8,
                  "public_repos": 7,
                  "starred_url": "string",
                  "subscriptions_url": "string",
                  "total_private_repos": 3,
                  "type": "Organization",
                  "updated_at": "string",
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/following/{targetUser}": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameFollowingTargetUser",
        "description": "The parameters and request body are for method: getUsersUsernameFollowingTargetUser. Same endpoint also used in methods:<br> usersCheckFollowingForUser (username : string,targetUser : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "targetUser",
            "in": "path",
            "required": true,
            "schema": {
              "title": "targetUser",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/cache/usage": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetActionsCacheUsageForOrg",
        "description": "The parameters and request body are for method: actionsGetActionsCacheUsageForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/cache/usage-by-repository": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetActionsCacheUsageByRepoForOrg",
        "description": "The parameters and request body are for method: actionsGetActionsCacheUsageByRepoForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/permissions": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetGithubActionsPermissionsOrganization",
        "description": "The parameters and request body are for method: actionsGetGithubActionsPermissionsOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsSetGithubActionsPermissionsOrganization",
        "description": "The parameters and request body are for method: actionsSetGithubActionsPermissionsOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/permissions/repositories": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListSelectedRepositoriesEnabledGithubActionsOrganization",
        "description": "The parameters and request body are for method: actionsListSelectedRepositoriesEnabledGithubActionsOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsSetSelectedRepositoriesEnabledGithubActionsOrganization",
        "description": "The parameters and request body are for method: actionsSetSelectedRepositoriesEnabledGithubActionsOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/permissions/repositories/{repositoryId}": {
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsEnableSelectedRepositoryGithubActionsOrganization",
        "description": "The parameters and request body are for method: actionsEnableSelectedRepositoryGithubActionsOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDisableSelectedRepositoryGithubActionsOrganization",
        "description": "The parameters and request body are for method: actionsDisableSelectedRepositoryGithubActionsOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/permissions/selected-actions": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetAllowedActionsOrganization",
        "description": "The parameters and request body are for method: actionsGetAllowedActionsOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsSetAllowedActionsOrganization",
        "description": "The parameters and request body are for method: actionsSetAllowedActionsOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/permissions/workflow": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetGithubActionsDefaultWorkflowPermissionsOrganization",
        "description": "The parameters and request body are for method: actionsGetGithubActionsDefaultWorkflowPermissionsOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsSetGithubActionsDefaultWorkflowPermissionsOrganization",
        "description": "The parameters and request body are for method: actionsSetGithubActionsDefaultWorkflowPermissionsOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/runners": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListSelfHostedRunnersForOrg",
        "description": "The parameters and request body are for method: actionsListSelfHostedRunnersForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/runners/downloads": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListRunnerApplicationsForOrg",
        "description": "The parameters and request body are for method: actionsListRunnerApplicationsForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/runners/generate-jitconfig": {
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGenerateRunnerJitconfigForOrg",
        "description": "The parameters and request body are for method: actionsGenerateRunnerJitconfigForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/runners/registration-token": {
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsCreateRegistrationTokenForOrg",
        "description": "The parameters and request body are for method: actionsCreateRegistrationTokenForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/runners/remove-token": {
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsCreateRemoveTokenForOrg",
        "description": "The parameters and request body are for method: actionsCreateRemoveTokenForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/runners/{runnerId}": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetSelfHostedRunnerForOrg",
        "description": "The parameters and request body are for method: actionsGetSelfHostedRunnerForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "runnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runnerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDeleteSelfHostedRunnerFromOrg",
        "description": "The parameters and request body are for method: actionsDeleteSelfHostedRunnerFromOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "runnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runnerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/runners/{runnerId}/labels": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListLabelsForSelfHostedRunnerForOrg",
        "description": "The parameters and request body are for method: actionsListLabelsForSelfHostedRunnerForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "runnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runnerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsAddCustomLabelsToSelfHostedRunnerForOrg",
        "description": "The parameters and request body are for method: actionsAddCustomLabelsToSelfHostedRunnerForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "runnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runnerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsSetCustomLabelsForSelfHostedRunnerForOrg",
        "description": "The parameters and request body are for method: actionsSetCustomLabelsForSelfHostedRunnerForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "runnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runnerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsRemoveAllCustomLabelsFromSelfHostedRunnerForOrg",
        "description": "The parameters and request body are for method: actionsRemoveAllCustomLabelsFromSelfHostedRunnerForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "runnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runnerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/runners/{runnerId}/labels/{name}": {
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsRemoveCustomLabelFromSelfHostedRunnerForOrg",
        "description": "The parameters and request body are for method: actionsRemoveCustomLabelFromSelfHostedRunnerForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "runnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runnerId",
              "type": "number"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/secrets": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListOrgSecrets",
        "description": "The parameters and request body are for method: actionsListOrgSecrets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/secrets/public-key": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetOrgPublicKey",
        "description": "The parameters and request body are for method: actionsGetOrgPublicKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/secrets/{secretName}": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetOrgSecret",
        "description": "The parameters and request body are for method: actionsGetOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsCreateOrUpdateOrgSecret",
        "description": "The parameters and request body are for method: actionsCreateOrUpdateOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDeleteOrgSecret",
        "description": "The parameters and request body are for method: actionsDeleteOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/secrets/{secretName}/repositories": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListSelectedReposForOrgSecret",
        "description": "The parameters and request body are for method: actionsListSelectedReposForOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsSetSelectedReposForOrgSecret",
        "description": "The parameters and request body are for method: actionsSetSelectedReposForOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/secrets/{secretName}/repositories/{repositoryId}": {
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsAddSelectedRepoToOrgSecret",
        "description": "The parameters and request body are for method: actionsAddSelectedRepoToOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsRemoveSelectedRepoFromOrgSecret",
        "description": "The parameters and request body are for method: actionsRemoveSelectedRepoFromOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/variables": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListOrgVariables",
        "description": "The parameters and request body are for method: actionsListOrgVariables. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsCreateOrgVariable",
        "description": "The parameters and request body are for method: actionsCreateOrgVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/variables/{name}": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetOrgVariable",
        "description": "The parameters and request body are for method: actionsGetOrgVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsUpdateOrgVariable",
        "description": "The parameters and request body are for method: actionsUpdateOrgVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDeleteOrgVariable",
        "description": "The parameters and request body are for method: actionsDeleteOrgVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/variables/{name}/repositories": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListSelectedReposForOrgVariable",
        "description": "The parameters and request body are for method: actionsListSelectedReposForOrgVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsSetSelectedReposForOrgVariable",
        "description": "The parameters and request body are for method: actionsSetSelectedReposForOrgVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/variables/{name}/repositories/{repositoryId}": {
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsAddSelectedRepoToOrgVariable",
        "description": "The parameters and request body are for method: actionsAddSelectedRepoToOrgVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsRemoveSelectedRepoFromOrgVariable",
        "description": "The parameters and request body are for method: actionsRemoveSelectedRepoFromOrgVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/artifacts": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListArtifactsForRepo",
        "description": "The parameters and request body are for method: actionsListArtifactsForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/artifacts/{artifactId}": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetArtifact",
        "description": "The parameters and request body are for method: actionsGetArtifact. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "artifactId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "artifactId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDeleteArtifact",
        "description": "The parameters and request body are for method: actionsDeleteArtifact. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "artifactId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "artifactId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/artifacts/{artifactId}/{archiveFormat}": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDownloadArtifact",
        "description": "The parameters and request body are for method: actionsDownloadArtifact. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "artifactId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "artifactId",
              "type": "number"
            }
          },
          {
            "name": "archiveFormat",
            "in": "path",
            "required": true,
            "schema": {
              "title": "archiveFormat",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/cache/usage": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetActionsCacheUsage",
        "description": "The parameters and request body are for method: actionsGetActionsCacheUsage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/caches": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetActionsCacheList",
        "description": "The parameters and request body are for method: actionsGetActionsCacheList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "key",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDeleteActionsCacheByKey",
        "description": "The parameters and request body are for method: actionsDeleteActionsCacheByKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "key",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/caches/{cacheId}": {
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDeleteActionsCacheById",
        "description": "The parameters and request body are for method: actionsDeleteActionsCacheById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "cacheId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cacheId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/jobs/{jobId}": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetJobForWorkflowRun",
        "description": "The parameters and request body are for method: actionsGetJobForWorkflowRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/jobs/{jobId}/logs": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDownloadJobLogsForWorkflowRun",
        "description": "The parameters and request body are for method: actionsDownloadJobLogsForWorkflowRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/jobs/{jobId}/rerun": {
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsReRunJobForWorkflowRun",
        "description": "The parameters and request body are for method: actionsReRunJobForWorkflowRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/oidc/customization/sub": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetCustomOidcSubClaimForRepo",
        "description": "The parameters and request body are for method: actionsGetCustomOidcSubClaimForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsSetCustomOidcSubClaimForRepo",
        "description": "The parameters and request body are for method: actionsSetCustomOidcSubClaimForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/organization-secrets": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListRepoOrganizationSecrets",
        "description": "The parameters and request body are for method: actionsListRepoOrganizationSecrets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/organization-variables": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListRepoOrganizationVariables",
        "description": "The parameters and request body are for method: actionsListRepoOrganizationVariables. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/permissions": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetGithubActionsPermissionsRepository",
        "description": "The parameters and request body are for method: actionsGetGithubActionsPermissionsRepository. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsSetGithubActionsPermissionsRepository",
        "description": "The parameters and request body are for method: actionsSetGithubActionsPermissionsRepository. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/permissions/access": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetWorkflowAccessToRepository",
        "description": "The parameters and request body are for method: actionsGetWorkflowAccessToRepository. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsSetWorkflowAccessToRepository",
        "description": "The parameters and request body are for method: actionsSetWorkflowAccessToRepository. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/permissions/selected-actions": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetAllowedActionsRepository",
        "description": "The parameters and request body are for method: actionsGetAllowedActionsRepository. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsSetAllowedActionsRepository",
        "description": "The parameters and request body are for method: actionsSetAllowedActionsRepository. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/permissions/workflow": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetGithubActionsDefaultWorkflowPermissionsRepository",
        "description": "The parameters and request body are for method: actionsGetGithubActionsDefaultWorkflowPermissionsRepository. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsSetGithubActionsDefaultWorkflowPermissionsRepository",
        "description": "The parameters and request body are for method: actionsSetGithubActionsDefaultWorkflowPermissionsRepository. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runners": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListSelfHostedRunnersForRepo",
        "description": "The parameters and request body are for method: actionsListSelfHostedRunnersForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runners/downloads": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListRunnerApplicationsForRepo",
        "description": "The parameters and request body are for method: actionsListRunnerApplicationsForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runners/generate-jitconfig": {
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGenerateRunnerJitconfigForRepo",
        "description": "The parameters and request body are for method: actionsGenerateRunnerJitconfigForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runners/registration-token": {
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsCreateRegistrationTokenForRepo",
        "description": "The parameters and request body are for method: actionsCreateRegistrationTokenForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runners/remove-token": {
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsCreateRemoveTokenForRepo",
        "description": "The parameters and request body are for method: actionsCreateRemoveTokenForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runners/{runnerId}": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetSelfHostedRunnerForRepo",
        "description": "The parameters and request body are for method: actionsGetSelfHostedRunnerForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runnerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDeleteSelfHostedRunnerFromRepo",
        "description": "The parameters and request body are for method: actionsDeleteSelfHostedRunnerFromRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runnerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runners/{runnerId}/labels": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListLabelsForSelfHostedRunnerForRepo",
        "description": "The parameters and request body are for method: actionsListLabelsForSelfHostedRunnerForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runnerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsAddCustomLabelsToSelfHostedRunnerForRepo",
        "description": "The parameters and request body are for method: actionsAddCustomLabelsToSelfHostedRunnerForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runnerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsSetCustomLabelsForSelfHostedRunnerForRepo",
        "description": "The parameters and request body are for method: actionsSetCustomLabelsForSelfHostedRunnerForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runnerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsRemoveAllCustomLabelsFromSelfHostedRunnerForRepo",
        "description": "The parameters and request body are for method: actionsRemoveAllCustomLabelsFromSelfHostedRunnerForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runnerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runners/{runnerId}/labels/{name}": {
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsRemoveCustomLabelFromSelfHostedRunnerForRepo",
        "description": "The parameters and request body are for method: actionsRemoveCustomLabelFromSelfHostedRunnerForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runnerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runnerId",
              "type": "number"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListWorkflowRunsForRepo",
        "description": "The parameters and request body are for method: actionsListWorkflowRunsForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "actor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "event",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "excludePullRequests",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "checkSuiteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "headSha",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetWorkflowRun",
        "description": "The parameters and request body are for method: actionsGetWorkflowRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          },
          {
            "name": "excludePullRequests",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDeleteWorkflowRun",
        "description": "The parameters and request body are for method: actionsDeleteWorkflowRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/approvals": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetReviewsForRun",
        "description": "The parameters and request body are for method: actionsGetReviewsForRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/approve": {
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsApproveWorkflowRun",
        "description": "The parameters and request body are for method: actionsApproveWorkflowRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/artifacts": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListWorkflowRunArtifacts",
        "description": "The parameters and request body are for method: actionsListWorkflowRunArtifacts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/attempts/{attemptNumber}": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetWorkflowRunAttempt",
        "description": "The parameters and request body are for method: actionsGetWorkflowRunAttempt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          },
          {
            "name": "attemptNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "attemptNumber",
              "type": "number"
            }
          },
          {
            "name": "excludePullRequests",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/attempts/{attemptNumber}/jobs": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListJobsForWorkflowRunAttempt",
        "description": "The parameters and request body are for method: actionsListJobsForWorkflowRunAttempt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          },
          {
            "name": "attemptNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "attemptNumber",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/attempts/{attemptNumber}/logs": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDownloadWorkflowRunAttemptLogs",
        "description": "The parameters and request body are for method: actionsDownloadWorkflowRunAttemptLogs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          },
          {
            "name": "attemptNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "attemptNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/cancel": {
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsCancelWorkflowRun",
        "description": "The parameters and request body are for method: actionsCancelWorkflowRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/deployment_protection_rule": {
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsReviewCustomGatesForRun",
        "description": "The parameters and request body are for method: actionsReviewCustomGatesForRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/force-cancel": {
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsForceCancelWorkflowRun",
        "description": "The parameters and request body are for method: actionsForceCancelWorkflowRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/jobs": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListJobsForWorkflowRun",
        "description": "The parameters and request body are for method: actionsListJobsForWorkflowRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/logs": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDownloadWorkflowRunLogs",
        "description": "The parameters and request body are for method: actionsDownloadWorkflowRunLogs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDeleteWorkflowRunLogs",
        "description": "The parameters and request body are for method: actionsDeleteWorkflowRunLogs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/pending_deployments": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetPendingDeploymentsForRun",
        "description": "The parameters and request body are for method: actionsGetPendingDeploymentsForRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsReviewPendingDeploymentsForRun",
        "description": "The parameters and request body are for method: actionsReviewPendingDeploymentsForRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/rerun": {
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsReRunWorkflow",
        "description": "The parameters and request body are for method: actionsReRunWorkflow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/rerun-failed-jobs": {
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsReRunWorkflowFailedJobs",
        "description": "The parameters and request body are for method: actionsReRunWorkflowFailedJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/runs/{runId}/timing": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetWorkflowRunUsage",
        "description": "The parameters and request body are for method: actionsGetWorkflowRunUsage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/secrets": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListRepoSecrets",
        "description": "The parameters and request body are for method: actionsListRepoSecrets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/secrets/public-key": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetRepoPublicKey",
        "description": "The parameters and request body are for method: actionsGetRepoPublicKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/secrets/{secretName}": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetRepoSecret",
        "description": "The parameters and request body are for method: actionsGetRepoSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsCreateOrUpdateRepoSecret",
        "description": "The parameters and request body are for method: actionsCreateOrUpdateRepoSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDeleteRepoSecret",
        "description": "The parameters and request body are for method: actionsDeleteRepoSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/variables": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListRepoVariables",
        "description": "The parameters and request body are for method: actionsListRepoVariables. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsCreateRepoVariable",
        "description": "The parameters and request body are for method: actionsCreateRepoVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/variables/{name}": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetRepoVariable",
        "description": "The parameters and request body are for method: actionsGetRepoVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsUpdateRepoVariable",
        "description": "The parameters and request body are for method: actionsUpdateRepoVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDeleteRepoVariable",
        "description": "The parameters and request body are for method: actionsDeleteRepoVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/workflows": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListRepoWorkflows",
        "description": "The parameters and request body are for method: actionsListRepoWorkflows. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/workflows/{workflowId}": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetWorkflow",
        "description": "The parameters and request body are for method: actionsGetWorkflow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "workflowId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "workflowId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/workflows/{workflowId}/disable": {
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDisableWorkflow",
        "description": "The parameters and request body are for method: actionsDisableWorkflow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "workflowId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "workflowId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/workflows/{workflowId}/dispatches": {
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsCreateWorkflowDispatch",
        "description": "The parameters and request body are for method: actionsCreateWorkflowDispatch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "workflowId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "workflowId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/workflows/{workflowId}/enable": {
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsEnableWorkflow",
        "description": "The parameters and request body are for method: actionsEnableWorkflow. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "workflowId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "workflowId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/workflows/{workflowId}/runs": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListWorkflowRuns",
        "description": "The parameters and request body are for method: actionsListWorkflowRuns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "workflowId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "workflowId",
              "type": "string"
            }
          },
          {
            "name": "actor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "event",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "created",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "excludePullRequests",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "checkSuiteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "headSha",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/actions/workflows/{workflowId}/timing": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetWorkflowUsage",
        "description": "The parameters and request body are for method: actionsGetWorkflowUsage. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "workflowId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "workflowId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/environments/{environmentName}/secrets": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListEnvironmentSecrets",
        "description": "The parameters and request body are for method: actionsListEnvironmentSecrets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/environments/{environmentName}/secrets/public-key": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetEnvironmentPublicKey",
        "description": "The parameters and request body are for method: actionsGetEnvironmentPublicKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/environments/{environmentName}/secrets/{secretName}": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetEnvironmentSecret",
        "description": "The parameters and request body are for method: actionsGetEnvironmentSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsCreateOrUpdateEnvironmentSecret",
        "description": "The parameters and request body are for method: actionsCreateOrUpdateEnvironmentSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDeleteEnvironmentSecret",
        "description": "The parameters and request body are for method: actionsDeleteEnvironmentSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/environments/{environmentName}/variables": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsListEnvironmentVariables",
        "description": "The parameters and request body are for method: actionsListEnvironmentVariables. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsCreateEnvironmentVariable",
        "description": "The parameters and request body are for method: actionsCreateEnvironmentVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/environments/{environmentName}/variables/{name}": {
      "get": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsGetEnvironmentVariable",
        "description": "The parameters and request body are for method: actionsGetEnvironmentVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/environments/{name}/variables/{environmentName}": {
      "patch": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsUpdateEnvironmentVariable",
        "description": "The parameters and request body are for method: actionsUpdateEnvironmentVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Actions"
        ],
        "operationId": "actionsDeleteEnvironmentVariable",
        "description": "The parameters and request body are for method: actionsDeleteEnvironmentVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/events": {
      "get": {
        "tags": [
          "Events"
        ],
        "operationId": "getEvents",
        "description": "The parameters and request body are for method: getEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "actor": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "created_at": {
                        "type": "object"
                      },
                      "id": {
                        "type": "number"
                      },
                      "org": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "payload": {
                        "type": "object"
                      },
                      "public": {
                        "type": "boolean"
                      },
                      "repo": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "type": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 2,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 2,
                      "email": "string",
                      "followers": 10,
                      "followers_url": "string",
                      "following": 4,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 9,
                      "plan": {
                        "collaborators": 7,
                        "name": "string",
                        "private_repos": 7,
                        "space": 4
                      },
                      "private_gists": 4,
                      "public_gists": 5,
                      "public_repos": 7,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 3,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "created_at": {},
                    "id": 6,
                    "org": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 6,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 9,
                      "email": "string",
                      "followers": 4,
                      "followers_url": "string",
                      "following": 3,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 3,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 6,
                      "plan": {
                        "collaborators": 5,
                        "name": "string",
                        "private_repos": 7,
                        "space": 3
                      },
                      "private_gists": 4,
                      "public_gists": 1,
                      "public_repos": 1,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 1,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "payload": {},
                    "public": true,
                    "repo": {
                      "id": 10,
                      "name": "string",
                      "url": "string"
                    },
                    "type": "string"
                  },
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 5,
                      "email": "string",
                      "followers": 3,
                      "followers_url": "string",
                      "following": 6,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 2,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 1,
                        "space": 3
                      },
                      "private_gists": 10,
                      "public_gists": 1,
                      "public_repos": 1,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 7,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "created_at": {},
                    "id": 5,
                    "org": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 3,
                      "email": "string",
                      "followers": 4,
                      "followers_url": "string",
                      "following": 4,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 7,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 2,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 4,
                        "space": 6
                      },
                      "private_gists": 8,
                      "public_gists": 2,
                      "public_repos": 5,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 7,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "payload": {},
                    "public": false,
                    "repo": {
                      "id": 6,
                      "name": "string",
                      "url": "string"
                    },
                    "type": "string"
                  },
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 2,
                      "email": "string",
                      "followers": 9,
                      "followers_url": "string",
                      "following": 7,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 7,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 8,
                      "plan": {
                        "collaborators": 8,
                        "name": "string",
                        "private_repos": 10,
                        "space": 3
                      },
                      "private_gists": 5,
                      "public_gists": 9,
                      "public_repos": 10,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 3,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "created_at": {},
                    "id": 5,
                    "org": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 1,
                      "email": "string",
                      "followers": 3,
                      "followers_url": "string",
                      "following": 8,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 2,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 2,
                        "space": 5
                      },
                      "private_gists": 4,
                      "public_gists": 4,
                      "public_repos": 5,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 7,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "payload": {},
                    "public": true,
                    "repo": {
                      "id": 7,
                      "name": "string",
                      "url": "string"
                    },
                    "type": "string"
                  },
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 1,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 4,
                      "email": "string",
                      "followers": 4,
                      "followers_url": "string",
                      "following": 8,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 6,
                      "plan": {
                        "collaborators": 8,
                        "name": "string",
                        "private_repos": 10,
                        "space": 7
                      },
                      "private_gists": 3,
                      "public_gists": 8,
                      "public_repos": 7,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 5,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "created_at": {},
                    "id": 8,
                    "org": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 2,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 5,
                      "email": "string",
                      "followers": 2,
                      "followers_url": "string",
                      "following": 7,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 1,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 3,
                      "plan": {
                        "collaborators": 8,
                        "name": "string",
                        "private_repos": 1,
                        "space": 6
                      },
                      "private_gists": 9,
                      "public_gists": 5,
                      "public_repos": 8,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 6,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "payload": {},
                    "public": true,
                    "repo": {
                      "id": 6,
                      "name": "string",
                      "url": "string"
                    },
                    "type": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networks/{owner}/{repo}/events": {
      "get": {
        "tags": [
          "Networks"
        ],
        "operationId": "getNetworksOwnerRepoEvents",
        "description": "The parameters and request body are for method: getNetworksOwnerRepoEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "actor": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "created_at": {
                        "type": "object"
                      },
                      "id": {
                        "type": "number"
                      },
                      "org": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "payload": {
                        "type": "object"
                      },
                      "public": {
                        "type": "boolean"
                      },
                      "repo": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "type": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 2,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 6,
                      "email": "string",
                      "followers": 3,
                      "followers_url": "string",
                      "following": 8,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 2,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 10,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 10,
                        "space": 5
                      },
                      "private_gists": 8,
                      "public_gists": 5,
                      "public_repos": 4,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 6,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "created_at": {},
                    "id": 1,
                    "org": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 3,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 9,
                      "email": "string",
                      "followers": 6,
                      "followers_url": "string",
                      "following": 7,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 9,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 8,
                      "plan": {
                        "collaborators": 10,
                        "name": "string",
                        "private_repos": 5,
                        "space": 9
                      },
                      "private_gists": 9,
                      "public_gists": 3,
                      "public_repos": 2,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 8,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "payload": {},
                    "public": true,
                    "repo": {
                      "id": 2,
                      "name": "string",
                      "url": "string"
                    },
                    "type": "string"
                  },
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 7,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 8,
                      "email": "string",
                      "followers": 5,
                      "followers_url": "string",
                      "following": 7,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 1,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 9,
                      "plan": {
                        "collaborators": 9,
                        "name": "string",
                        "private_repos": 3,
                        "space": 2
                      },
                      "private_gists": 3,
                      "public_gists": 6,
                      "public_repos": 2,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 9,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "created_at": {},
                    "id": 6,
                    "org": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 4,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 9,
                      "email": "string",
                      "followers": 2,
                      "followers_url": "string",
                      "following": 1,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 7,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 3,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 7,
                        "space": 1
                      },
                      "private_gists": 7,
                      "public_gists": 3,
                      "public_repos": 7,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 1,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "payload": {},
                    "public": false,
                    "repo": {
                      "id": 4,
                      "name": "string",
                      "url": "string"
                    },
                    "type": "string"
                  },
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 1,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 5,
                      "email": "string",
                      "followers": 5,
                      "followers_url": "string",
                      "following": 8,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 1,
                      "plan": {
                        "collaborators": 6,
                        "name": "string",
                        "private_repos": 7,
                        "space": 10
                      },
                      "private_gists": 4,
                      "public_gists": 8,
                      "public_repos": 8,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 8,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "created_at": {},
                    "id": 3,
                    "org": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 1,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 3,
                      "email": "string",
                      "followers": 4,
                      "followers_url": "string",
                      "following": 10,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 5,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 5,
                      "plan": {
                        "collaborators": 7,
                        "name": "string",
                        "private_repos": 10,
                        "space": 9
                      },
                      "private_gists": 7,
                      "public_gists": 6,
                      "public_repos": 6,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 8,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "payload": {},
                    "public": true,
                    "repo": {
                      "id": 5,
                      "name": "string",
                      "url": "string"
                    },
                    "type": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/events/public": {
      "get": {
        "tags": [
          "Activity"
        ],
        "operationId": "activityListPublicEventsForUser",
        "description": "The parameters and request body are for method: activityListPublicEventsForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/events": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "getOrgsOrgEvents",
        "description": "The parameters and request body are for method: getOrgsOrgEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "actor": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "created_at": {
                        "type": "object"
                      },
                      "id": {
                        "type": "number"
                      },
                      "org": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "payload": {
                        "type": "object"
                      },
                      "public": {
                        "type": "boolean"
                      },
                      "repo": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "type": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 3,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 1,
                      "email": "string",
                      "followers": 4,
                      "followers_url": "string",
                      "following": 1,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 9,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 3,
                      "plan": {
                        "collaborators": 7,
                        "name": "string",
                        "private_repos": 2,
                        "space": 9
                      },
                      "private_gists": 1,
                      "public_gists": 10,
                      "public_repos": 5,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 5,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "created_at": {},
                    "id": 8,
                    "org": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 2,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 3,
                      "email": "string",
                      "followers": 2,
                      "followers_url": "string",
                      "following": 5,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 7,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 8,
                      "plan": {
                        "collaborators": 10,
                        "name": "string",
                        "private_repos": 2,
                        "space": 3
                      },
                      "private_gists": 10,
                      "public_gists": 3,
                      "public_repos": 1,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 4,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "payload": {},
                    "public": true,
                    "repo": {
                      "id": 9,
                      "name": "string",
                      "url": "string"
                    },
                    "type": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/issues": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "getOrgsOrgIssues",
        "description": "The parameters and request body are for method: getOrgsOrgIssues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "assignee": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "body": {
                        "type": "string"
                      },
                      "closed_at": {
                        "type": "string"
                      },
                      "comments": {
                        "type": "number"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "labels": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "color": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "milestone": {
                        "type": "object",
                        "properties": {
                          "closed_issues": {
                            "type": "number"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "creator": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "due_on": {
                            "type": "string"
                          },
                          "number": {
                            "type": "number"
                          },
                          "open_issues": {
                            "type": "number"
                          },
                          "state": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "number": {
                        "type": "number"
                      },
                      "pull_request": {
                        "type": "object",
                        "properties": {
                          "diff_url": {
                            "type": "string"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "patch_url": {
                            "type": "string"
                          }
                        }
                      },
                      "state": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "user": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "assignee": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 1,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 2,
                      "email": "string",
                      "followers": 1,
                      "followers_url": "string",
                      "following": 5,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 4,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 4,
                      "plan": {
                        "collaborators": 4,
                        "name": "string",
                        "private_repos": 3,
                        "space": 1
                      },
                      "private_gists": 7,
                      "public_gists": 8,
                      "public_repos": 9,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 7,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "body": "string",
                    "closed_at": "string",
                    "comments": 8,
                    "created_at": "string",
                    "html_url": "string",
                    "labels": [
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      }
                    ],
                    "milestone": {
                      "closed_issues": 5,
                      "created_at": "string",
                      "creator": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 2,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 3,
                        "email": "string",
                        "followers": 4,
                        "followers_url": "string",
                        "following": 2,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 10,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 5,
                        "plan": {
                          "collaborators": 3,
                          "name": "string",
                          "private_repos": 10,
                          "space": 4
                        },
                        "private_gists": 10,
                        "public_gists": 5,
                        "public_repos": 1,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 8,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "description": "string",
                      "due_on": "string",
                      "number": 6,
                      "open_issues": 9,
                      "state": "open",
                      "title": "string",
                      "url": "string"
                    },
                    "number": 5,
                    "pull_request": {
                      "diff_url": "string",
                      "html_url": "string",
                      "patch_url": "string"
                    },
                    "state": "open",
                    "title": "string",
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 6,
                      "email": "string",
                      "followers": 10,
                      "followers_url": "string",
                      "following": 3,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 8,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 4,
                      "plan": {
                        "collaborators": 5,
                        "name": "string",
                        "private_repos": 6,
                        "space": 9
                      },
                      "private_gists": 10,
                      "public_gists": 3,
                      "public_repos": 10,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 3,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labels",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/organizations": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsList",
        "description": "The parameters and request body are for method: orgsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/attestations/{subjectDigest}": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListAttestations",
        "description": "The parameters and request body are for method: orgsListAttestations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "subjectDigest",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subjectDigest",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/blocks": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListBlockedUsers",
        "description": "The parameters and request body are for method: orgsListBlockedUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/blocks/{username}": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsCheckBlockedUser",
        "description": "The parameters and request body are for method: orgsCheckBlockedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsBlockUser",
        "description": "The parameters and request body are for method: orgsBlockUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsUnblockUser",
        "description": "The parameters and request body are for method: orgsUnblockUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/failed_invitations": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListFailedInvitations",
        "description": "The parameters and request body are for method: orgsListFailedInvitations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/hooks": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListWebhooks",
        "description": "The parameters and request body are for method: orgsListWebhooks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsCreateWebhook",
        "description": "The parameters and request body are for method: orgsCreateWebhook. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/hooks/{hookId}": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsGetWebhook",
        "description": "The parameters and request body are for method: orgsGetWebhook. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsUpdateWebhook",
        "description": "The parameters and request body are for method: orgsUpdateWebhook. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsDeleteWebhook",
        "description": "The parameters and request body are for method: orgsDeleteWebhook. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/hooks/{hookId}/config": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsGetWebhookConfigForOrg",
        "description": "The parameters and request body are for method: orgsGetWebhookConfigForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsUpdateWebhookConfigForOrg",
        "description": "The parameters and request body are for method: orgsUpdateWebhookConfigForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/hooks/{hookId}/deliveries": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListWebhookDeliveries",
        "description": "The parameters and request body are for method: orgsListWebhookDeliveries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "redelivery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/hooks/{hookId}/deliveries/{deliveryId}": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsGetWebhookDelivery",
        "description": "The parameters and request body are for method: orgsGetWebhookDelivery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          },
          {
            "name": "deliveryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deliveryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/hooks/{hookId}/deliveries/{deliveryId}/attempts": {
      "post": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsRedeliverWebhookDelivery",
        "description": "The parameters and request body are for method: orgsRedeliverWebhookDelivery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          },
          {
            "name": "deliveryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deliveryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/hooks/{hookId}/pings": {
      "post": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsPingWebhook",
        "description": "The parameters and request body are for method: orgsPingWebhook. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/installations": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListAppInstallations",
        "description": "The parameters and request body are for method: orgsListAppInstallations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/invitations": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListPendingInvitations",
        "description": "The parameters and request body are for method: orgsListPendingInvitations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "invitationSource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsCreateInvitation",
        "description": "The parameters and request body are for method: orgsCreateInvitation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/invitations/{invitationId}": {
      "delete": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsCancelInvitation",
        "description": "The parameters and request body are for method: orgsCancelInvitation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "invitationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "invitationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/invitations/{invitationId}/teams": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListInvitationTeams",
        "description": "The parameters and request body are for method: orgsListInvitationTeams. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "invitationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "invitationId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/members": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "getOrgsOrgMembers",
        "description": "The parameters and request body are for method: getOrgsOrgMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avatar_url": {
                        "type": "string"
                      },
                      "bio": {
                        "type": "string"
                      },
                      "blog": {
                        "type": "string"
                      },
                      "collaborators": {
                        "type": "number"
                      },
                      "company": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "disk_usage": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "followers": {
                        "type": "number"
                      },
                      "followers_url": {
                        "type": "string"
                      },
                      "following": {
                        "type": "number"
                      },
                      "following_url": {
                        "type": "string"
                      },
                      "gists_url": {
                        "type": "string"
                      },
                      "gravatar_id": {
                        "type": "string"
                      },
                      "hireable": {
                        "type": "boolean"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "location": {
                        "type": "string"
                      },
                      "login": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "organizations_url": {
                        "type": "string"
                      },
                      "owned_private_repos": {
                        "type": "number"
                      },
                      "plan": {
                        "type": "object",
                        "properties": {
                          "collaborators": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "private_repos": {
                            "type": "number"
                          },
                          "space": {
                            "type": "number"
                          }
                        }
                      },
                      "private_gists": {
                        "type": "number"
                      },
                      "public_gists": {
                        "type": "number"
                      },
                      "public_repos": {
                        "type": "number"
                      },
                      "starred_url": {
                        "type": "string"
                      },
                      "subscriptions_url": {
                        "type": "string"
                      },
                      "total_private_repos": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 5,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 4,
                    "email": "string",
                    "followers": 1,
                    "followers_url": "string",
                    "following": 4,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 5,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 9,
                    "plan": {
                      "collaborators": 3,
                      "name": "string",
                      "private_repos": 3,
                      "space": 5
                    },
                    "private_gists": 10,
                    "public_gists": 8,
                    "public_repos": 2,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 9,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 8,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 10,
                    "email": "string",
                    "followers": 1,
                    "followers_url": "string",
                    "following": 4,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 10,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 8,
                    "plan": {
                      "collaborators": 1,
                      "name": "string",
                      "private_repos": 4,
                      "space": 5
                    },
                    "private_gists": 9,
                    "public_gists": 10,
                    "public_repos": 4,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 9,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/memberships/{username}": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsGetMembershipForUser",
        "description": "The parameters and request body are for method: orgsGetMembershipForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsSetMembershipForUser",
        "description": "The parameters and request body are for method: orgsSetMembershipForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsRemoveMembershipForUser",
        "description": "The parameters and request body are for method: orgsRemoveMembershipForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/organization-roles": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListOrgRoles",
        "description": "The parameters and request body are for method: orgsListOrgRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/organization-roles/teams/{teamSlug}": {
      "delete": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsRevokeAllOrgRolesTeam",
        "description": "The parameters and request body are for method: orgsRevokeAllOrgRolesTeam. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/organization-roles/teams/{teamSlug}/{roleId}": {
      "put": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsAssignTeamToOrgRole",
        "description": "The parameters and request body are for method: orgsAssignTeamToOrgRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsRevokeOrgRoleTeam",
        "description": "The parameters and request body are for method: orgsRevokeOrgRoleTeam. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/organization-roles/users/{username}": {
      "delete": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsRevokeAllOrgRolesUser",
        "description": "The parameters and request body are for method: orgsRevokeAllOrgRolesUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/organization-roles/users/{username}/{roleId}": {
      "put": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsAssignUserToOrgRole",
        "description": "The parameters and request body are for method: orgsAssignUserToOrgRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsRevokeOrgRoleUser",
        "description": "The parameters and request body are for method: orgsRevokeOrgRoleUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/organization-roles/{roleId}": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsGetOrgRole",
        "description": "The parameters and request body are for method: orgsGetOrgRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/organization-roles/{roleId}/teams": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListOrgRoleTeams",
        "description": "The parameters and request body are for method: orgsListOrgRoleTeams. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/organization-roles/{roleId}/users": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListOrgRoleUsers",
        "description": "The parameters and request body are for method: orgsListOrgRoleUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "roleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/outside_collaborators": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListOutsideCollaborators",
        "description": "The parameters and request body are for method: orgsListOutsideCollaborators. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/outside_collaborators/{username}": {
      "put": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsConvertMemberToOutsideCollaborator",
        "description": "The parameters and request body are for method: orgsConvertMemberToOutsideCollaborator. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsRemoveOutsideCollaborator",
        "description": "The parameters and request body are for method: orgsRemoveOutsideCollaborator. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/personal-access-token-requests": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListPatGrantRequests",
        "description": "The parameters and request body are for method: orgsListPatGrantRequests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "owner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repository",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "permission",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUsedBefore",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUsedAfter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsReviewPatGrantRequestsInBulk",
        "description": "The parameters and request body are for method: orgsReviewPatGrantRequestsInBulk. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/personal-access-token-requests/{patRequestId}": {
      "post": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsReviewPatGrantRequest",
        "description": "The parameters and request body are for method: orgsReviewPatGrantRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "patRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "patRequestId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/personal-access-token-requests/{patRequestId}/repositories": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListPatGrantRequestRepositories",
        "description": "The parameters and request body are for method: orgsListPatGrantRequestRepositories. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "patRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "patRequestId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/personal-access-tokens": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListPatGrants",
        "description": "The parameters and request body are for method: orgsListPatGrants. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "owner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repository",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "permission",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUsedBefore",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastUsedAfter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsUpdatePatAccesses",
        "description": "The parameters and request body are for method: orgsUpdatePatAccesses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/personal-access-tokens/{patId}": {
      "post": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsUpdatePatAccess",
        "description": "The parameters and request body are for method: orgsUpdatePatAccess. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "patId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "patId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/personal-access-tokens/{patId}/repositories": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListPatGrantRepositories",
        "description": "The parameters and request body are for method: orgsListPatGrantRepositories. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "patId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "patId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/properties/schema": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsGetAllCustomProperties",
        "description": "The parameters and request body are for method: orgsGetAllCustomProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsCreateOrUpdateCustomProperties",
        "description": "The parameters and request body are for method: orgsCreateOrUpdateCustomProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/properties/schema/{customPropertyName}": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsGetCustomProperty",
        "description": "The parameters and request body are for method: orgsGetCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "customPropertyName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "customPropertyName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsCreateOrUpdateCustomProperty",
        "description": "The parameters and request body are for method: orgsCreateOrUpdateCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "customPropertyName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "customPropertyName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsRemoveCustomProperty",
        "description": "The parameters and request body are for method: orgsRemoveCustomProperty. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "customPropertyName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "customPropertyName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/properties/values": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListCustomPropertiesValuesForRepos",
        "description": "The parameters and request body are for method: orgsListCustomPropertiesValuesForRepos. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repositoryQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsCreateOrUpdateCustomPropertiesValuesForRepos",
        "description": "The parameters and request body are for method: orgsCreateOrUpdateCustomPropertiesValuesForRepos. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/public_members": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "getOrgsOrgPublicMembers",
        "description": "The parameters and request body are for method: getOrgsOrgPublicMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avatar_url": {
                        "type": "string"
                      },
                      "bio": {
                        "type": "string"
                      },
                      "blog": {
                        "type": "string"
                      },
                      "collaborators": {
                        "type": "number"
                      },
                      "company": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "disk_usage": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "followers": {
                        "type": "number"
                      },
                      "followers_url": {
                        "type": "string"
                      },
                      "following": {
                        "type": "number"
                      },
                      "following_url": {
                        "type": "string"
                      },
                      "gists_url": {
                        "type": "string"
                      },
                      "gravatar_id": {
                        "type": "string"
                      },
                      "hireable": {
                        "type": "boolean"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "location": {
                        "type": "string"
                      },
                      "login": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "organizations_url": {
                        "type": "string"
                      },
                      "owned_private_repos": {
                        "type": "number"
                      },
                      "plan": {
                        "type": "object",
                        "properties": {
                          "collaborators": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "private_repos": {
                            "type": "number"
                          },
                          "space": {
                            "type": "number"
                          }
                        }
                      },
                      "private_gists": {
                        "type": "number"
                      },
                      "public_gists": {
                        "type": "number"
                      },
                      "public_repos": {
                        "type": "number"
                      },
                      "starred_url": {
                        "type": "string"
                      },
                      "subscriptions_url": {
                        "type": "string"
                      },
                      "total_private_repos": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 9,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 3,
                    "email": "string",
                    "followers": 8,
                    "followers_url": "string",
                    "following": 9,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 2,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 10,
                    "plan": {
                      "collaborators": 8,
                      "name": "string",
                      "private_repos": 8,
                      "space": 6
                    },
                    "private_gists": 3,
                    "public_gists": 10,
                    "public_repos": 9,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 9,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 8,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 3,
                    "email": "string",
                    "followers": 5,
                    "followers_url": "string",
                    "following": 2,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 9,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 7,
                    "plan": {
                      "collaborators": 2,
                      "name": "string",
                      "private_repos": 10,
                      "space": 9
                    },
                    "private_gists": 7,
                    "public_gists": 2,
                    "public_repos": 10,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 1,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 6,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 1,
                    "email": "string",
                    "followers": 7,
                    "followers_url": "string",
                    "following": 1,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 2,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 9,
                    "plan": {
                      "collaborators": 4,
                      "name": "string",
                      "private_repos": 1,
                      "space": 9
                    },
                    "private_gists": 4,
                    "public_gists": 3,
                    "public_repos": 6,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 6,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/security-managers": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListSecurityManagerTeams",
        "description": "The parameters and request body are for method: orgsListSecurityManagerTeams. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/security-managers/teams/{teamSlug}": {
      "put": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsAddSecurityManagerTeam",
        "description": "The parameters and request body are for method: orgsAddSecurityManagerTeam. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsRemoveSecurityManagerTeam",
        "description": "The parameters and request body are for method: orgsRemoveSecurityManagerTeam. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/memberships/orgs": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsListMembershipsForAuthenticatedUser",
        "description": "The parameters and request body are for method: orgsListMembershipsForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/memberships/orgs/{org}": {
      "get": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsGetMembershipForAuthenticatedUser",
        "description": "The parameters and request body are for method: orgsGetMembershipForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Orgs"
        ],
        "operationId": "orgsUpdateMembershipForAuthenticatedUser",
        "description": "The parameters and request body are for method: orgsUpdateMembershipForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/events": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoEvents",
        "description": "The parameters and request body are for method: getReposOwnerRepoEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "actor": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "created_at": {
                        "type": "object"
                      },
                      "id": {
                        "type": "number"
                      },
                      "org": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "payload": {
                        "type": "object"
                      },
                      "public": {
                        "type": "boolean"
                      },
                      "repo": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "type": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 1,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 3,
                      "email": "string",
                      "followers": 10,
                      "followers_url": "string",
                      "following": 7,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 2,
                      "plan": {
                        "collaborators": 1,
                        "name": "string",
                        "private_repos": 9,
                        "space": 6
                      },
                      "private_gists": 3,
                      "public_gists": 3,
                      "public_repos": 8,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 2,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "created_at": {},
                    "id": 9,
                    "org": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 9,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 3,
                      "email": "string",
                      "followers": 10,
                      "followers_url": "string",
                      "following": 2,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 2,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 2,
                      "plan": {
                        "collaborators": 2,
                        "name": "string",
                        "private_repos": 2,
                        "space": 3
                      },
                      "private_gists": 3,
                      "public_gists": 2,
                      "public_repos": 1,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 4,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "payload": {},
                    "public": false,
                    "repo": {
                      "id": 7,
                      "name": "string",
                      "url": "string"
                    },
                    "type": "string"
                  },
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 1,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 5,
                      "email": "string",
                      "followers": 6,
                      "followers_url": "string",
                      "following": 5,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 4,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 5,
                      "plan": {
                        "collaborators": 6,
                        "name": "string",
                        "private_repos": 3,
                        "space": 5
                      },
                      "private_gists": 1,
                      "public_gists": 5,
                      "public_repos": 5,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 2,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "created_at": {},
                    "id": 1,
                    "org": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 3,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 3,
                      "email": "string",
                      "followers": 9,
                      "followers_url": "string",
                      "following": 9,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 9,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 10,
                      "plan": {
                        "collaborators": 4,
                        "name": "string",
                        "private_repos": 1,
                        "space": 7
                      },
                      "private_gists": 10,
                      "public_gists": 9,
                      "public_repos": 8,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 1,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "payload": {},
                    "public": true,
                    "repo": {
                      "id": 1,
                      "name": "string",
                      "url": "string"
                    },
                    "type": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/stargazers": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoStargazers",
        "description": "The parameters and request body are for method: getReposOwnerRepoStargazers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avatar_url": {
                        "type": "string"
                      },
                      "bio": {
                        "type": "string"
                      },
                      "blog": {
                        "type": "string"
                      },
                      "collaborators": {
                        "type": "number"
                      },
                      "company": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "disk_usage": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "followers": {
                        "type": "number"
                      },
                      "followers_url": {
                        "type": "string"
                      },
                      "following": {
                        "type": "number"
                      },
                      "following_url": {
                        "type": "string"
                      },
                      "gists_url": {
                        "type": "string"
                      },
                      "gravatar_id": {
                        "type": "string"
                      },
                      "hireable": {
                        "type": "boolean"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "location": {
                        "type": "string"
                      },
                      "login": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "organizations_url": {
                        "type": "string"
                      },
                      "owned_private_repos": {
                        "type": "number"
                      },
                      "plan": {
                        "type": "object",
                        "properties": {
                          "collaborators": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "private_repos": {
                            "type": "number"
                          },
                          "space": {
                            "type": "number"
                          }
                        }
                      },
                      "private_gists": {
                        "type": "number"
                      },
                      "public_gists": {
                        "type": "number"
                      },
                      "public_repos": {
                        "type": "number"
                      },
                      "starred_url": {
                        "type": "string"
                      },
                      "subscriptions_url": {
                        "type": "string"
                      },
                      "total_private_repos": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 4,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 5,
                    "email": "string",
                    "followers": 1,
                    "followers_url": "string",
                    "following": 4,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 3,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 10,
                    "plan": {
                      "collaborators": 6,
                      "name": "string",
                      "private_repos": 1,
                      "space": 4
                    },
                    "private_gists": 5,
                    "public_gists": 5,
                    "public_repos": 9,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 4,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 2,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 3,
                    "email": "string",
                    "followers": 6,
                    "followers_url": "string",
                    "following": 5,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 7,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 3,
                    "plan": {
                      "collaborators": 7,
                      "name": "string",
                      "private_repos": 7,
                      "space": 9
                    },
                    "private_gists": 3,
                    "public_gists": 6,
                    "public_repos": 2,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 5,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 6,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 10,
                    "email": "string",
                    "followers": 10,
                    "followers_url": "string",
                    "following": 4,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 6,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 1,
                    "plan": {
                      "collaborators": 10,
                      "name": "string",
                      "private_repos": 4,
                      "space": 8
                    },
                    "private_gists": 2,
                    "public_gists": 5,
                    "public_repos": 1,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 8,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/subscribers": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoSubscribers",
        "description": "The parameters and request body are for method: getReposOwnerRepoSubscribers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avatar_url": {
                        "type": "string"
                      },
                      "bio": {
                        "type": "string"
                      },
                      "blog": {
                        "type": "string"
                      },
                      "collaborators": {
                        "type": "number"
                      },
                      "company": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "disk_usage": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "followers": {
                        "type": "number"
                      },
                      "followers_url": {
                        "type": "string"
                      },
                      "following": {
                        "type": "number"
                      },
                      "following_url": {
                        "type": "string"
                      },
                      "gists_url": {
                        "type": "string"
                      },
                      "gravatar_id": {
                        "type": "string"
                      },
                      "hireable": {
                        "type": "boolean"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "location": {
                        "type": "string"
                      },
                      "login": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "organizations_url": {
                        "type": "string"
                      },
                      "owned_private_repos": {
                        "type": "number"
                      },
                      "plan": {
                        "type": "object",
                        "properties": {
                          "collaborators": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "private_repos": {
                            "type": "number"
                          },
                          "space": {
                            "type": "number"
                          }
                        }
                      },
                      "private_gists": {
                        "type": "number"
                      },
                      "public_gists": {
                        "type": "number"
                      },
                      "public_repos": {
                        "type": "number"
                      },
                      "starred_url": {
                        "type": "string"
                      },
                      "subscriptions_url": {
                        "type": "string"
                      },
                      "total_private_repos": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 8,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 5,
                    "email": "string",
                    "followers": 7,
                    "followers_url": "string",
                    "following": 2,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 10,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 6,
                    "plan": {
                      "collaborators": 10,
                      "name": "string",
                      "private_repos": 3,
                      "space": 6
                    },
                    "private_gists": 3,
                    "public_gists": 3,
                    "public_repos": 6,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 6,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 10,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 10,
                    "email": "string",
                    "followers": 3,
                    "followers_url": "string",
                    "following": 4,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 9,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 7,
                    "plan": {
                      "collaborators": 3,
                      "name": "string",
                      "private_repos": 3,
                      "space": 1
                    },
                    "private_gists": 6,
                    "public_gists": 4,
                    "public_repos": 8,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 1,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 9,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 2,
                    "email": "string",
                    "followers": 9,
                    "followers_url": "string",
                    "following": 7,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 5,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 10,
                    "plan": {
                      "collaborators": 1,
                      "name": "string",
                      "private_repos": 1,
                      "space": 5
                    },
                    "private_gists": 7,
                    "public_gists": 10,
                    "public_repos": 9,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 10,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/assignees": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoAssignees",
        "description": "The parameters and request body are for method: getReposOwnerRepoAssignees. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avatar_url": {
                        "type": "string"
                      },
                      "bio": {
                        "type": "string"
                      },
                      "blog": {
                        "type": "string"
                      },
                      "collaborators": {
                        "type": "number"
                      },
                      "company": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "disk_usage": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "followers": {
                        "type": "number"
                      },
                      "followers_url": {
                        "type": "string"
                      },
                      "following": {
                        "type": "number"
                      },
                      "following_url": {
                        "type": "string"
                      },
                      "gists_url": {
                        "type": "string"
                      },
                      "gravatar_id": {
                        "type": "string"
                      },
                      "hireable": {
                        "type": "boolean"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "location": {
                        "type": "string"
                      },
                      "login": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "organizations_url": {
                        "type": "string"
                      },
                      "owned_private_repos": {
                        "type": "number"
                      },
                      "plan": {
                        "type": "object",
                        "properties": {
                          "collaborators": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "private_repos": {
                            "type": "number"
                          },
                          "space": {
                            "type": "number"
                          }
                        }
                      },
                      "private_gists": {
                        "type": "number"
                      },
                      "public_gists": {
                        "type": "number"
                      },
                      "public_repos": {
                        "type": "number"
                      },
                      "starred_url": {
                        "type": "string"
                      },
                      "subscriptions_url": {
                        "type": "string"
                      },
                      "total_private_repos": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 3,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 4,
                    "email": "string",
                    "followers": 6,
                    "followers_url": "string",
                    "following": 10,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 4,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 5,
                    "plan": {
                      "collaborators": 8,
                      "name": "string",
                      "private_repos": 7,
                      "space": 4
                    },
                    "private_gists": 4,
                    "public_gists": 1,
                    "public_repos": 1,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 9,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/comments": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoIssuesComments",
        "description": "The parameters and request body are for method: getReposOwnerRepoIssuesComments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "html": {
                            "type": "object",
                            "properties": {
                              "href": {
                                "type": "string"
                              }
                            }
                          },
                          "pull_request": {
                            "type": "object",
                            "properties": {
                              "href": {
                                "type": "string"
                              }
                            }
                          },
                          "self": {
                            "type": "object",
                            "properties": {
                              "href": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "body": {
                        "type": "string"
                      },
                      "commit_id": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "path": {
                        "type": "string"
                      },
                      "position": {
                        "type": "number"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "user": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "html": {
                        "href": "string"
                      },
                      "pull_request": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "body": "string",
                    "commit_id": "string",
                    "created_at": "string",
                    "id": 9,
                    "path": "string",
                    "position": 3,
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 5,
                      "email": "string",
                      "followers": 3,
                      "followers_url": "string",
                      "following": 9,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 4,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 3,
                      "plan": {
                        "collaborators": 4,
                        "name": "string",
                        "private_repos": 6,
                        "space": 7
                      },
                      "private_gists": 8,
                      "public_gists": 3,
                      "public_repos": 1,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 4,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "_links": {
                      "html": {
                        "href": "string"
                      },
                      "pull_request": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "body": "string",
                    "commit_id": "string",
                    "created_at": "string",
                    "id": 3,
                    "path": "string",
                    "position": 10,
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 1,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 2,
                      "email": "string",
                      "followers": 6,
                      "followers_url": "string",
                      "following": 2,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 8,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 4,
                      "plan": {
                        "collaborators": 2,
                        "name": "string",
                        "private_repos": 1,
                        "space": 1
                      },
                      "private_gists": 5,
                      "public_gists": 8,
                      "public_repos": 1,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 2,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "_links": {
                      "html": {
                        "href": "string"
                      },
                      "pull_request": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "body": "string",
                    "commit_id": "string",
                    "created_at": "string",
                    "id": 9,
                    "path": "string",
                    "position": 10,
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 5,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 5,
                      "email": "string",
                      "followers": 5,
                      "followers_url": "string",
                      "following": 9,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 7,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 5,
                      "plan": {
                        "collaborators": 4,
                        "name": "string",
                        "private_repos": 7,
                        "space": 7
                      },
                      "private_gists": 3,
                      "public_gists": 2,
                      "public_repos": 5,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 6,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/events": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoIssuesEvents",
        "description": "The parameters and request body are for method: getReposOwnerRepoIssuesEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "actor": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "commit_id": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "event": {
                        "type": "string"
                      },
                      "issue": {
                        "type": "object",
                        "properties": {
                          "assignee": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "body": {
                            "type": "string"
                          },
                          "closed_at": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "number"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "labels": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "color": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "milestone": {
                            "type": "object",
                            "properties": {
                              "closed_issues": {
                                "type": "number"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "creator": {
                                "type": "object",
                                "properties": {
                                  "avatar_url": {
                                    "type": "string"
                                  },
                                  "bio": {
                                    "type": "string"
                                  },
                                  "blog": {
                                    "type": "string"
                                  },
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "company": {
                                    "type": "string"
                                  },
                                  "created_at": {
                                    "type": "string"
                                  },
                                  "disk_usage": {
                                    "type": "number"
                                  },
                                  "email": {
                                    "type": "string"
                                  },
                                  "followers": {
                                    "type": "number"
                                  },
                                  "followers_url": {
                                    "type": "string"
                                  },
                                  "following": {
                                    "type": "number"
                                  },
                                  "following_url": {
                                    "type": "string"
                                  },
                                  "gists_url": {
                                    "type": "string"
                                  },
                                  "gravatar_id": {
                                    "type": "string"
                                  },
                                  "hireable": {
                                    "type": "boolean"
                                  },
                                  "html_url": {
                                    "type": "string"
                                  },
                                  "id": {
                                    "type": "number"
                                  },
                                  "location": {
                                    "type": "string"
                                  },
                                  "login": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "organizations_url": {
                                    "type": "string"
                                  },
                                  "owned_private_repos": {
                                    "type": "number"
                                  },
                                  "plan": {
                                    "type": "object",
                                    "properties": {
                                      "collaborators": {
                                        "type": "number"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "private_repos": {
                                        "type": "number"
                                      },
                                      "space": {
                                        "type": "number"
                                      }
                                    }
                                  },
                                  "private_gists": {
                                    "type": "number"
                                  },
                                  "public_gists": {
                                    "type": "number"
                                  },
                                  "public_repos": {
                                    "type": "number"
                                  },
                                  "starred_url": {
                                    "type": "string"
                                  },
                                  "subscriptions_url": {
                                    "type": "string"
                                  },
                                  "total_private_repos": {
                                    "type": "number"
                                  },
                                  "type": {
                                    "type": "string"
                                  },
                                  "updated_at": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "description": {
                                "type": "string"
                              },
                              "due_on": {
                                "type": "string"
                              },
                              "number": {
                                "type": "number"
                              },
                              "open_issues": {
                                "type": "number"
                              },
                              "state": {
                                "type": "string"
                              },
                              "title": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "number": {
                            "type": "number"
                          },
                          "pull_request": {
                            "type": "object",
                            "properties": {
                              "diff_url": {
                                "type": "string"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "patch_url": {
                                "type": "string"
                              }
                            }
                          },
                          "state": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "user": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 4,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 5,
                      "email": "string",
                      "followers": 3,
                      "followers_url": "string",
                      "following": 1,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 3,
                      "plan": {
                        "collaborators": 6,
                        "name": "string",
                        "private_repos": 8,
                        "space": 8
                      },
                      "private_gists": 1,
                      "public_gists": 3,
                      "public_repos": 3,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 6,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "commit_id": "string",
                    "created_at": "string",
                    "event": "string",
                    "issue": {
                      "assignee": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 3,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 8,
                        "email": "string",
                        "followers": 5,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 4,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 5,
                        "plan": {
                          "collaborators": 5,
                          "name": "string",
                          "private_repos": 3,
                          "space": 6
                        },
                        "private_gists": 2,
                        "public_gists": 3,
                        "public_repos": 8,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 10,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "body": "string",
                      "closed_at": "string",
                      "comments": 2,
                      "created_at": "string",
                      "html_url": "string",
                      "labels": [
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        }
                      ],
                      "milestone": {
                        "closed_issues": 3,
                        "created_at": "string",
                        "creator": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 6,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 10,
                          "email": "string",
                          "followers": 4,
                          "followers_url": "string",
                          "following": 7,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 2,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 6,
                          "plan": {
                            "collaborators": 10,
                            "name": "string",
                            "private_repos": 6,
                            "space": 9
                          },
                          "private_gists": 8,
                          "public_gists": 6,
                          "public_repos": 3,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 6,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "description": "string",
                        "due_on": "string",
                        "number": 1,
                        "open_issues": 9,
                        "state": "open",
                        "title": "string",
                        "url": "string"
                      },
                      "number": 3,
                      "pull_request": {
                        "diff_url": "string",
                        "html_url": "string",
                        "patch_url": "string"
                      },
                      "state": "closed",
                      "title": "string",
                      "updated_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 4,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 7,
                        "email": "string",
                        "followers": 6,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 4,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 8,
                        "plan": {
                          "collaborators": 4,
                          "name": "string",
                          "private_repos": 3,
                          "space": 7
                        },
                        "private_gists": 5,
                        "public_gists": 10,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 5,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    "url": "string"
                  },
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 6,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 4,
                      "email": "string",
                      "followers": 1,
                      "followers_url": "string",
                      "following": 6,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 9,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 3,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 1,
                        "space": 10
                      },
                      "private_gists": 3,
                      "public_gists": 5,
                      "public_repos": 5,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 7,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "commit_id": "string",
                    "created_at": "string",
                    "event": "string",
                    "issue": {
                      "assignee": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 10,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 10,
                        "email": "string",
                        "followers": 2,
                        "followers_url": "string",
                        "following": 1,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 9,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 8,
                        "plan": {
                          "collaborators": 2,
                          "name": "string",
                          "private_repos": 7,
                          "space": 5
                        },
                        "private_gists": 7,
                        "public_gists": 4,
                        "public_repos": 4,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 6,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "body": "string",
                      "closed_at": "string",
                      "comments": 7,
                      "created_at": "string",
                      "html_url": "string",
                      "labels": [
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        }
                      ],
                      "milestone": {
                        "closed_issues": 7,
                        "created_at": "string",
                        "creator": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 3,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 5,
                          "email": "string",
                          "followers": 6,
                          "followers_url": "string",
                          "following": 8,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 1,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 9,
                          "plan": {
                            "collaborators": 8,
                            "name": "string",
                            "private_repos": 5,
                            "space": 10
                          },
                          "private_gists": 6,
                          "public_gists": 7,
                          "public_repos": 7,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 8,
                          "type": "Organization",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "description": "string",
                        "due_on": "string",
                        "number": 8,
                        "open_issues": 6,
                        "state": "open",
                        "title": "string",
                        "url": "string"
                      },
                      "number": 5,
                      "pull_request": {
                        "diff_url": "string",
                        "html_url": "string",
                        "patch_url": "string"
                      },
                      "state": "closed",
                      "title": "string",
                      "updated_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 3,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 1,
                        "email": "string",
                        "followers": 10,
                        "followers_url": "string",
                        "following": 2,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 2,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 7,
                        "plan": {
                          "collaborators": 10,
                          "name": "string",
                          "private_repos": 9,
                          "space": 8
                        },
                        "private_gists": 2,
                        "public_gists": 10,
                        "public_repos": 7,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 3,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    "url": "string"
                  },
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 4,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 6,
                      "email": "string",
                      "followers": 4,
                      "followers_url": "string",
                      "following": 2,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 4,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 5,
                      "plan": {
                        "collaborators": 7,
                        "name": "string",
                        "private_repos": 10,
                        "space": 2
                      },
                      "private_gists": 2,
                      "public_gists": 10,
                      "public_repos": 7,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 8,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "commit_id": "string",
                    "created_at": "string",
                    "event": "string",
                    "issue": {
                      "assignee": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 7,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 5,
                        "email": "string",
                        "followers": 5,
                        "followers_url": "string",
                        "following": 9,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 3,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 4,
                        "plan": {
                          "collaborators": 8,
                          "name": "string",
                          "private_repos": 6,
                          "space": 6
                        },
                        "private_gists": 2,
                        "public_gists": 9,
                        "public_repos": 8,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 5,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "body": "string",
                      "closed_at": "string",
                      "comments": 3,
                      "created_at": "string",
                      "html_url": "string",
                      "labels": [
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        }
                      ],
                      "milestone": {
                        "closed_issues": 10,
                        "created_at": "string",
                        "creator": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 7,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 8,
                          "email": "string",
                          "followers": 6,
                          "followers_url": "string",
                          "following": 3,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 7,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 4,
                          "plan": {
                            "collaborators": 9,
                            "name": "string",
                            "private_repos": 10,
                            "space": 9
                          },
                          "private_gists": 5,
                          "public_gists": 5,
                          "public_repos": 6,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 6,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "description": "string",
                        "due_on": "string",
                        "number": 4,
                        "open_issues": 3,
                        "state": "open",
                        "title": "string",
                        "url": "string"
                      },
                      "number": 3,
                      "pull_request": {
                        "diff_url": "string",
                        "html_url": "string",
                        "patch_url": "string"
                      },
                      "state": "closed",
                      "title": "string",
                      "updated_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 5,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 5,
                        "email": "string",
                        "followers": 7,
                        "followers_url": "string",
                        "following": 6,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 6,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 2,
                        "plan": {
                          "collaborators": 9,
                          "name": "string",
                          "private_repos": 7,
                          "space": 10
                        },
                        "private_gists": 8,
                        "public_gists": 4,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 9,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/{issueNumber}/comments": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoIssuesNumberComments",
        "description": "The parameters and request body are for method: getReposOwnerRepoIssuesNumberComments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "html": {
                            "type": "object",
                            "properties": {
                              "href": {
                                "type": "string"
                              }
                            }
                          },
                          "pull_request": {
                            "type": "object",
                            "properties": {
                              "href": {
                                "type": "string"
                              }
                            }
                          },
                          "self": {
                            "type": "object",
                            "properties": {
                              "href": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "body": {
                        "type": "string"
                      },
                      "commit_id": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "path": {
                        "type": "string"
                      },
                      "position": {
                        "type": "number"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "user": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "html": {
                        "href": "string"
                      },
                      "pull_request": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "body": "string",
                    "commit_id": "string",
                    "created_at": "string",
                    "id": 9,
                    "path": "string",
                    "position": 5,
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 2,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 1,
                      "email": "string",
                      "followers": 5,
                      "followers_url": "string",
                      "following": 8,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 6,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 1,
                      "plan": {
                        "collaborators": 1,
                        "name": "string",
                        "private_repos": 4,
                        "space": 9
                      },
                      "private_gists": 5,
                      "public_gists": 2,
                      "public_repos": 1,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 6,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "_links": {
                      "html": {
                        "href": "string"
                      },
                      "pull_request": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "body": "string",
                    "commit_id": "string",
                    "created_at": "string",
                    "id": 10,
                    "path": "string",
                    "position": 6,
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 4,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 7,
                      "email": "string",
                      "followers": 2,
                      "followers_url": "string",
                      "following": 4,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 5,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 9,
                      "plan": {
                        "collaborators": 5,
                        "name": "string",
                        "private_repos": 2,
                        "space": 7
                      },
                      "private_gists": 8,
                      "public_gists": 3,
                      "public_repos": 7,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 4,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "_links": {
                      "html": {
                        "href": "string"
                      },
                      "pull_request": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "body": "string",
                    "commit_id": "string",
                    "created_at": "string",
                    "id": 6,
                    "path": "string",
                    "position": 9,
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 5,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 10,
                      "email": "string",
                      "followers": 2,
                      "followers_url": "string",
                      "following": 6,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 1,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 2,
                      "plan": {
                        "collaborators": 6,
                        "name": "string",
                        "private_repos": 5,
                        "space": 10
                      },
                      "private_gists": 7,
                      "public_gists": 2,
                      "public_repos": 9,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 5,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "_links": {
                      "html": {
                        "href": "string"
                      },
                      "pull_request": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "body": "string",
                    "commit_id": "string",
                    "created_at": "string",
                    "id": 1,
                    "path": "string",
                    "position": 3,
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 7,
                      "email": "string",
                      "followers": 6,
                      "followers_url": "string",
                      "following": 2,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 9,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 6,
                      "plan": {
                        "collaborators": 8,
                        "name": "string",
                        "private_repos": 6,
                        "space": 6
                      },
                      "private_gists": 8,
                      "public_gists": 8,
                      "public_repos": 10,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 1,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "issueNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueNumber",
              "type": "number"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/{issueNumber}/events": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoIssuesNumberEvents",
        "description": "The parameters and request body are for method: getReposOwnerRepoIssuesNumberEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "actor": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "commit_id": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "event": {
                        "type": "string"
                      },
                      "issue": {
                        "type": "object",
                        "properties": {
                          "assignee": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "body": {
                            "type": "string"
                          },
                          "closed_at": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "number"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "labels": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "color": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "milestone": {
                            "type": "object",
                            "properties": {
                              "closed_issues": {
                                "type": "number"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "creator": {
                                "type": "object",
                                "properties": {
                                  "avatar_url": {
                                    "type": "string"
                                  },
                                  "bio": {
                                    "type": "string"
                                  },
                                  "blog": {
                                    "type": "string"
                                  },
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "company": {
                                    "type": "string"
                                  },
                                  "created_at": {
                                    "type": "string"
                                  },
                                  "disk_usage": {
                                    "type": "number"
                                  },
                                  "email": {
                                    "type": "string"
                                  },
                                  "followers": {
                                    "type": "number"
                                  },
                                  "followers_url": {
                                    "type": "string"
                                  },
                                  "following": {
                                    "type": "number"
                                  },
                                  "following_url": {
                                    "type": "string"
                                  },
                                  "gists_url": {
                                    "type": "string"
                                  },
                                  "gravatar_id": {
                                    "type": "string"
                                  },
                                  "hireable": {
                                    "type": "boolean"
                                  },
                                  "html_url": {
                                    "type": "string"
                                  },
                                  "id": {
                                    "type": "number"
                                  },
                                  "location": {
                                    "type": "string"
                                  },
                                  "login": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "organizations_url": {
                                    "type": "string"
                                  },
                                  "owned_private_repos": {
                                    "type": "number"
                                  },
                                  "plan": {
                                    "type": "object",
                                    "properties": {
                                      "collaborators": {
                                        "type": "number"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "private_repos": {
                                        "type": "number"
                                      },
                                      "space": {
                                        "type": "number"
                                      }
                                    }
                                  },
                                  "private_gists": {
                                    "type": "number"
                                  },
                                  "public_gists": {
                                    "type": "number"
                                  },
                                  "public_repos": {
                                    "type": "number"
                                  },
                                  "starred_url": {
                                    "type": "string"
                                  },
                                  "subscriptions_url": {
                                    "type": "string"
                                  },
                                  "total_private_repos": {
                                    "type": "number"
                                  },
                                  "type": {
                                    "type": "string"
                                  },
                                  "updated_at": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "description": {
                                "type": "string"
                              },
                              "due_on": {
                                "type": "string"
                              },
                              "number": {
                                "type": "number"
                              },
                              "open_issues": {
                                "type": "number"
                              },
                              "state": {
                                "type": "string"
                              },
                              "title": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "number": {
                            "type": "number"
                          },
                          "pull_request": {
                            "type": "object",
                            "properties": {
                              "diff_url": {
                                "type": "string"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "patch_url": {
                                "type": "string"
                              }
                            }
                          },
                          "state": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "user": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 5,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 1,
                      "email": "string",
                      "followers": 7,
                      "followers_url": "string",
                      "following": 4,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 6,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 10,
                      "plan": {
                        "collaborators": 7,
                        "name": "string",
                        "private_repos": 1,
                        "space": 4
                      },
                      "private_gists": 5,
                      "public_gists": 8,
                      "public_repos": 6,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 9,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "commit_id": "string",
                    "created_at": "string",
                    "event": "string",
                    "issue": {
                      "assignee": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 2,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 2,
                        "email": "string",
                        "followers": 1,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 5,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 8,
                        "plan": {
                          "collaborators": 9,
                          "name": "string",
                          "private_repos": 2,
                          "space": 5
                        },
                        "private_gists": 5,
                        "public_gists": 1,
                        "public_repos": 6,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 1,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "body": "string",
                      "closed_at": "string",
                      "comments": 4,
                      "created_at": "string",
                      "html_url": "string",
                      "labels": [
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        }
                      ],
                      "milestone": {
                        "closed_issues": 10,
                        "created_at": "string",
                        "creator": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 8,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 3,
                          "email": "string",
                          "followers": 9,
                          "followers_url": "string",
                          "following": 2,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 4,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 8,
                          "plan": {
                            "collaborators": 7,
                            "name": "string",
                            "private_repos": 7,
                            "space": 8
                          },
                          "private_gists": 5,
                          "public_gists": 7,
                          "public_repos": 7,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 5,
                          "type": "Organization",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "description": "string",
                        "due_on": "string",
                        "number": 8,
                        "open_issues": 3,
                        "state": "open",
                        "title": "string",
                        "url": "string"
                      },
                      "number": 6,
                      "pull_request": {
                        "diff_url": "string",
                        "html_url": "string",
                        "patch_url": "string"
                      },
                      "state": "open",
                      "title": "string",
                      "updated_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 6,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 8,
                        "email": "string",
                        "followers": 10,
                        "followers_url": "string",
                        "following": 3,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 10,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 6,
                        "plan": {
                          "collaborators": 2,
                          "name": "string",
                          "private_repos": 1,
                          "space": 1
                        },
                        "private_gists": 1,
                        "public_gists": 10,
                        "public_repos": 5,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 1,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    "url": "string"
                  },
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 2,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 1,
                      "email": "string",
                      "followers": 6,
                      "followers_url": "string",
                      "following": 2,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 1,
                      "plan": {
                        "collaborators": 8,
                        "name": "string",
                        "private_repos": 1,
                        "space": 5
                      },
                      "private_gists": 9,
                      "public_gists": 2,
                      "public_repos": 10,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 10,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "commit_id": "string",
                    "created_at": "string",
                    "event": "string",
                    "issue": {
                      "assignee": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 7,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 10,
                        "email": "string",
                        "followers": 2,
                        "followers_url": "string",
                        "following": 3,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 6,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 1,
                        "plan": {
                          "collaborators": 8,
                          "name": "string",
                          "private_repos": 2,
                          "space": 7
                        },
                        "private_gists": 5,
                        "public_gists": 5,
                        "public_repos": 2,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 10,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "body": "string",
                      "closed_at": "string",
                      "comments": 7,
                      "created_at": "string",
                      "html_url": "string",
                      "labels": [
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        },
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        }
                      ],
                      "milestone": {
                        "closed_issues": 5,
                        "created_at": "string",
                        "creator": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 4,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 1,
                          "email": "string",
                          "followers": 5,
                          "followers_url": "string",
                          "following": 1,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 9,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 6,
                          "plan": {
                            "collaborators": 8,
                            "name": "string",
                            "private_repos": 10,
                            "space": 3
                          },
                          "private_gists": 9,
                          "public_gists": 8,
                          "public_repos": 7,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 2,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "description": "string",
                        "due_on": "string",
                        "number": 5,
                        "open_issues": 4,
                        "state": "open",
                        "title": "string",
                        "url": "string"
                      },
                      "number": 10,
                      "pull_request": {
                        "diff_url": "string",
                        "html_url": "string",
                        "patch_url": "string"
                      },
                      "state": "closed",
                      "title": "string",
                      "updated_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 1,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 3,
                        "email": "string",
                        "followers": 4,
                        "followers_url": "string",
                        "following": 1,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 5,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 10,
                        "plan": {
                          "collaborators": 5,
                          "name": "string",
                          "private_repos": 1,
                          "space": 10
                        },
                        "private_gists": 7,
                        "public_gists": 3,
                        "public_repos": 10,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 9,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    "url": "string"
                  },
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 6,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 3,
                      "email": "string",
                      "followers": 9,
                      "followers_url": "string",
                      "following": 3,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 4,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 9,
                      "plan": {
                        "collaborators": 7,
                        "name": "string",
                        "private_repos": 9,
                        "space": 2
                      },
                      "private_gists": 9,
                      "public_gists": 8,
                      "public_repos": 6,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 9,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "commit_id": "string",
                    "created_at": "string",
                    "event": "string",
                    "issue": {
                      "assignee": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 1,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 10,
                        "email": "string",
                        "followers": 1,
                        "followers_url": "string",
                        "following": 9,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 3,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 1,
                        "plan": {
                          "collaborators": 3,
                          "name": "string",
                          "private_repos": 6,
                          "space": 5
                        },
                        "private_gists": 1,
                        "public_gists": 4,
                        "public_repos": 4,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 4,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "body": "string",
                      "closed_at": "string",
                      "comments": 2,
                      "created_at": "string",
                      "html_url": "string",
                      "labels": [
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        }
                      ],
                      "milestone": {
                        "closed_issues": 5,
                        "created_at": "string",
                        "creator": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 3,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 5,
                          "email": "string",
                          "followers": 5,
                          "followers_url": "string",
                          "following": 3,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": true,
                          "html_url": "string",
                          "id": 7,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 10,
                          "plan": {
                            "collaborators": 3,
                            "name": "string",
                            "private_repos": 3,
                            "space": 9
                          },
                          "private_gists": 6,
                          "public_gists": 5,
                          "public_repos": 5,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 7,
                          "type": "Organization",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "description": "string",
                        "due_on": "string",
                        "number": 6,
                        "open_issues": 3,
                        "state": "closed",
                        "title": "string",
                        "url": "string"
                      },
                      "number": 2,
                      "pull_request": {
                        "diff_url": "string",
                        "html_url": "string",
                        "patch_url": "string"
                      },
                      "state": "open",
                      "title": "string",
                      "updated_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 6,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 7,
                        "email": "string",
                        "followers": 4,
                        "followers_url": "string",
                        "following": 1,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 7,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 8,
                        "plan": {
                          "collaborators": 5,
                          "name": "string",
                          "private_repos": 3,
                          "space": 7
                        },
                        "private_gists": 7,
                        "public_gists": 4,
                        "public_repos": 8,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 1,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    "url": "string"
                  },
                  {
                    "actor": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 4,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 3,
                      "email": "string",
                      "followers": 5,
                      "followers_url": "string",
                      "following": 8,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 4,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 10,
                      "plan": {
                        "collaborators": 2,
                        "name": "string",
                        "private_repos": 6,
                        "space": 10
                      },
                      "private_gists": 9,
                      "public_gists": 3,
                      "public_repos": 2,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 5,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "commit_id": "string",
                    "created_at": "string",
                    "event": "string",
                    "issue": {
                      "assignee": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 6,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 7,
                        "email": "string",
                        "followers": 3,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 3,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 3,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 4,
                          "space": 7
                        },
                        "private_gists": 6,
                        "public_gists": 6,
                        "public_repos": 1,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 2,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "body": "string",
                      "closed_at": "string",
                      "comments": 4,
                      "created_at": "string",
                      "html_url": "string",
                      "labels": [
                        {
                          "color": "string",
                          "name": "string",
                          "url": "string"
                        }
                      ],
                      "milestone": {
                        "closed_issues": 3,
                        "created_at": "string",
                        "creator": {
                          "avatar_url": "string",
                          "bio": "string",
                          "blog": "string",
                          "collaborators": 9,
                          "company": "string",
                          "created_at": "string",
                          "disk_usage": 1,
                          "email": "string",
                          "followers": 7,
                          "followers_url": "string",
                          "following": 9,
                          "following_url": "string",
                          "gists_url": "string",
                          "gravatar_id": "string",
                          "hireable": false,
                          "html_url": "string",
                          "id": 5,
                          "location": "string",
                          "login": "string",
                          "name": "string",
                          "organizations_url": "string",
                          "owned_private_repos": 1,
                          "plan": {
                            "collaborators": 8,
                            "name": "string",
                            "private_repos": 5,
                            "space": 6
                          },
                          "private_gists": 2,
                          "public_gists": 1,
                          "public_repos": 6,
                          "starred_url": "string",
                          "subscriptions_url": "string",
                          "total_private_repos": 9,
                          "type": "User",
                          "updated_at": "string",
                          "url": "string"
                        },
                        "description": "string",
                        "due_on": "string",
                        "number": 7,
                        "open_issues": 3,
                        "state": "closed",
                        "title": "string",
                        "url": "string"
                      },
                      "number": 10,
                      "pull_request": {
                        "diff_url": "string",
                        "html_url": "string",
                        "patch_url": "string"
                      },
                      "state": "closed",
                      "title": "string",
                      "updated_at": "string",
                      "url": "string",
                      "user": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 2,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 10,
                        "email": "string",
                        "followers": 5,
                        "followers_url": "string",
                        "following": 1,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 10,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 2,
                        "plan": {
                          "collaborators": 4,
                          "name": "string",
                          "private_repos": 8,
                          "space": 1
                        },
                        "private_gists": 1,
                        "public_gists": 4,
                        "public_repos": 1,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 7,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      }
                    },
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "issueNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueNumber",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/{issueNumber}/labels": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoIssuesNumberLabels",
        "description": "The parameters and request body are for method: getReposOwnerRepoIssuesNumberLabels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "color": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "color": "string",
                    "name": "string",
                    "url": "string"
                  },
                  {
                    "color": "string",
                    "name": "string",
                    "url": "string"
                  },
                  {
                    "color": "string",
                    "name": "string",
                    "url": "string"
                  },
                  {
                    "color": "string",
                    "name": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "issueNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueNumber",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/milestones/{milestoneNumber}/labels": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoMilestonesNumberLabels",
        "description": "The parameters and request body are for method: getReposOwnerRepoMilestonesNumberLabels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "color": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "color": "string",
                    "name": "string",
                    "url": "string"
                  },
                  {
                    "color": "string",
                    "name": "string",
                    "url": "string"
                  },
                  {
                    "color": "string",
                    "name": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "milestoneNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "milestoneNumber",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/comments": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoPullsComments",
        "description": "The parameters and request body are for method: getReposOwnerRepoPullsComments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "html": {
                            "type": "object",
                            "properties": {
                              "href": {
                                "type": "string"
                              }
                            }
                          },
                          "pull_request": {
                            "type": "object",
                            "properties": {
                              "href": {
                                "type": "string"
                              }
                            }
                          },
                          "self": {
                            "type": "object",
                            "properties": {
                              "href": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "body": {
                        "type": "string"
                      },
                      "commit_id": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "path": {
                        "type": "string"
                      },
                      "position": {
                        "type": "number"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "user": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "html": {
                        "href": "string"
                      },
                      "pull_request": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "body": "string",
                    "commit_id": "string",
                    "created_at": "string",
                    "id": 2,
                    "path": "string",
                    "position": 3,
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 4,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 1,
                      "email": "string",
                      "followers": 2,
                      "followers_url": "string",
                      "following": 7,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 5,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 7,
                      "plan": {
                        "collaborators": 5,
                        "name": "string",
                        "private_repos": 9,
                        "space": 5
                      },
                      "private_gists": 2,
                      "public_gists": 6,
                      "public_repos": 4,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 10,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "_links": {
                      "html": {
                        "href": "string"
                      },
                      "pull_request": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "body": "string",
                    "commit_id": "string",
                    "created_at": "string",
                    "id": 10,
                    "path": "string",
                    "position": 9,
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 2,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 10,
                      "email": "string",
                      "followers": 9,
                      "followers_url": "string",
                      "following": 4,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 2,
                      "plan": {
                        "collaborators": 7,
                        "name": "string",
                        "private_repos": 4,
                        "space": 7
                      },
                      "private_gists": 5,
                      "public_gists": 7,
                      "public_repos": 1,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 1,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "_links": {
                      "html": {
                        "href": "string"
                      },
                      "pull_request": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "body": "string",
                    "commit_id": "string",
                    "created_at": "string",
                    "id": 10,
                    "path": "string",
                    "position": 6,
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 6,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 6,
                      "email": "string",
                      "followers": 3,
                      "followers_url": "string",
                      "following": 6,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 3,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 2,
                      "plan": {
                        "collaborators": 4,
                        "name": "string",
                        "private_repos": 7,
                        "space": 9
                      },
                      "private_gists": 7,
                      "public_gists": 1,
                      "public_repos": 4,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 10,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "_links": {
                      "html": {
                        "href": "string"
                      },
                      "pull_request": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "body": "string",
                    "commit_id": "string",
                    "created_at": "string",
                    "id": 6,
                    "path": "string",
                    "position": 10,
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 6,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 1,
                      "email": "string",
                      "followers": 5,
                      "followers_url": "string",
                      "following": 7,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 8,
                      "plan": {
                        "collaborators": 6,
                        "name": "string",
                        "private_repos": 1,
                        "space": 4
                      },
                      "private_gists": 6,
                      "public_gists": 2,
                      "public_repos": 7,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 8,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{pullNumber}/comments": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoPullsNumberComments",
        "description": "The parameters and request body are for method: getReposOwnerRepoPullsNumberComments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "_links": {
                      "type": "object",
                      "properties": {
                        "html": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "pull_request": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "body": {
                      "type": "string"
                    },
                    "commit_id": {
                      "type": "string"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "path": {
                      "type": "string"
                    },
                    "position": {
                      "type": "number"
                    },
                    "updated_at": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "avatar_url": {
                          "type": "string"
                        },
                        "gravatar_id": {
                          "type": "string"
                        },
                        "id": {
                          "type": "number"
                        },
                        "login": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "_links": {
                    "html": {
                      "href": "string"
                    },
                    "pull_request": {
                      "href": "string"
                    },
                    "self": {
                      "href": "string"
                    }
                  },
                  "body": "string",
                  "commit_id": "string",
                  "created_at": "string",
                  "id": 3,
                  "path": "string",
                  "position": 7,
                  "updated_at": "string",
                  "url": "string",
                  "user": {
                    "avatar_url": "string",
                    "gravatar_id": "string",
                    "id": 1,
                    "login": "string",
                    "url": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{pullNumber}/commits": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoPullsNumberCommits",
        "description": "The parameters and request body are for method: getReposOwnerRepoPullsNumberCommits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "author": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "commit": {
                        "type": "object",
                        "properties": {
                          "author": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "committer": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "message": {
                            "type": "string"
                          },
                          "tree": {
                            "type": "object",
                            "properties": {
                              "sha": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "committer": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "parents": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "sha": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "sha": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "author": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 1,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 9,
                      "email": "string",
                      "followers": 6,
                      "followers_url": "string",
                      "following": 4,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 3,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 7,
                      "plan": {
                        "collaborators": 2,
                        "name": "string",
                        "private_repos": 6,
                        "space": 8
                      },
                      "private_gists": 3,
                      "public_gists": 8,
                      "public_repos": 8,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 7,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "commit": {
                      "author": {
                        "date": "string",
                        "email": "string",
                        "name": "string"
                      },
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "name": "string"
                      },
                      "message": "string",
                      "tree": {
                        "sha": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    "committer": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 5,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 10,
                      "email": "string",
                      "followers": 3,
                      "followers_url": "string",
                      "following": 5,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 9,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 9,
                      "plan": {
                        "collaborators": 1,
                        "name": "string",
                        "private_repos": 1,
                        "space": 8
                      },
                      "private_gists": 7,
                      "public_gists": 5,
                      "public_repos": 5,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 4,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "parents": [
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      }
                    ],
                    "sha": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{pullNumber}/files": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoPullsNumberFiles",
        "description": "The parameters and request body are for method: getReposOwnerRepoPullsNumberFiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/rulesets": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetOrgRulesets",
        "description": "The parameters and request body are for method: reposGetOrgRulesets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreateOrgRuleset",
        "description": "The parameters and request body are for method: reposCreateOrgRuleset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/rulesets/rule-suites": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetOrgRuleSuites",
        "description": "The parameters and request body are for method: reposGetOrgRuleSuites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repositoryName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "timePeriod",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actorName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ruleSuiteResult",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/rulesets/rule-suites/{ruleSuiteId}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetOrgRuleSuite",
        "description": "The parameters and request body are for method: reposGetOrgRuleSuite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "ruleSuiteId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleSuiteId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/rulesets/{rulesetId}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetOrgRuleset",
        "description": "The parameters and request body are for method: reposGetOrgRuleset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "rulesetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rulesetId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposUpdateOrgRuleset",
        "description": "The parameters and request body are for method: reposUpdateOrgRuleset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "rulesetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rulesetId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeleteOrgRuleset",
        "description": "The parameters and request body are for method: reposDeleteOrgRuleset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "rulesetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rulesetId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/activity": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposListActivities",
        "description": "The parameters and request body are for method: reposListActivities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "timePeriod",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "activityType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/attestations": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreateAttestation",
        "description": "The parameters and request body are for method: reposCreateAttestation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/attestations/{subjectDigest}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposListAttestations",
        "description": "The parameters and request body are for method: reposListAttestations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "subjectDigest",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subjectDigest",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/autolinks": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposListAutolinks",
        "description": "The parameters and request body are for method: reposListAutolinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreateAutolink",
        "description": "The parameters and request body are for method: reposCreateAutolink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/autolinks/{autolinkId}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetAutolink",
        "description": "The parameters and request body are for method: reposGetAutolink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "autolinkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "autolinkId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeleteAutolink",
        "description": "The parameters and request body are for method: reposDeleteAutolink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "autolinkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "autolinkId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/automated-security-fixes": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCheckAutomatedSecurityFixes",
        "description": "The parameters and request body are for method: reposCheckAutomatedSecurityFixes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposEnableAutomatedSecurityFixes",
        "description": "The parameters and request body are for method: reposEnableAutomatedSecurityFixes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDisableAutomatedSecurityFixes",
        "description": "The parameters and request body are for method: reposDisableAutomatedSecurityFixes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/branches": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoBranches",
        "description": "The parameters and request body are for method: getReposOwnerRepoBranches. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "commit": {
                        "type": "object",
                        "properties": {
                          "sha": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "commit": {
                      "sha": "string",
                      "url": "string"
                    },
                    "name": "string"
                  },
                  {
                    "commit": {
                      "sha": "string",
                      "url": "string"
                    },
                    "name": "string"
                  },
                  {
                    "commit": {
                      "sha": "string",
                      "url": "string"
                    },
                    "name": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "protectedParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/branches/{branch}/protection": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetBranchProtection",
        "description": "The parameters and request body are for method: reposGetBranchProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposUpdateBranchProtection",
        "description": "The parameters and request body are for method: reposUpdateBranchProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeleteBranchProtection",
        "description": "The parameters and request body are for method: reposDeleteBranchProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetAdminBranchProtection",
        "description": "The parameters and request body are for method: reposGetAdminBranchProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposSetAdminBranchProtection",
        "description": "The parameters and request body are for method: reposSetAdminBranchProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeleteAdminBranchProtection",
        "description": "The parameters and request body are for method: reposDeleteAdminBranchProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetPullRequestReviewProtection",
        "description": "The parameters and request body are for method: reposGetPullRequestReviewProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposUpdatePullRequestReviewProtection",
        "description": "The parameters and request body are for method: reposUpdatePullRequestReviewProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeletePullRequestReviewProtection",
        "description": "The parameters and request body are for method: reposDeletePullRequestReviewProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/branches/{branch}/protection/required_signatures": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetCommitSignatureProtection",
        "description": "The parameters and request body are for method: reposGetCommitSignatureProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreateCommitSignatureProtection",
        "description": "The parameters and request body are for method: reposCreateCommitSignatureProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeleteCommitSignatureProtection",
        "description": "The parameters and request body are for method: reposDeleteCommitSignatureProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetStatusChecksProtection",
        "description": "The parameters and request body are for method: reposGetStatusChecksProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposUpdateStatusCheckProtection",
        "description": "The parameters and request body are for method: reposUpdateStatusCheckProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposRemoveStatusCheckProtection",
        "description": "The parameters and request body are for method: reposRemoveStatusCheckProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetAllStatusCheckContexts",
        "description": "The parameters and request body are for method: reposGetAllStatusCheckContexts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposAddStatusCheckContexts",
        "description": "The parameters and request body are for method: reposAddStatusCheckContexts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposSetStatusCheckContexts",
        "description": "The parameters and request body are for method: reposSetStatusCheckContexts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposRemoveStatusCheckContexts",
        "description": "The parameters and request body are for method: reposRemoveStatusCheckContexts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetAccessRestrictions",
        "description": "The parameters and request body are for method: reposGetAccessRestrictions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeleteAccessRestrictions",
        "description": "The parameters and request body are for method: reposDeleteAccessRestrictions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetAppsWithAccessToProtectedBranch",
        "description": "The parameters and request body are for method: reposGetAppsWithAccessToProtectedBranch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposAddAppAccessRestrictions",
        "description": "The parameters and request body are for method: reposAddAppAccessRestrictions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposSetAppAccessRestrictions",
        "description": "The parameters and request body are for method: reposSetAppAccessRestrictions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposRemoveAppAccessRestrictions",
        "description": "The parameters and request body are for method: reposRemoveAppAccessRestrictions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetTeamsWithAccessToProtectedBranch",
        "description": "The parameters and request body are for method: reposGetTeamsWithAccessToProtectedBranch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposAddTeamAccessRestrictions",
        "description": "The parameters and request body are for method: reposAddTeamAccessRestrictions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposSetTeamAccessRestrictions",
        "description": "The parameters and request body are for method: reposSetTeamAccessRestrictions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposRemoveTeamAccessRestrictions",
        "description": "The parameters and request body are for method: reposRemoveTeamAccessRestrictions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetUsersWithAccessToProtectedBranch",
        "description": "The parameters and request body are for method: reposGetUsersWithAccessToProtectedBranch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposAddUserAccessRestrictions",
        "description": "The parameters and request body are for method: reposAddUserAccessRestrictions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposSetUserAccessRestrictions",
        "description": "The parameters and request body are for method: reposSetUserAccessRestrictions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposRemoveUserAccessRestrictions",
        "description": "The parameters and request body are for method: reposRemoveUserAccessRestrictions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/branches/{branch}/rename": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposRenameBranch",
        "description": "The parameters and request body are for method: reposRenameBranch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/codeowners/errors": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCodeownersErrors",
        "description": "The parameters and request body are for method: reposCodeownersErrors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/collaborators": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoCollaborators",
        "description": "The parameters and request body are for method: getReposOwnerRepoCollaborators. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avatar_url": {
                        "type": "string"
                      },
                      "bio": {
                        "type": "string"
                      },
                      "blog": {
                        "type": "string"
                      },
                      "collaborators": {
                        "type": "number"
                      },
                      "company": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "disk_usage": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "followers": {
                        "type": "number"
                      },
                      "followers_url": {
                        "type": "string"
                      },
                      "following": {
                        "type": "number"
                      },
                      "following_url": {
                        "type": "string"
                      },
                      "gists_url": {
                        "type": "string"
                      },
                      "gravatar_id": {
                        "type": "string"
                      },
                      "hireable": {
                        "type": "boolean"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "location": {
                        "type": "string"
                      },
                      "login": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "organizations_url": {
                        "type": "string"
                      },
                      "owned_private_repos": {
                        "type": "number"
                      },
                      "plan": {
                        "type": "object",
                        "properties": {
                          "collaborators": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "private_repos": {
                            "type": "number"
                          },
                          "space": {
                            "type": "number"
                          }
                        }
                      },
                      "private_gists": {
                        "type": "number"
                      },
                      "public_gists": {
                        "type": "number"
                      },
                      "public_repos": {
                        "type": "number"
                      },
                      "starred_url": {
                        "type": "string"
                      },
                      "subscriptions_url": {
                        "type": "string"
                      },
                      "total_private_repos": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 8,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 4,
                    "email": "string",
                    "followers": 2,
                    "followers_url": "string",
                    "following": 2,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 2,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 9,
                    "plan": {
                      "collaborators": 3,
                      "name": "string",
                      "private_repos": 8,
                      "space": 2
                    },
                    "private_gists": 10,
                    "public_gists": 10,
                    "public_repos": 6,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 2,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 7,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 1,
                    "email": "string",
                    "followers": 7,
                    "followers_url": "string",
                    "following": 1,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 2,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 7,
                    "plan": {
                      "collaborators": 3,
                      "name": "string",
                      "private_repos": 9,
                      "space": 8
                    },
                    "private_gists": 6,
                    "public_gists": 10,
                    "public_repos": 2,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 3,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "affiliation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "permission",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/collaborators/{username}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCheckCollaborator",
        "description": "The parameters and request body are for method: reposCheckCollaborator. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposAddCollaborator",
        "description": "The parameters and request body are for method: reposAddCollaborator. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposRemoveCollaborator",
        "description": "The parameters and request body are for method: reposRemoveCollaborator. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/collaborators/{username}/permission": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetCollaboratorPermissionLevel",
        "description": "The parameters and request body are for method: reposGetCollaboratorPermissionLevel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/comments": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoComments",
        "description": "The parameters and request body are for method: getReposOwnerRepoComments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "body": {
                        "type": "string"
                      },
                      "commit_id": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "line": {
                        "type": "number"
                      },
                      "path": {
                        "type": "string"
                      },
                      "position": {
                        "type": "number"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "user": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "body": "string",
                    "commit_id": "string",
                    "created_at": "string",
                    "html_url": "string",
                    "id": 1,
                    "line": 5,
                    "path": "string",
                    "position": 7,
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 2,
                      "email": "string",
                      "followers": 3,
                      "followers_url": "string",
                      "following": 4,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 5,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 4,
                      "plan": {
                        "collaborators": 2,
                        "name": "string",
                        "private_repos": 10,
                        "space": 6
                      },
                      "private_gists": 7,
                      "public_gists": 2,
                      "public_repos": 9,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 4,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/commits": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoCommits",
        "description": "The parameters and request body are for method: getReposOwnerRepoCommits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "author": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "commit": {
                        "type": "object",
                        "properties": {
                          "author": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "committer": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "message": {
                            "type": "string"
                          },
                          "tree": {
                            "type": "object",
                            "properties": {
                              "sha": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "committer": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "parents": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "sha": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "sha": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "author": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 9,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 2,
                      "email": "string",
                      "followers": 1,
                      "followers_url": "string",
                      "following": 6,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 6,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 7,
                      "plan": {
                        "collaborators": 6,
                        "name": "string",
                        "private_repos": 7,
                        "space": 7
                      },
                      "private_gists": 5,
                      "public_gists": 4,
                      "public_repos": 8,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 9,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "commit": {
                      "author": {
                        "date": "string",
                        "email": "string",
                        "name": "string"
                      },
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "name": "string"
                      },
                      "message": "string",
                      "tree": {
                        "sha": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    "committer": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 1,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 1,
                      "email": "string",
                      "followers": 8,
                      "followers_url": "string",
                      "following": 6,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 4,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 1,
                      "plan": {
                        "collaborators": 7,
                        "name": "string",
                        "private_repos": 7,
                        "space": 6
                      },
                      "private_gists": 8,
                      "public_gists": 8,
                      "public_repos": 3,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 9,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "parents": [
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      }
                    ],
                    "sha": "string",
                    "url": "string"
                  },
                  {
                    "author": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 2,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 9,
                      "email": "string",
                      "followers": 10,
                      "followers_url": "string",
                      "following": 1,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 7,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 4,
                      "plan": {
                        "collaborators": 6,
                        "name": "string",
                        "private_repos": 5,
                        "space": 9
                      },
                      "private_gists": 5,
                      "public_gists": 1,
                      "public_repos": 5,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 6,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "commit": {
                      "author": {
                        "date": "string",
                        "email": "string",
                        "name": "string"
                      },
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "name": "string"
                      },
                      "message": "string",
                      "tree": {
                        "sha": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    "committer": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 5,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 8,
                      "email": "string",
                      "followers": 4,
                      "followers_url": "string",
                      "following": 6,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 6,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 6,
                      "plan": {
                        "collaborators": 2,
                        "name": "string",
                        "private_repos": 3,
                        "space": 1
                      },
                      "private_gists": 8,
                      "public_gists": 4,
                      "public_repos": 8,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 1,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "parents": [
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      }
                    ],
                    "sha": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "sha",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pathParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "author",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "committer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "until",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/commits/{commitSha}/branches-where-head": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposListBranchesForHeadCommit",
        "description": "The parameters and request body are for method: reposListBranchesForHeadCommit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commitSha",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commitSha",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/commits/{shaCode}/pulls": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposListPullRequestsAssociatedWithCommit",
        "description": "The parameters and request body are for method: reposListPullRequestsAssociatedWithCommit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "shaCode",
            "in": "path",
            "required": true,
            "schema": {
              "title": "shaCode",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/commits/{ref}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetCommit",
        "description": "The parameters and request body are for method: reposGetCommit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ref",
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/commits/{ref}/status": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoCommitsRefStatus",
        "description": "The parameters and request body are for method: getReposOwnerRepoCommitsRefStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "commit_url": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "repository_url": {
                        "type": "string"
                      },
                      "sha": {
                        "type": "string"
                      },
                      "state": {
                        "type": "string"
                      },
                      "statuses": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "context": {
                              "type": "string"
                            },
                            "created_at": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "state": {
                              "type": "string"
                            },
                            "target_url": {
                              "type": "string"
                            },
                            "updated_at": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "commit_url": "string",
                    "name": "string",
                    "repository_url": "string",
                    "sha": "string",
                    "state": "string",
                    "statuses": [
                      {
                        "context": "string",
                        "created_at": "string",
                        "description": "string",
                        "id": 6,
                        "state": "string",
                        "target_url": "string",
                        "updated_at": "string",
                        "url": "string"
                      },
                      {
                        "context": "string",
                        "created_at": "string",
                        "description": "string",
                        "id": 7,
                        "state": "string",
                        "target_url": "string",
                        "updated_at": "string",
                        "url": "string"
                      },
                      {
                        "context": "string",
                        "created_at": "string",
                        "description": "string",
                        "id": 9,
                        "state": "string",
                        "target_url": "string",
                        "updated_at": "string",
                        "url": "string"
                      },
                      {
                        "context": "string",
                        "created_at": "string",
                        "description": "string",
                        "id": 7,
                        "state": "string",
                        "target_url": "string",
                        "updated_at": "string",
                        "url": "string"
                      },
                      {
                        "context": "string",
                        "created_at": "string",
                        "description": "string",
                        "id": 10,
                        "state": "string",
                        "target_url": "string",
                        "updated_at": "string",
                        "url": "string"
                      },
                      {
                        "context": "string",
                        "created_at": "string",
                        "description": "string",
                        "id": 6,
                        "state": "string",
                        "target_url": "string",
                        "updated_at": "string",
                        "url": "string"
                      },
                      {
                        "context": "string",
                        "created_at": "string",
                        "description": "string",
                        "id": 4,
                        "state": "string",
                        "target_url": "string",
                        "updated_at": "string",
                        "url": "string"
                      },
                      {
                        "context": "string",
                        "created_at": "string",
                        "description": "string",
                        "id": 2,
                        "state": "string",
                        "target_url": "string",
                        "updated_at": "string",
                        "url": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ref",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/commits/{ref}/statuses": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposListCommitStatusesForRef",
        "description": "The parameters and request body are for method: reposListCommitStatusesForRef. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ref",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/community/profile": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetCommunityProfileMetrics",
        "description": "The parameters and request body are for method: reposGetCommunityProfileMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/compare/{baseId}...{headId}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoCompareBaseIdHeadId",
        "description": "The parameters and request body are for method: getReposOwnerRepoCompareBaseIdHeadId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ahead_by": {
                      "type": "number"
                    },
                    "base_commit": {
                      "type": "object",
                      "properties": {
                        "author": {
                          "type": "object",
                          "properties": {
                            "avatar_url": {
                              "type": "string"
                            },
                            "bio": {
                              "type": "string"
                            },
                            "blog": {
                              "type": "string"
                            },
                            "collaborators": {
                              "type": "number"
                            },
                            "company": {
                              "type": "string"
                            },
                            "created_at": {
                              "type": "string"
                            },
                            "disk_usage": {
                              "type": "number"
                            },
                            "email": {
                              "type": "string"
                            },
                            "followers": {
                              "type": "number"
                            },
                            "followers_url": {
                              "type": "string"
                            },
                            "following": {
                              "type": "number"
                            },
                            "following_url": {
                              "type": "string"
                            },
                            "gists_url": {
                              "type": "string"
                            },
                            "gravatar_id": {
                              "type": "string"
                            },
                            "hireable": {
                              "type": "boolean"
                            },
                            "html_url": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "location": {
                              "type": "string"
                            },
                            "login": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "organizations_url": {
                              "type": "string"
                            },
                            "owned_private_repos": {
                              "type": "number"
                            },
                            "plan": {
                              "type": "object",
                              "properties": {
                                "collaborators": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "private_repos": {
                                  "type": "number"
                                },
                                "space": {
                                  "type": "number"
                                }
                              }
                            },
                            "private_gists": {
                              "type": "number"
                            },
                            "public_gists": {
                              "type": "number"
                            },
                            "public_repos": {
                              "type": "number"
                            },
                            "starred_url": {
                              "type": "string"
                            },
                            "subscriptions_url": {
                              "type": "string"
                            },
                            "total_private_repos": {
                              "type": "number"
                            },
                            "type": {
                              "type": "string"
                            },
                            "updated_at": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "commit": {
                          "type": "object",
                          "properties": {
                            "author": {
                              "type": "object",
                              "properties": {
                                "date": {
                                  "type": "string"
                                },
                                "email": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "committer": {
                              "type": "object",
                              "properties": {
                                "date": {
                                  "type": "string"
                                },
                                "email": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "message": {
                              "type": "string"
                            },
                            "tree": {
                              "type": "object",
                              "properties": {
                                "sha": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "committer": {
                          "type": "object",
                          "properties": {
                            "avatar_url": {
                              "type": "string"
                            },
                            "bio": {
                              "type": "string"
                            },
                            "blog": {
                              "type": "string"
                            },
                            "collaborators": {
                              "type": "number"
                            },
                            "company": {
                              "type": "string"
                            },
                            "created_at": {
                              "type": "string"
                            },
                            "disk_usage": {
                              "type": "number"
                            },
                            "email": {
                              "type": "string"
                            },
                            "followers": {
                              "type": "number"
                            },
                            "followers_url": {
                              "type": "string"
                            },
                            "following": {
                              "type": "number"
                            },
                            "following_url": {
                              "type": "string"
                            },
                            "gists_url": {
                              "type": "string"
                            },
                            "gravatar_id": {
                              "type": "string"
                            },
                            "hireable": {
                              "type": "boolean"
                            },
                            "html_url": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "location": {
                              "type": "string"
                            },
                            "login": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "organizations_url": {
                              "type": "string"
                            },
                            "owned_private_repos": {
                              "type": "number"
                            },
                            "plan": {
                              "type": "object",
                              "properties": {
                                "collaborators": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "private_repos": {
                                  "type": "number"
                                },
                                "space": {
                                  "type": "number"
                                }
                              }
                            },
                            "private_gists": {
                              "type": "number"
                            },
                            "public_gists": {
                              "type": "number"
                            },
                            "public_repos": {
                              "type": "number"
                            },
                            "starred_url": {
                              "type": "string"
                            },
                            "subscriptions_url": {
                              "type": "string"
                            },
                            "total_private_repos": {
                              "type": "number"
                            },
                            "type": {
                              "type": "string"
                            },
                            "updated_at": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        },
                        "parents": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "sha": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "sha": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "behind_by": {
                      "type": "number"
                    },
                    "commits": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "author": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "commit": {
                            "type": "object",
                            "properties": {
                              "author": {
                                "type": "object",
                                "properties": {
                                  "date": {
                                    "type": "string"
                                  },
                                  "email": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              },
                              "committer": {
                                "type": "object",
                                "properties": {
                                  "date": {
                                    "type": "string"
                                  },
                                  "email": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  }
                                }
                              },
                              "message": {
                                "type": "string"
                              },
                              "tree": {
                                "type": "object",
                                "properties": {
                                  "sha": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "committer": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "parents": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "sha": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "sha": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "diff_url": {
                      "type": "string"
                    },
                    "files": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "additions": {
                            "type": "number"
                          },
                          "blob_url": {
                            "type": "string"
                          },
                          "changes": {
                            "type": "number"
                          },
                          "contents_url": {
                            "type": "string"
                          },
                          "deletions": {
                            "type": "number"
                          },
                          "filename": {
                            "type": "string"
                          },
                          "patch": {
                            "type": "string"
                          },
                          "raw_url": {
                            "type": "string"
                          },
                          "sha": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "html_url": {
                      "type": "string"
                    },
                    "patch_url": {
                      "type": "string"
                    },
                    "permalink_url": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "total_commits": {
                      "type": "number"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ahead_by": 2,
                  "base_commit": {
                    "author": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 3,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 9,
                      "email": "string",
                      "followers": 9,
                      "followers_url": "string",
                      "following": 1,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 4,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 10,
                      "plan": {
                        "collaborators": 8,
                        "name": "string",
                        "private_repos": 7,
                        "space": 8
                      },
                      "private_gists": 10,
                      "public_gists": 9,
                      "public_repos": 7,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 7,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "commit": {
                      "author": {
                        "date": "string",
                        "email": "string",
                        "name": "string"
                      },
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "name": "string"
                      },
                      "message": "string",
                      "tree": {
                        "sha": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    "committer": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 3,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 5,
                      "email": "string",
                      "followers": 3,
                      "followers_url": "string",
                      "following": 6,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 6,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 5,
                      "plan": {
                        "collaborators": 9,
                        "name": "string",
                        "private_repos": 10,
                        "space": 8
                      },
                      "private_gists": 8,
                      "public_gists": 8,
                      "public_repos": 6,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 10,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "parents": [
                      {
                        "sha": "string",
                        "url": "string"
                      },
                      {
                        "sha": "string",
                        "url": "string"
                      }
                    ],
                    "sha": "string",
                    "url": "string"
                  },
                  "behind_by": 8,
                  "commits": [
                    {
                      "author": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 8,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 7,
                        "email": "string",
                        "followers": 4,
                        "followers_url": "string",
                        "following": 9,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 8,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 1,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 6,
                          "space": 9
                        },
                        "private_gists": 6,
                        "public_gists": 8,
                        "public_repos": 4,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 9,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "commit": {
                        "author": {
                          "date": "string",
                          "email": "string",
                          "name": "string"
                        },
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "name": "string"
                        },
                        "message": "string",
                        "tree": {
                          "sha": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      "committer": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 1,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 1,
                        "followers_url": "string",
                        "following": 6,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 7,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 8,
                        "plan": {
                          "collaborators": 4,
                          "name": "string",
                          "private_repos": 3,
                          "space": 3
                        },
                        "private_gists": 7,
                        "public_gists": 7,
                        "public_repos": 3,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 6,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "parents": [
                        {
                          "sha": "string",
                          "url": "string"
                        },
                        {
                          "sha": "string",
                          "url": "string"
                        },
                        {
                          "sha": "string",
                          "url": "string"
                        },
                        {
                          "sha": "string",
                          "url": "string"
                        },
                        {
                          "sha": "string",
                          "url": "string"
                        }
                      ],
                      "sha": "string",
                      "url": "string"
                    },
                    {
                      "author": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 7,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 5,
                        "followers_url": "string",
                        "following": 3,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 8,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 1,
                        "plan": {
                          "collaborators": 7,
                          "name": "string",
                          "private_repos": 5,
                          "space": 6
                        },
                        "private_gists": 4,
                        "public_gists": 7,
                        "public_repos": 5,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 3,
                        "type": "Organization",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "commit": {
                        "author": {
                          "date": "string",
                          "email": "string",
                          "name": "string"
                        },
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "name": "string"
                        },
                        "message": "string",
                        "tree": {
                          "sha": "string",
                          "url": "string"
                        },
                        "url": "string"
                      },
                      "committer": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 5,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 10,
                        "email": "string",
                        "followers": 1,
                        "followers_url": "string",
                        "following": 5,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 3,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 8,
                        "plan": {
                          "collaborators": 8,
                          "name": "string",
                          "private_repos": 3,
                          "space": 3
                        },
                        "private_gists": 9,
                        "public_gists": 2,
                        "public_repos": 1,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 1,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "parents": [
                        {
                          "sha": "string",
                          "url": "string"
                        }
                      ],
                      "sha": "string",
                      "url": "string"
                    }
                  ],
                  "diff_url": "string",
                  "files": [
                    {
                      "additions": 4,
                      "blob_url": "string",
                      "changes": 9,
                      "contents_url": "string",
                      "deletions": 5,
                      "filename": "string",
                      "patch": "string",
                      "raw_url": "string",
                      "sha": "string",
                      "status": "string"
                    }
                  ],
                  "html_url": "string",
                  "patch_url": "string",
                  "permalink_url": "string",
                  "status": "string",
                  "total_commits": 10,
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "baseId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "baseId",
              "type": "string"
            }
          },
          {
            "name": "headId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "headId",
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/contributors": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoContributors",
        "description": "The parameters and request body are for method: getReposOwnerRepoContributors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avatar_url": {
                        "type": "string"
                      },
                      "bio": {
                        "type": "string"
                      },
                      "blog": {
                        "type": "string"
                      },
                      "collaborators": {
                        "type": "number"
                      },
                      "company": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "disk_usage": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "followers": {
                        "type": "number"
                      },
                      "followers_url": {
                        "type": "string"
                      },
                      "following": {
                        "type": "number"
                      },
                      "following_url": {
                        "type": "string"
                      },
                      "gists_url": {
                        "type": "string"
                      },
                      "gravatar_id": {
                        "type": "string"
                      },
                      "hireable": {
                        "type": "boolean"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "location": {
                        "type": "string"
                      },
                      "login": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "organizations_url": {
                        "type": "string"
                      },
                      "owned_private_repos": {
                        "type": "number"
                      },
                      "plan": {
                        "type": "object",
                        "properties": {
                          "collaborators": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "private_repos": {
                            "type": "number"
                          },
                          "space": {
                            "type": "number"
                          }
                        }
                      },
                      "private_gists": {
                        "type": "number"
                      },
                      "public_gists": {
                        "type": "number"
                      },
                      "public_repos": {
                        "type": "number"
                      },
                      "starred_url": {
                        "type": "string"
                      },
                      "subscriptions_url": {
                        "type": "string"
                      },
                      "total_private_repos": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 5,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 2,
                    "email": "string",
                    "followers": 10,
                    "followers_url": "string",
                    "following": 1,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 1,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 7,
                    "plan": {
                      "collaborators": 2,
                      "name": "string",
                      "private_repos": 2,
                      "space": 6
                    },
                    "private_gists": 7,
                    "public_gists": 10,
                    "public_repos": 1,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 6,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 5,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 9,
                    "email": "string",
                    "followers": 5,
                    "followers_url": "string",
                    "following": 8,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 5,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 8,
                    "plan": {
                      "collaborators": 1,
                      "name": "string",
                      "private_repos": 5,
                      "space": 4
                    },
                    "private_gists": 5,
                    "public_gists": 3,
                    "public_repos": 2,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 5,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 10,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 5,
                    "email": "string",
                    "followers": 4,
                    "followers_url": "string",
                    "following": 7,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 7,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 3,
                    "plan": {
                      "collaborators": 9,
                      "name": "string",
                      "private_repos": 7,
                      "space": 4
                    },
                    "private_gists": 5,
                    "public_gists": 1,
                    "public_repos": 9,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 6,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "anon",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/deployments/{deploymentId}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetDeployment",
        "description": "The parameters and request body are for method: reposGetDeployment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "deploymentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deploymentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeleteDeployment",
        "description": "The parameters and request body are for method: reposDeleteDeployment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "deploymentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deploymentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/deployments/{deploymentId}/statuses": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoDeploymentsIdStatuses",
        "description": "The parameters and request body are for method: getReposOwnerRepoDeploymentsIdStatuses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "created_at": {
                        "type": "string"
                      },
                      "creator": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "description": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "payload": {
                        "type": "string"
                      },
                      "state": {
                        "type": "string"
                      },
                      "target_url": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "created_at": "string",
                    "creator": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 2,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 7,
                      "email": "string",
                      "followers": 4,
                      "followers_url": "string",
                      "following": 6,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 2,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 3,
                      "plan": {
                        "collaborators": 7,
                        "name": "string",
                        "private_repos": 6,
                        "space": 10
                      },
                      "private_gists": 7,
                      "public_gists": 2,
                      "public_repos": 4,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 10,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "description": "string",
                    "id": 2,
                    "payload": "string",
                    "state": "string",
                    "target_url": "string",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "created_at": "string",
                    "creator": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 7,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 5,
                      "email": "string",
                      "followers": 8,
                      "followers_url": "string",
                      "following": 6,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 2,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 6,
                      "plan": {
                        "collaborators": 8,
                        "name": "string",
                        "private_repos": 1,
                        "space": 10
                      },
                      "private_gists": 10,
                      "public_gists": 10,
                      "public_repos": 5,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 7,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "description": "string",
                    "id": 2,
                    "payload": "string",
                    "state": "string",
                    "target_url": "string",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "created_at": "string",
                    "creator": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 8,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 5,
                      "email": "string",
                      "followers": 2,
                      "followers_url": "string",
                      "following": 1,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 7,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 10,
                      "plan": {
                        "collaborators": 5,
                        "name": "string",
                        "private_repos": 4,
                        "space": 3
                      },
                      "private_gists": 2,
                      "public_gists": 10,
                      "public_repos": 9,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 4,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "description": "string",
                    "id": 5,
                    "payload": "string",
                    "state": "string",
                    "target_url": "string",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "deploymentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deploymentId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/deployments/{deploymentId}/statuses/{statusId}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetDeploymentStatus",
        "description": "The parameters and request body are for method: reposGetDeploymentStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "deploymentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deploymentId",
              "type": "number"
            }
          },
          {
            "name": "statusId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "statusId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/dispatches": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreateDispatchEvent",
        "description": "The parameters and request body are for method: reposCreateDispatchEvent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/environments": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetAllEnvironments",
        "description": "The parameters and request body are for method: reposGetAllEnvironments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/environments/{environmentName}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetEnvironment",
        "description": "The parameters and request body are for method: reposGetEnvironment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreateOrUpdateEnvironment",
        "description": "The parameters and request body are for method: reposCreateOrUpdateEnvironment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeleteAnEnvironment",
        "description": "The parameters and request body are for method: reposDeleteAnEnvironment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/environments/{environmentName}/deployment-branch-policies": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposListDeploymentBranchPolicies",
        "description": "The parameters and request body are for method: reposListDeploymentBranchPolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreateDeploymentBranchPolicy",
        "description": "The parameters and request body are for method: reposCreateDeploymentBranchPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/environments/{environmentName}/deployment-branch-policies/{branchPolicyId}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetDeploymentBranchPolicy",
        "description": "The parameters and request body are for method: reposGetDeploymentBranchPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "branchPolicyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branchPolicyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposUpdateDeploymentBranchPolicy",
        "description": "The parameters and request body are for method: reposUpdateDeploymentBranchPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "branchPolicyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branchPolicyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeleteDeploymentBranchPolicy",
        "description": "The parameters and request body are for method: reposDeleteDeploymentBranchPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "branchPolicyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branchPolicyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{environmentName}/{repo}/environments/{owner}/deployment_protection_rules": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetAllDeploymentProtectionRules",
        "description": "The parameters and request body are for method: reposGetAllDeploymentProtectionRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreateDeploymentProtectionRule",
        "description": "The parameters and request body are for method: reposCreateDeploymentProtectionRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{environmentName}/{repo}/environments/{owner}/deployment_protection_rules/apps": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposListCustomDeploymentRuleIntegrations",
        "description": "The parameters and request body are for method: reposListCustomDeploymentRuleIntegrations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/environments/{environmentName}/deployment_protection_rules/{protectionRuleId}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetCustomDeploymentProtectionRule",
        "description": "The parameters and request body are for method: reposGetCustomDeploymentProtectionRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "protectionRuleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "protectionRuleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{environmentName}/{repo}/environments/{owner}/deployment_protection_rules/{protectionRuleId}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDisableDeploymentProtectionRule",
        "description": "The parameters and request body are for method: reposDisableDeploymentProtectionRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "environmentName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "environmentName",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "protectionRuleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "protectionRuleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/hooks/{hookId}/config": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetWebhookConfigForRepo",
        "description": "The parameters and request body are for method: reposGetWebhookConfigForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposUpdateWebhookConfigForRepo",
        "description": "The parameters and request body are for method: reposUpdateWebhookConfigForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/hooks/{hookId}/deliveries": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposListWebhookDeliveries",
        "description": "The parameters and request body are for method: reposListWebhookDeliveries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "redelivery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/hooks/{hookId}/deliveries/{deliveryId}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetWebhookDelivery",
        "description": "The parameters and request body are for method: reposGetWebhookDelivery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          },
          {
            "name": "deliveryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deliveryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/hooks/{hookId}/deliveries/{deliveryId}/attempts": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposRedeliverWebhookDelivery",
        "description": "The parameters and request body are for method: reposRedeliverWebhookDelivery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          },
          {
            "name": "deliveryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deliveryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/hooks/{hookId}/pings": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposPingWebhook",
        "description": "The parameters and request body are for method: reposPingWebhook. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "hookId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "hookId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/invitations": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposListInvitations",
        "description": "The parameters and request body are for method: reposListInvitations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/invitations/{invitationId}": {
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposUpdateInvitation",
        "description": "The parameters and request body are for method: reposUpdateInvitation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "invitationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "invitationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeleteInvitation",
        "description": "The parameters and request body are for method: reposDeleteInvitation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "invitationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "invitationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/merge-upstream": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposMergeUpstream",
        "description": "The parameters and request body are for method: reposMergeUpstream. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pages": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetPages",
        "description": "The parameters and request body are for method: reposGetPages. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreatePagesSite",
        "description": "The parameters and request body are for method: reposCreatePagesSite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposUpdateInformationAboutPagesSite",
        "description": "The parameters and request body are for method: reposUpdateInformationAboutPagesSite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeletePagesSite",
        "description": "The parameters and request body are for method: reposDeletePagesSite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pages/builds": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposListPagesBuilds",
        "description": "The parameters and request body are for method: reposListPagesBuilds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposRequestPagesBuild",
        "description": "The parameters and request body are for method: reposRequestPagesBuild. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pages/builds/latest": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetLatestPagesBuild",
        "description": "The parameters and request body are for method: reposGetLatestPagesBuild. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pages/builds/{buildId}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetPagesBuild",
        "description": "The parameters and request body are for method: reposGetPagesBuild. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "buildId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "buildId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pages/deployments": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreatePagesDeployment",
        "description": "The parameters and request body are for method: reposCreatePagesDeployment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pages/deployments/{pagesDeploymentId}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetPagesDeployment",
        "description": "The parameters and request body are for method: reposGetPagesDeployment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pagesDeploymentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pagesDeploymentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pages/deployments/{pagesDeploymentId}/cancel": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCancelPagesDeployment",
        "description": "The parameters and request body are for method: reposCancelPagesDeployment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pagesDeploymentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pagesDeploymentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pages/health": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetPagesHealthCheck",
        "description": "The parameters and request body are for method: reposGetPagesHealthCheck. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/private-vulnerability-reporting": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCheckPrivateVulnerabilityReporting",
        "description": "The parameters and request body are for method: reposCheckPrivateVulnerabilityReporting. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposEnablePrivateVulnerabilityReporting",
        "description": "The parameters and request body are for method: reposEnablePrivateVulnerabilityReporting. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDisablePrivateVulnerabilityReporting",
        "description": "The parameters and request body are for method: reposDisablePrivateVulnerabilityReporting. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/properties/values": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetCustomPropertiesValues",
        "description": "The parameters and request body are for method: reposGetCustomPropertiesValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreateOrUpdateCustomPropertiesValues",
        "description": "The parameters and request body are for method: reposCreateOrUpdateCustomPropertiesValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/readme/{dir}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetReadmeInDirectory",
        "description": "The parameters and request body are for method: reposGetReadmeInDirectory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "dir",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dir",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/releases/generate-notes": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGenerateReleaseNotes",
        "description": "The parameters and request body are for method: reposGenerateReleaseNotes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/releases/latest": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetLatestRelease",
        "description": "The parameters and request body are for method: reposGetLatestRelease. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/releases/tags/{tag}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetReleaseByTag",
        "description": "The parameters and request body are for method: reposGetReleaseByTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "tag",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tag",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/releases/{releaseId}/assets": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoReleasesIdAssets",
        "description": "The parameters and request body are for method: getReposOwnerRepoReleasesIdAssets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "content_type": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "download_count": {
                        "type": "number"
                      },
                      "id": {
                        "type": "number"
                      },
                      "label": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "size": {
                        "type": "number"
                      },
                      "state": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "uploader": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "content_type": "string",
                    "created_at": "string",
                    "download_count": 2,
                    "id": 4,
                    "label": "string",
                    "name": "string",
                    "size": 9,
                    "state": "string",
                    "updated_at": "string",
                    "uploader": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 5,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 3,
                      "email": "string",
                      "followers": 1,
                      "followers_url": "string",
                      "following": 10,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 1,
                      "plan": {
                        "collaborators": 4,
                        "name": "string",
                        "private_repos": 1,
                        "space": 10
                      },
                      "private_gists": 4,
                      "public_gists": 3,
                      "public_repos": 6,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 3,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "url": "string"
                  },
                  {
                    "content_type": "string",
                    "created_at": "string",
                    "download_count": 1,
                    "id": 10,
                    "label": "string",
                    "name": "string",
                    "size": 1,
                    "state": "string",
                    "updated_at": "string",
                    "uploader": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 1,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 1,
                      "email": "string",
                      "followers": 6,
                      "followers_url": "string",
                      "following": 2,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 3,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 8,
                        "space": 9
                      },
                      "private_gists": 4,
                      "public_gists": 3,
                      "public_repos": 1,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 2,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "releaseId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "releaseId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposUploadReleaseAsset",
        "description": "The parameters and request body are for method: reposUploadReleaseAsset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "releaseId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "releaseId",
              "type": "number"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/rules/branches/{branch}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetBranchRules",
        "description": "The parameters and request body are for method: reposGetBranchRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "branch",
            "in": "path",
            "required": true,
            "schema": {
              "title": "branch",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/rulesets": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetRepoRulesets",
        "description": "The parameters and request body are for method: reposGetRepoRulesets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includesParents",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreateRepoRuleset",
        "description": "The parameters and request body are for method: reposCreateRepoRuleset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/rulesets/rule-suites": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetRepoRuleSuites",
        "description": "The parameters and request body are for method: reposGetRepoRuleSuites. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "timePeriod",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "actorName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ruleSuiteResult",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/rulesets/rule-suites/{ruleSuiteId}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetRepoRuleSuite",
        "description": "The parameters and request body are for method: reposGetRepoRuleSuite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ruleSuiteId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleSuiteId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/rulesets/{rulesetId}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetRepoRuleset",
        "description": "The parameters and request body are for method: reposGetRepoRuleset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "rulesetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rulesetId",
              "type": "number"
            }
          },
          {
            "name": "includesParents",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposUpdateRepoRuleset",
        "description": "The parameters and request body are for method: reposUpdateRepoRuleset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "rulesetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rulesetId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeleteRepoRuleset",
        "description": "The parameters and request body are for method: reposDeleteRepoRuleset. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "rulesetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rulesetId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/statuses/{sha}": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreateCommitStatus",
        "description": "The parameters and request body are for method: reposCreateCommitStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "sha",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sha",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/tags": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoTags",
        "description": "The parameters and request body are for method: getReposOwnerRepoTags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "message": {
                        "type": "string"
                      },
                      "object": {
                        "type": "object",
                        "properties": {
                          "sha": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "sha": {
                        "type": "string"
                      },
                      "tag": {
                        "type": "string"
                      },
                      "tagger": {
                        "type": "object",
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "email": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "message": "string",
                    "object": {
                      "sha": "string",
                      "type": "tree",
                      "url": "string"
                    },
                    "sha": "string",
                    "tag": "string",
                    "tagger": {
                      "date": "string",
                      "email": "string",
                      "name": "string"
                    },
                    "url": "string"
                  },
                  {
                    "message": "string",
                    "object": {
                      "sha": "string",
                      "type": "commit",
                      "url": "string"
                    },
                    "sha": "string",
                    "tag": "string",
                    "tagger": {
                      "date": "string",
                      "email": "string",
                      "name": "string"
                    },
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/tags/protection": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposListTagProtection",
        "description": "The parameters and request body are for method: reposListTagProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreateTagProtection",
        "description": "The parameters and request body are for method: reposCreateTagProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/tags/protection/{tagProtectionId}": {
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeleteTagProtection",
        "description": "The parameters and request body are for method: reposDeleteTagProtection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "tagProtectionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagProtectionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/tarball/{ref}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDownloadTarballArchive",
        "description": "The parameters and request body are for method: reposDownloadTarballArchive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ref",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/teams": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "getReposOwnerRepoTeams",
        "description": "The parameters and request body are for method: getReposOwnerRepoTeams. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 6,
                    "name": "string",
                    "url": "string"
                  },
                  {
                    "id": 4,
                    "name": "string",
                    "url": "string"
                  },
                  {
                    "id": 3,
                    "name": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/topics": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetAllTopics",
        "description": "The parameters and request body are for method: reposGetAllTopics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposReplaceAllTopics",
        "description": "The parameters and request body are for method: reposReplaceAllTopics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/traffic/clones": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetClones",
        "description": "The parameters and request body are for method: reposGetClones. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "per",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/traffic/popular/paths": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetTopPaths",
        "description": "The parameters and request body are for method: reposGetTopPaths. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/traffic/popular/referrers": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetTopReferrers",
        "description": "The parameters and request body are for method: reposGetTopReferrers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/traffic/views": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposGetViews",
        "description": "The parameters and request body are for method: reposGetViews. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "per",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/transfer": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposTransfer",
        "description": "The parameters and request body are for method: reposTransfer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/vulnerability-alerts": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCheckVulnerabilityAlerts",
        "description": "The parameters and request body are for method: reposCheckVulnerabilityAlerts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposEnableVulnerabilityAlerts",
        "description": "The parameters and request body are for method: reposEnableVulnerabilityAlerts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDisableVulnerabilityAlerts",
        "description": "The parameters and request body are for method: reposDisableVulnerabilityAlerts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/zipball/{ref}": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDownloadZipballArchive",
        "description": "The parameters and request body are for method: reposDownloadZipballArchive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ref",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{templateOwner}/{templateRepo}/generate": {
      "post": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposCreateUsingTemplate",
        "description": "The parameters and request body are for method: reposCreateUsingTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "templateOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "templateOwner",
              "type": "string"
            }
          },
          {
            "name": "templateRepo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "templateRepo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/user/repository_invitations": {
      "get": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposListInvitationsForAuthenticatedUser",
        "description": "The parameters and request body are for method: reposListInvitationsForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/repository_invitations/{invitationId}": {
      "patch": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposAcceptInvitationForAuthenticatedUser",
        "description": "The parameters and request body are for method: reposAcceptInvitationForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "invitationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "invitationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Repos"
        ],
        "operationId": "reposDeclineInvitationForAuthenticatedUser",
        "description": "The parameters and request body are for method: reposDeclineInvitationForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "invitationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "invitationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/starred": {
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUserStarred",
        "description": "The parameters and request body are for method: getUserStarred. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  null
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/subscriptions": {
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUserSubscriptions",
        "description": "The parameters and request body are for method: getUserSubscriptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/issues": {
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUserIssues",
        "description": "The parameters and request body are for method: getUserIssues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "assignee": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "body": {
                        "type": "string"
                      },
                      "closed_at": {
                        "type": "string"
                      },
                      "comments": {
                        "type": "number"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "labels": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "color": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "milestone": {
                        "type": "object",
                        "properties": {
                          "closed_issues": {
                            "type": "number"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "creator": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "due_on": {
                            "type": "string"
                          },
                          "number": {
                            "type": "number"
                          },
                          "open_issues": {
                            "type": "number"
                          },
                          "state": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "number": {
                        "type": "number"
                      },
                      "pull_request": {
                        "type": "object",
                        "properties": {
                          "diff_url": {
                            "type": "string"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "patch_url": {
                            "type": "string"
                          }
                        }
                      },
                      "state": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "user": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "assignee": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 1,
                      "email": "string",
                      "followers": 9,
                      "followers_url": "string",
                      "following": 9,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 6,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 8,
                      "plan": {
                        "collaborators": 5,
                        "name": "string",
                        "private_repos": 7,
                        "space": 5
                      },
                      "private_gists": 3,
                      "public_gists": 8,
                      "public_repos": 6,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 6,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "body": "string",
                    "closed_at": "string",
                    "comments": 5,
                    "created_at": "string",
                    "html_url": "string",
                    "labels": [
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      }
                    ],
                    "milestone": {
                      "closed_issues": 7,
                      "created_at": "string",
                      "creator": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 4,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 6,
                        "email": "string",
                        "followers": 2,
                        "followers_url": "string",
                        "following": 2,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 9,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 9,
                        "plan": {
                          "collaborators": 9,
                          "name": "string",
                          "private_repos": 7,
                          "space": 3
                        },
                        "private_gists": 3,
                        "public_gists": 4,
                        "public_repos": 5,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 4,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "description": "string",
                      "due_on": "string",
                      "number": 6,
                      "open_issues": 1,
                      "state": "open",
                      "title": "string",
                      "url": "string"
                    },
                    "number": 8,
                    "pull_request": {
                      "diff_url": "string",
                      "html_url": "string",
                      "patch_url": "string"
                    },
                    "state": "open",
                    "title": "string",
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 4,
                      "email": "string",
                      "followers": 4,
                      "followers_url": "string",
                      "following": 8,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 6,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 1,
                      "plan": {
                        "collaborators": 4,
                        "name": "string",
                        "private_repos": 9,
                        "space": 2
                      },
                      "private_gists": 8,
                      "public_gists": 10,
                      "public_repos": 7,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 8,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "assignee": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 4,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 7,
                      "email": "string",
                      "followers": 8,
                      "followers_url": "string",
                      "following": 8,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 7,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 3,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 6,
                        "space": 1
                      },
                      "private_gists": 5,
                      "public_gists": 4,
                      "public_repos": 5,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 4,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "body": "string",
                    "closed_at": "string",
                    "comments": 2,
                    "created_at": "string",
                    "html_url": "string",
                    "labels": [
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      }
                    ],
                    "milestone": {
                      "closed_issues": 7,
                      "created_at": "string",
                      "creator": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 9,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 7,
                        "email": "string",
                        "followers": 1,
                        "followers_url": "string",
                        "following": 2,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 9,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 1,
                        "plan": {
                          "collaborators": 10,
                          "name": "string",
                          "private_repos": 8,
                          "space": 9
                        },
                        "private_gists": 10,
                        "public_gists": 3,
                        "public_repos": 8,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 6,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "description": "string",
                      "due_on": "string",
                      "number": 10,
                      "open_issues": 5,
                      "state": "closed",
                      "title": "string",
                      "url": "string"
                    },
                    "number": 6,
                    "pull_request": {
                      "diff_url": "string",
                      "html_url": "string",
                      "patch_url": "string"
                    },
                    "state": "closed",
                    "title": "string",
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 5,
                      "email": "string",
                      "followers": 8,
                      "followers_url": "string",
                      "following": 3,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 8,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 2,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 2,
                        "space": 1
                      },
                      "private_gists": 2,
                      "public_gists": 3,
                      "public_repos": 10,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 8,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "assignee": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 5,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 6,
                      "email": "string",
                      "followers": 5,
                      "followers_url": "string",
                      "following": 4,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 6,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 8,
                      "plan": {
                        "collaborators": 5,
                        "name": "string",
                        "private_repos": 1,
                        "space": 4
                      },
                      "private_gists": 1,
                      "public_gists": 6,
                      "public_repos": 5,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 3,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "body": "string",
                    "closed_at": "string",
                    "comments": 4,
                    "created_at": "string",
                    "html_url": "string",
                    "labels": [
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      }
                    ],
                    "milestone": {
                      "closed_issues": 7,
                      "created_at": "string",
                      "creator": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 8,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 9,
                        "email": "string",
                        "followers": 3,
                        "followers_url": "string",
                        "following": 10,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 2,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 6,
                        "plan": {
                          "collaborators": 4,
                          "name": "string",
                          "private_repos": 4,
                          "space": 10
                        },
                        "private_gists": 4,
                        "public_gists": 2,
                        "public_repos": 10,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 1,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "description": "string",
                      "due_on": "string",
                      "number": 9,
                      "open_issues": 2,
                      "state": "closed",
                      "title": "string",
                      "url": "string"
                    },
                    "number": 9,
                    "pull_request": {
                      "diff_url": "string",
                      "html_url": "string",
                      "patch_url": "string"
                    },
                    "state": "open",
                    "title": "string",
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 2,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 10,
                      "email": "string",
                      "followers": 1,
                      "followers_url": "string",
                      "following": 3,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 7,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 5,
                      "plan": {
                        "collaborators": 10,
                        "name": "string",
                        "private_repos": 5,
                        "space": 8
                      },
                      "private_gists": 6,
                      "public_gists": 7,
                      "public_repos": 1,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 6,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "assignee": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 4,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 1,
                      "email": "string",
                      "followers": 4,
                      "followers_url": "string",
                      "following": 9,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 8,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 9,
                      "plan": {
                        "collaborators": 1,
                        "name": "string",
                        "private_repos": 3,
                        "space": 9
                      },
                      "private_gists": 7,
                      "public_gists": 8,
                      "public_repos": 6,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 2,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "body": "string",
                    "closed_at": "string",
                    "comments": 5,
                    "created_at": "string",
                    "html_url": "string",
                    "labels": [
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      }
                    ],
                    "milestone": {
                      "closed_issues": 1,
                      "created_at": "string",
                      "creator": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 3,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 1,
                        "email": "string",
                        "followers": 10,
                        "followers_url": "string",
                        "following": 7,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": true,
                        "html_url": "string",
                        "id": 5,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 7,
                        "plan": {
                          "collaborators": 1,
                          "name": "string",
                          "private_repos": 8,
                          "space": 7
                        },
                        "private_gists": 4,
                        "public_gists": 10,
                        "public_repos": 8,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 6,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "description": "string",
                      "due_on": "string",
                      "number": 2,
                      "open_issues": 3,
                      "state": "open",
                      "title": "string",
                      "url": "string"
                    },
                    "number": 3,
                    "pull_request": {
                      "diff_url": "string",
                      "html_url": "string",
                      "patch_url": "string"
                    },
                    "state": "open",
                    "title": "string",
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 8,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 10,
                      "email": "string",
                      "followers": 7,
                      "followers_url": "string",
                      "following": 5,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 5,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 3,
                      "plan": {
                        "collaborators": 6,
                        "name": "string",
                        "private_repos": 2,
                        "space": 1
                      },
                      "private_gists": 2,
                      "public_gists": 9,
                      "public_repos": 4,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 8,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labels",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/orgs": {
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUserOrgs",
        "description": "The parameters and request body are for method: getUserOrgs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  null
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/teams": {
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUserTeams",
        "description": "The parameters and request body are for method: getUserTeams. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "members_count": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "organization": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "login": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "permission": {
                        "type": "string"
                      },
                      "repos_count": {
                        "type": "number"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 1,
                    "members_count": 8,
                    "name": "string",
                    "organization": {
                      "avatar_url": "string",
                      "id": 3,
                      "login": "string",
                      "url": "string"
                    },
                    "permission": "string",
                    "repos_count": 7,
                    "url": "string"
                  },
                  {
                    "id": 8,
                    "members_count": 8,
                    "name": "string",
                    "organization": {
                      "avatar_url": "string",
                      "id": 9,
                      "login": "string",
                      "url": "string"
                    },
                    "permission": "string",
                    "repos_count": 5,
                    "url": "string"
                  },
                  {
                    "id": 4,
                    "members_count": 9,
                    "name": "string",
                    "organization": {
                      "avatar_url": "string",
                      "id": 3,
                      "login": "string",
                      "url": "string"
                    },
                    "permission": "string",
                    "repos_count": 1,
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/followers": {
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUserFollowers",
        "description": "The parameters and request body are for method: getUserFollowers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avatar_url": {
                        "type": "string"
                      },
                      "bio": {
                        "type": "string"
                      },
                      "blog": {
                        "type": "string"
                      },
                      "collaborators": {
                        "type": "number"
                      },
                      "company": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "disk_usage": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "followers": {
                        "type": "number"
                      },
                      "followers_url": {
                        "type": "string"
                      },
                      "following": {
                        "type": "number"
                      },
                      "following_url": {
                        "type": "string"
                      },
                      "gists_url": {
                        "type": "string"
                      },
                      "gravatar_id": {
                        "type": "string"
                      },
                      "hireable": {
                        "type": "boolean"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "location": {
                        "type": "string"
                      },
                      "login": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "organizations_url": {
                        "type": "string"
                      },
                      "owned_private_repos": {
                        "type": "number"
                      },
                      "plan": {
                        "type": "object",
                        "properties": {
                          "collaborators": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "private_repos": {
                            "type": "number"
                          },
                          "space": {
                            "type": "number"
                          }
                        }
                      },
                      "private_gists": {
                        "type": "number"
                      },
                      "public_gists": {
                        "type": "number"
                      },
                      "public_repos": {
                        "type": "number"
                      },
                      "starred_url": {
                        "type": "string"
                      },
                      "subscriptions_url": {
                        "type": "string"
                      },
                      "total_private_repos": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 8,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 7,
                    "email": "string",
                    "followers": 6,
                    "followers_url": "string",
                    "following": 5,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 6,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 8,
                    "plan": {
                      "collaborators": 3,
                      "name": "string",
                      "private_repos": 6,
                      "space": 4
                    },
                    "private_gists": 10,
                    "public_gists": 8,
                    "public_repos": 2,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 5,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 5,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 1,
                    "email": "string",
                    "followers": 9,
                    "followers_url": "string",
                    "following": 1,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 10,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 2,
                    "plan": {
                      "collaborators": 4,
                      "name": "string",
                      "private_repos": 10,
                      "space": 6
                    },
                    "private_gists": 4,
                    "public_gists": 9,
                    "public_repos": 9,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 1,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/following": {
      "get": {
        "tags": [
          "User"
        ],
        "operationId": "getUserFollowing",
        "description": "The parameters and request body are for method: getUserFollowing. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avatar_url": {
                        "type": "string"
                      },
                      "bio": {
                        "type": "string"
                      },
                      "blog": {
                        "type": "string"
                      },
                      "collaborators": {
                        "type": "number"
                      },
                      "company": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "disk_usage": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "followers": {
                        "type": "number"
                      },
                      "followers_url": {
                        "type": "string"
                      },
                      "following": {
                        "type": "number"
                      },
                      "following_url": {
                        "type": "string"
                      },
                      "gists_url": {
                        "type": "string"
                      },
                      "gravatar_id": {
                        "type": "string"
                      },
                      "hireable": {
                        "type": "boolean"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "location": {
                        "type": "string"
                      },
                      "login": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "organizations_url": {
                        "type": "string"
                      },
                      "owned_private_repos": {
                        "type": "number"
                      },
                      "plan": {
                        "type": "object",
                        "properties": {
                          "collaborators": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "private_repos": {
                            "type": "number"
                          },
                          "space": {
                            "type": "number"
                          }
                        }
                      },
                      "private_gists": {
                        "type": "number"
                      },
                      "public_gists": {
                        "type": "number"
                      },
                      "public_repos": {
                        "type": "number"
                      },
                      "starred_url": {
                        "type": "string"
                      },
                      "subscriptions_url": {
                        "type": "string"
                      },
                      "total_private_repos": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 5,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 10,
                    "email": "string",
                    "followers": 7,
                    "followers_url": "string",
                    "following": 7,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 10,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 9,
                    "plan": {
                      "collaborators": 6,
                      "name": "string",
                      "private_repos": 8,
                      "space": 2
                    },
                    "private_gists": 2,
                    "public_gists": 4,
                    "public_repos": 4,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 5,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 8,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 5,
                    "email": "string",
                    "followers": 2,
                    "followers_url": "string",
                    "following": 9,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 1,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 2,
                    "plan": {
                      "collaborators": 8,
                      "name": "string",
                      "private_repos": 8,
                      "space": 2
                    },
                    "private_gists": 6,
                    "public_gists": 10,
                    "public_repos": 2,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 7,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 8,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 10,
                    "email": "string",
                    "followers": 9,
                    "followers_url": "string",
                    "following": 6,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 9,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 8,
                    "plan": {
                      "collaborators": 5,
                      "name": "string",
                      "private_repos": 2,
                      "space": 1
                    },
                    "private_gists": 4,
                    "public_gists": 7,
                    "public_repos": 2,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 3,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 2,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 2,
                    "email": "string",
                    "followers": 8,
                    "followers_url": "string",
                    "following": 10,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 7,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 5,
                    "plan": {
                      "collaborators": 10,
                      "name": "string",
                      "private_repos": 5,
                      "space": 6
                    },
                    "private_gists": 3,
                    "public_gists": 6,
                    "public_repos": 7,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 3,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/events": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameEvents",
        "description": "The parameters and request body are for method: getUsersUsernameEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/events/orgs/{org}": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameEventsOrgsOrg",
        "description": "The parameters and request body are for method: getUsersUsernameEventsOrgsOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/received_events": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameReceivedEvents",
        "description": "The parameters and request body are for method: getUsersUsernameReceivedEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/received_events/public": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameReceivedEventsPublic",
        "description": "The parameters and request body are for method: getUsersUsernameReceivedEventsPublic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/starred": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameStarred",
        "description": "The parameters and request body are for method: getUsersUsernameStarred. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/subscriptions": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameSubscriptions",
        "description": "The parameters and request body are for method: getUsersUsernameSubscriptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/gists": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameGists",
        "description": "The parameters and request body are for method: getUsersUsernameGists. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "comments": {
                        "type": "number"
                      },
                      "comments_url": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "files": {
                        "type": "object",
                        "properties": {
                          "ring.erl": {
                            "type": "object",
                            "properties": {
                              "filename": {
                                "type": "string"
                              },
                              "raw_url": {
                                "type": "string"
                              },
                              "size": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      },
                      "git_pull_url": {
                        "type": "string"
                      },
                      "git_push_url": {
                        "type": "string"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string"
                      },
                      "public": {
                        "type": "boolean"
                      },
                      "url": {
                        "type": "string"
                      },
                      "user": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "comments": 3,
                    "comments_url": "string",
                    "created_at": "string",
                    "description": "string",
                    "files": {
                      "ring.erl": {
                        "filename": "string",
                        "raw_url": "string",
                        "size": 10
                      }
                    },
                    "git_pull_url": "string",
                    "git_push_url": "string",
                    "html_url": "string",
                    "id": "string",
                    "public": false,
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 2,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 10,
                      "email": "string",
                      "followers": 6,
                      "followers_url": "string",
                      "following": 9,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 4,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 9,
                        "space": 9
                      },
                      "private_gists": 10,
                      "public_gists": 9,
                      "public_repos": 9,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 7,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "comments": 3,
                    "comments_url": "string",
                    "created_at": "string",
                    "description": "string",
                    "files": {
                      "ring.erl": {
                        "filename": "string",
                        "raw_url": "string",
                        "size": 8
                      }
                    },
                    "git_pull_url": "string",
                    "git_push_url": "string",
                    "html_url": "string",
                    "id": "string",
                    "public": true,
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 9,
                      "email": "string",
                      "followers": 8,
                      "followers_url": "string",
                      "following": 7,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 6,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 9,
                      "plan": {
                        "collaborators": 7,
                        "name": "string",
                        "private_repos": 3,
                        "space": 3
                      },
                      "private_gists": 10,
                      "public_gists": 9,
                      "public_repos": 5,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 9,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "comments": 7,
                    "comments_url": "string",
                    "created_at": "string",
                    "description": "string",
                    "files": {
                      "ring.erl": {
                        "filename": "string",
                        "raw_url": "string",
                        "size": 1
                      }
                    },
                    "git_pull_url": "string",
                    "git_push_url": "string",
                    "html_url": "string",
                    "id": "string",
                    "public": true,
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 9,
                      "email": "string",
                      "followers": 10,
                      "followers_url": "string",
                      "following": 10,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 6,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 1,
                      "plan": {
                        "collaborators": 8,
                        "name": "string",
                        "private_repos": 4,
                        "space": 3
                      },
                      "private_gists": 7,
                      "public_gists": 4,
                      "public_repos": 9,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 8,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/orgs": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameOrgs",
        "description": "The parameters and request body are for method: getUsersUsernameOrgs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                },
                "example": []
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/repos": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameRepos",
        "description": "The parameters and request body are for method: getUsersUsernameRepos. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/blocks": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersListBlockedByAuthenticatedUser",
        "description": "The parameters and request body are for method: usersListBlockedByAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/blocks/{username}": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersCheckBlocked",
        "description": "The parameters and request body are for method: usersCheckBlocked. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Users"
        ],
        "operationId": "usersBlock",
        "description": "The parameters and request body are for method: usersBlock. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "usersUnblock",
        "description": "The parameters and request body are for method: usersUnblock. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/email/visibility": {
      "patch": {
        "tags": [
          "Users"
        ],
        "operationId": "usersSetPrimaryEmailVisibilityForAuthenticatedUser",
        "description": "The parameters and request body are for method: usersSetPrimaryEmailVisibilityForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/user/gpg_keys": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersListGpgKeysForAuthenticatedUser",
        "description": "The parameters and request body are for method: usersListGpgKeysForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "usersCreateGpgKeyForAuthenticatedUser",
        "description": "The parameters and request body are for method: usersCreateGpgKeyForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/user/gpg_keys/{gpgKeyId}": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersGetGpgKeyForAuthenticatedUser",
        "description": "The parameters and request body are for method: usersGetGpgKeyForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "gpgKeyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "gpgKeyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "usersDeleteGpgKeyForAuthenticatedUser",
        "description": "The parameters and request body are for method: usersDeleteGpgKeyForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "gpgKeyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "gpgKeyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/public_emails": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersListPublicEmailsForAuthenticatedUser",
        "description": "The parameters and request body are for method: usersListPublicEmailsForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/social_accounts": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersListSocialAccountsForAuthenticatedUser",
        "description": "The parameters and request body are for method: usersListSocialAccountsForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "usersAddSocialAccountForAuthenticatedUser",
        "description": "The parameters and request body are for method: usersAddSocialAccountForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "usersDeleteSocialAccountForAuthenticatedUser",
        "description": "The parameters and request body are for method: usersDeleteSocialAccountForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/ssh_signing_keys": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersListSshSigningKeysForAuthenticatedUser",
        "description": "The parameters and request body are for method: usersListSshSigningKeysForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "usersCreateSshSigningKeyForAuthenticatedUser",
        "description": "The parameters and request body are for method: usersCreateSshSigningKeyForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/user/ssh_signing_keys/{sshSigningKeyId}": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersGetSshSigningKeyForAuthenticatedUser",
        "description": "The parameters and request body are for method: usersGetSshSigningKeyForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sshSigningKeyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sshSigningKeyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "usersDeleteSshSigningKeyForAuthenticatedUser",
        "description": "The parameters and request body are for method: usersDeleteSshSigningKeyForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sshSigningKeyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sshSigningKeyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/{accountId}": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersGetById",
        "description": "The parameters and request body are for method: usersGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "accountId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsers",
        "description": "The parameters and request body are for method: getUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avatar_url": {
                        "type": "string"
                      },
                      "bio": {
                        "type": "string"
                      },
                      "blog": {
                        "type": "string"
                      },
                      "collaborators": {
                        "type": "number"
                      },
                      "company": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "disk_usage": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "followers": {
                        "type": "number"
                      },
                      "followers_url": {
                        "type": "string"
                      },
                      "following": {
                        "type": "number"
                      },
                      "following_url": {
                        "type": "string"
                      },
                      "gists_url": {
                        "type": "string"
                      },
                      "gravatar_id": {
                        "type": "string"
                      },
                      "hireable": {
                        "type": "boolean"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "location": {
                        "type": "string"
                      },
                      "login": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "organizations_url": {
                        "type": "string"
                      },
                      "owned_private_repos": {
                        "type": "number"
                      },
                      "plan": {
                        "type": "object",
                        "properties": {
                          "collaborators": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "private_repos": {
                            "type": "number"
                          },
                          "space": {
                            "type": "number"
                          }
                        }
                      },
                      "private_gists": {
                        "type": "number"
                      },
                      "public_gists": {
                        "type": "number"
                      },
                      "public_repos": {
                        "type": "number"
                      },
                      "starred_url": {
                        "type": "string"
                      },
                      "subscriptions_url": {
                        "type": "string"
                      },
                      "total_private_repos": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 2,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 5,
                    "email": "string",
                    "followers": 6,
                    "followers_url": "string",
                    "following": 6,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 8,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 10,
                    "plan": {
                      "collaborators": 3,
                      "name": "string",
                      "private_repos": 7,
                      "space": 4
                    },
                    "private_gists": 4,
                    "public_gists": 1,
                    "public_repos": 7,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 5,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 8,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 10,
                    "email": "string",
                    "followers": 6,
                    "followers_url": "string",
                    "following": 3,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 6,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 8,
                    "plan": {
                      "collaborators": 7,
                      "name": "string",
                      "private_repos": 6,
                      "space": 1
                    },
                    "private_gists": 8,
                    "public_gists": 4,
                    "public_repos": 9,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 4,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 5,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 10,
                    "email": "string",
                    "followers": 1,
                    "followers_url": "string",
                    "following": 1,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 8,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 4,
                    "plan": {
                      "collaborators": 8,
                      "name": "string",
                      "private_repos": 9,
                      "space": 10
                    },
                    "private_gists": 8,
                    "public_gists": 2,
                    "public_repos": 3,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 10,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/attestations/{subjectDigest}": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersListAttestations",
        "description": "The parameters and request body are for method: usersListAttestations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "subjectDigest",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subjectDigest",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/followers": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameFollowers",
        "description": "The parameters and request body are for method: getUsersUsernameFollowers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avatar_url": {
                        "type": "string"
                      },
                      "bio": {
                        "type": "string"
                      },
                      "blog": {
                        "type": "string"
                      },
                      "collaborators": {
                        "type": "number"
                      },
                      "company": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "disk_usage": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "followers": {
                        "type": "number"
                      },
                      "followers_url": {
                        "type": "string"
                      },
                      "following": {
                        "type": "number"
                      },
                      "following_url": {
                        "type": "string"
                      },
                      "gists_url": {
                        "type": "string"
                      },
                      "gravatar_id": {
                        "type": "string"
                      },
                      "hireable": {
                        "type": "boolean"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "location": {
                        "type": "string"
                      },
                      "login": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "organizations_url": {
                        "type": "string"
                      },
                      "owned_private_repos": {
                        "type": "number"
                      },
                      "plan": {
                        "type": "object",
                        "properties": {
                          "collaborators": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "private_repos": {
                            "type": "number"
                          },
                          "space": {
                            "type": "number"
                          }
                        }
                      },
                      "private_gists": {
                        "type": "number"
                      },
                      "public_gists": {
                        "type": "number"
                      },
                      "public_repos": {
                        "type": "number"
                      },
                      "starred_url": {
                        "type": "string"
                      },
                      "subscriptions_url": {
                        "type": "string"
                      },
                      "total_private_repos": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 2,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 10,
                    "email": "string",
                    "followers": 5,
                    "followers_url": "string",
                    "following": 5,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 3,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 5,
                    "plan": {
                      "collaborators": 6,
                      "name": "string",
                      "private_repos": 2,
                      "space": 2
                    },
                    "private_gists": 6,
                    "public_gists": 4,
                    "public_repos": 6,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 8,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/following": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersListFollowingForUser",
        "description": "The parameters and request body are for method: usersListFollowingForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/gpg_keys": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersListGpgKeysForUser",
        "description": "The parameters and request body are for method: usersListGpgKeysForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/hovercard": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersGetContextForUser",
        "description": "The parameters and request body are for method: usersGetContextForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "subjectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subjectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/keys": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameKeys",
        "description": "The parameters and request body are for method: getUsersUsernameKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                },
                "example": []
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/social_accounts": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersListSocialAccountsForUser",
        "description": "The parameters and request body are for method: usersListSocialAccountsForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/ssh_signing_keys": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersListSshSigningKeysForUser",
        "description": "The parameters and request body are for method: usersListSshSigningKeysForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/app": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsGetAuthenticated",
        "description": "The parameters and request body are for method: appsGetAuthenticated. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/app-manifests/{code}/conversions": {
      "post": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsCreateFromManifest",
        "description": "The parameters and request body are for method: appsCreateFromManifest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "code",
            "in": "path",
            "required": true,
            "schema": {
              "title": "code",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/app/hook/config": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsGetWebhookConfigForApp",
        "description": "The parameters and request body are for method: appsGetWebhookConfigForApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsUpdateWebhookConfigForApp",
        "description": "The parameters and request body are for method: appsUpdateWebhookConfigForApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/app/hook/deliveries": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsListWebhookDeliveries",
        "description": "The parameters and request body are for method: appsListWebhookDeliveries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "redelivery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/app/hook/deliveries/{deliveryId}": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsGetWebhookDelivery",
        "description": "The parameters and request body are for method: appsGetWebhookDelivery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deliveryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deliveryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/app/hook/deliveries/{deliveryId}/attempts": {
      "post": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsRedeliverWebhookDelivery",
        "description": "The parameters and request body are for method: appsRedeliverWebhookDelivery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deliveryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deliveryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/app/installation-requests": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsListInstallationRequestsForAuthenticatedApp",
        "description": "The parameters and request body are for method: appsListInstallationRequestsForAuthenticatedApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/app/installations": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsListInstallations",
        "description": "The parameters and request body are for method: appsListInstallations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "outdated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/app/installations/{installationId}": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsGetInstallation",
        "description": "The parameters and request body are for method: appsGetInstallation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "installationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "installationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsDeleteInstallation",
        "description": "The parameters and request body are for method: appsDeleteInstallation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "installationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "installationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/app/installations/{installationId}/access_tokens": {
      "post": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsCreateInstallationAccessToken",
        "description": "The parameters and request body are for method: appsCreateInstallationAccessToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "installationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "installationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/app/installations/{installationId}/suspended": {
      "put": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsSuspendInstallation",
        "description": "The parameters and request body are for method: appsSuspendInstallation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "installationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "installationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsUnsuspendInstallation",
        "description": "The parameters and request body are for method: appsUnsuspendInstallation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "installationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "installationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/applications/{clientId}/grant": {
      "delete": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsDeleteAuthorization",
        "description": "The parameters and request body are for method: appsDeleteAuthorization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "clientId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "clientId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/applications/{clientId}/token": {
      "post": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsCheckToken",
        "description": "The parameters and request body are for method: appsCheckToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "clientId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "clientId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsResetToken",
        "description": "The parameters and request body are for method: appsResetToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "clientId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "clientId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsDeleteToken",
        "description": "The parameters and request body are for method: appsDeleteToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "clientId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "clientId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/applications/{clientId}/token/scoped": {
      "post": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsScopeToken",
        "description": "The parameters and request body are for method: appsScopeToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "clientId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "clientId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/apps/{appSlug}": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsGetBySlug",
        "description": "The parameters and request body are for method: appsGetBySlug. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "appSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "appSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/installation/repositories": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsListReposAccessibleToInstallation",
        "description": "The parameters and request body are for method: appsListReposAccessibleToInstallation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/installation/token": {
      "delete": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsRevokeInstallationAccessToken",
        "description": "The parameters and request body are for method: appsRevokeInstallationAccessToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/marketplace_listing/accounts/{accountId}": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsGetSubscriptionPlanForAccount",
        "description": "The parameters and request body are for method: appsGetSubscriptionPlanForAccount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "accountId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/marketplace_listing/plans": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsListPlans",
        "description": "The parameters and request body are for method: appsListPlans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/marketplace_listing/plans/{planId}/accounts": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsListAccountsForPlan",
        "description": "The parameters and request body are for method: appsListAccountsForPlan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "planId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "planId",
              "type": "number"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/marketplace_listing/stubbed/accounts/{accountId}": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsGetSubscriptionPlanForAccountStubbed",
        "description": "The parameters and request body are for method: appsGetSubscriptionPlanForAccountStubbed. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "accountId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "accountId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/marketplace_listing/stubbed/plans": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsListPlansStubbed",
        "description": "The parameters and request body are for method: appsListPlansStubbed. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/marketplace_listing/stubbed/plans/{planId}/accounts": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsListAccountsForPlanStubbed",
        "description": "The parameters and request body are for method: appsListAccountsForPlanStubbed. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "planId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "planId",
              "type": "number"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/installation": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsGetOrgInstallation",
        "description": "The parameters and request body are for method: appsGetOrgInstallation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/installation": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsGetRepoInstallation",
        "description": "The parameters and request body are for method: appsGetRepoInstallation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/installations": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsListInstallationsForAuthenticatedUser",
        "description": "The parameters and request body are for method: appsListInstallationsForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/installations/{installationId}/repositories": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsListInstallationReposForAuthenticatedUser",
        "description": "The parameters and request body are for method: appsListInstallationReposForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "installationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "installationId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/installations/{installationId}/repositories/{repositoryId}": {
      "put": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsAddRepoToInstallationForAuthenticatedUser",
        "description": "The parameters and request body are for method: appsAddRepoToInstallationForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "installationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "installationId",
              "type": "number"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsRemoveRepoFromInstallationForAuthenticatedUser",
        "description": "The parameters and request body are for method: appsRemoveRepoFromInstallationForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "installationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "installationId",
              "type": "number"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/marketplace_purchases": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsListSubscriptionsForAuthenticatedUser",
        "description": "The parameters and request body are for method: appsListSubscriptionsForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/marketplace_purchases/stubbed": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsListSubscriptionsForAuthenticatedUserStubbed",
        "description": "The parameters and request body are for method: appsListSubscriptionsForAuthenticatedUserStubbed. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/installation": {
      "get": {
        "tags": [
          "Apps"
        ],
        "operationId": "appsGetUserInstallation",
        "description": "The parameters and request body are for method: appsGetUserInstallation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/settings/billing/actions": {
      "get": {
        "tags": [
          "Billing"
        ],
        "operationId": "billingGetGithubActionsBillingOrg",
        "description": "The parameters and request body are for method: billingGetGithubActionsBillingOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/settings/billing/packages": {
      "get": {
        "tags": [
          "Billing"
        ],
        "operationId": "billingGetGithubPackagesBillingOrg",
        "description": "The parameters and request body are for method: billingGetGithubPackagesBillingOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/settings/billing/shared-storage": {
      "get": {
        "tags": [
          "Billing"
        ],
        "operationId": "billingGetSharedStorageBillingOrg",
        "description": "The parameters and request body are for method: billingGetSharedStorageBillingOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/settings/billing/actions": {
      "get": {
        "tags": [
          "Billing"
        ],
        "operationId": "billingGetGithubActionsBillingUser",
        "description": "The parameters and request body are for method: billingGetGithubActionsBillingUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/settings/billing/packages": {
      "get": {
        "tags": [
          "Billing"
        ],
        "operationId": "billingGetGithubPackagesBillingUser",
        "description": "The parameters and request body are for method: billingGetGithubPackagesBillingUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/settings/billing/shared-storage": {
      "get": {
        "tags": [
          "Billing"
        ],
        "operationId": "billingGetSharedStorageBillingUser",
        "description": "The parameters and request body are for method: billingGetSharedStorageBillingUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/check-runs": {
      "post": {
        "tags": [
          "Checks"
        ],
        "operationId": "checksCreate",
        "description": "The parameters and request body are for method: checksCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/check-runs/{checkRunId}": {
      "get": {
        "tags": [
          "Checks"
        ],
        "operationId": "checksGet",
        "description": "The parameters and request body are for method: checksGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "checkRunId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "checkRunId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Checks"
        ],
        "operationId": "checksUpdate",
        "description": "The parameters and request body are for method: checksUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "checkRunId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "checkRunId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/check-runs/{checkRunId}/annotations": {
      "get": {
        "tags": [
          "Checks"
        ],
        "operationId": "checksListAnnotations",
        "description": "The parameters and request body are for method: checksListAnnotations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "checkRunId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "checkRunId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/check-runs/{checkRunId}/rerequest": {
      "post": {
        "tags": [
          "Checks"
        ],
        "operationId": "checksRerequestRun",
        "description": "The parameters and request body are for method: checksRerequestRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "checkRunId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "checkRunId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/check-suites": {
      "post": {
        "tags": [
          "Checks"
        ],
        "operationId": "checksCreateSuite",
        "description": "The parameters and request body are for method: checksCreateSuite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/check-suites/preferences": {
      "patch": {
        "tags": [
          "Checks"
        ],
        "operationId": "checksSetSuitesPreferences",
        "description": "The parameters and request body are for method: checksSetSuitesPreferences. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/check-suites/{checkSuiteId}": {
      "get": {
        "tags": [
          "Checks"
        ],
        "operationId": "checksGetSuite",
        "description": "The parameters and request body are for method: checksGetSuite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "checkSuiteId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "checkSuiteId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/check-suites/{checkSuiteId}/check-runs": {
      "get": {
        "tags": [
          "Checks"
        ],
        "operationId": "checksListForSuite",
        "description": "The parameters and request body are for method: checksListForSuite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "checkSuiteId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "checkSuiteId",
              "type": "number"
            }
          },
          {
            "name": "checkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/check-suites/{checkSuiteId}/rerequest": {
      "post": {
        "tags": [
          "Checks"
        ],
        "operationId": "checksRerequestSuite",
        "description": "The parameters and request body are for method: checksRerequestSuite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "checkSuiteId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "checkSuiteId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/commits/{ref}/check-runs": {
      "get": {
        "tags": [
          "Checks"
        ],
        "operationId": "checksListForRef",
        "description": "The parameters and request body are for method: checksListForRef. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ref",
              "type": "string"
            }
          },
          {
            "name": "checkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "appId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/commits/{ref}/check-suites": {
      "get": {
        "tags": [
          "Checks"
        ],
        "operationId": "checksListSuitesForRef",
        "description": "The parameters and request body are for method: checksListSuitesForRef. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ref",
              "type": "string"
            }
          },
          {
            "name": "appId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "checkName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/code-scanning/alerts": {
      "get": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningListAlertsForOrg",
        "description": "The parameters and request body are for method: codeScanningListAlertsForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "toolName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toolGuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "severity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/code-scanning/alerts": {
      "get": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningListAlertsForRepo",
        "description": "The parameters and request body are for method: codeScanningListAlertsForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "toolName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toolGuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "severity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/code-scanning/alerts/{alertNumber}": {
      "get": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningGetAlert",
        "description": "The parameters and request body are for method: codeScanningGetAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "alertNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "alertNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningUpdateAlert",
        "description": "The parameters and request body are for method: codeScanningUpdateAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "alertNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "alertNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/code-scanning/alerts/{alertNumber}/instances": {
      "get": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningListAlertInstances",
        "description": "The parameters and request body are for method: codeScanningListAlertInstances. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "alertNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "alertNumber",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/code-scanning/analyses": {
      "get": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningListRecentAnalyses",
        "description": "The parameters and request body are for method: codeScanningListRecentAnalyses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "toolName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toolGuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sarifId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/code-scanning/analyses/{analysisId}": {
      "get": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningGetAnalysis",
        "description": "The parameters and request body are for method: codeScanningGetAnalysis. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "analysisId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "analysisId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningDeleteAnalysis",
        "description": "The parameters and request body are for method: codeScanningDeleteAnalysis. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "analysisId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "analysisId",
              "type": "number"
            }
          },
          {
            "name": "confirmDelete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/code-scanning/codeql/databases": {
      "get": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningListCodeqlDatabases",
        "description": "The parameters and request body are for method: codeScanningListCodeqlDatabases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/code-scanning/codeql/databases/{language}": {
      "get": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningGetCodeqlDatabase",
        "description": "The parameters and request body are for method: codeScanningGetCodeqlDatabase. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "language",
            "in": "path",
            "required": true,
            "schema": {
              "title": "language",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/code-scanning/codeql/variant-analyses": {
      "post": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningCreateVariantAnalysis",
        "description": "The parameters and request body are for method: codeScanningCreateVariantAnalysis. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/code-scanning/codeql/variant-analyses/{codeqlVariantAnalysisId}": {
      "get": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningGetVariantAnalysis",
        "description": "The parameters and request body are for method: codeScanningGetVariantAnalysis. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "codeqlVariantAnalysisId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "codeqlVariantAnalysisId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/code-scanning/codeql/variant-analyses/{codeqlVariantAnalysisId}/repos/{repoOwner}/{repoName}": {
      "get": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningGetVariantAnalysisRepoTask",
        "description": "The parameters and request body are for method: codeScanningGetVariantAnalysisRepoTask. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "codeqlVariantAnalysisId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "codeqlVariantAnalysisId",
              "type": "number"
            }
          },
          {
            "name": "repoOwner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoOwner",
              "type": "string"
            }
          },
          {
            "name": "repoName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/code-scanning/default-setup": {
      "get": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningGetDefaultSetup",
        "description": "The parameters and request body are for method: codeScanningGetDefaultSetup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningUpdateDefaultSetup",
        "description": "The parameters and request body are for method: codeScanningUpdateDefaultSetup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/code-scanning/sarifs": {
      "post": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningUploadSarif",
        "description": "The parameters and request body are for method: codeScanningUploadSarif. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/code-scanning/sarifs/{sarifId}": {
      "get": {
        "tags": [
          "CodeScanning"
        ],
        "operationId": "codeScanningGetSarif",
        "description": "The parameters and request body are for method: codeScanningGetSarif. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "sarifId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sarifId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/codes_of_conduct": {
      "get": {
        "tags": [
          "CodesOfConduct"
        ],
        "operationId": "codesOfConductGetAllCodesOfConduct",
        "description": "The parameters and request body are for method: codesOfConductGetAllCodesOfConduct. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/codes_of_conduct/{key}": {
      "get": {
        "tags": [
          "CodesOfConduct"
        ],
        "operationId": "codesOfConductGetConductCode",
        "description": "The parameters and request body are for method: codesOfConductGetConductCode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/enterprises/{enterprise}/dependabot/alerts": {
      "get": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotListAlertsForEnterprise",
        "description": "The parameters and request body are for method: dependabotListAlertsForEnterprise. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enterprise",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enterprise",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "severity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ecosystem",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "packageParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scope",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "first",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "last",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/dependabot/alerts": {
      "get": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotListAlertsForOrg",
        "description": "The parameters and request body are for method: dependabotListAlertsForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "severity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ecosystem",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "packageParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scope",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "first",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "last",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/dependabot/secrets": {
      "get": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotListOrgSecrets",
        "description": "The parameters and request body are for method: dependabotListOrgSecrets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/dependabot/secrets/public-key": {
      "get": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotGetOrgPublicKey",
        "description": "The parameters and request body are for method: dependabotGetOrgPublicKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/dependabot/secrets/{secretName}": {
      "get": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotGetOrgSecret",
        "description": "The parameters and request body are for method: dependabotGetOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotCreateOrUpdateOrgSecret",
        "description": "The parameters and request body are for method: dependabotCreateOrUpdateOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotDeleteOrgSecret",
        "description": "The parameters and request body are for method: dependabotDeleteOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/dependabot/secrets/{secretName}/repositories": {
      "get": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotListSelectedReposForOrgSecret",
        "description": "The parameters and request body are for method: dependabotListSelectedReposForOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotSetSelectedReposForOrgSecret",
        "description": "The parameters and request body are for method: dependabotSetSelectedReposForOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/dependabot/secrets/{secretName}/repositories/{repositoryId}": {
      "put": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotAddSelectedRepoToOrgSecret",
        "description": "The parameters and request body are for method: dependabotAddSelectedRepoToOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotRemoveSelectedRepoFromOrgSecret",
        "description": "The parameters and request body are for method: dependabotRemoveSelectedRepoFromOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/dependabot/alerts": {
      "get": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotListAlertsForRepo",
        "description": "The parameters and request body are for method: dependabotListAlertsForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "severity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ecosystem",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "packageParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manifest",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scope",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "first",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "last",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/dependabot/alerts/{alertNumber}": {
      "get": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotGetAlert",
        "description": "The parameters and request body are for method: dependabotGetAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "alertNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "alertNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotUpdateAlert",
        "description": "The parameters and request body are for method: dependabotUpdateAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "alertNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "alertNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/dependabot/secrets": {
      "get": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotListRepoSecrets",
        "description": "The parameters and request body are for method: dependabotListRepoSecrets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/dependabot/secrets/public-key": {
      "get": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotGetRepoPublicKey",
        "description": "The parameters and request body are for method: dependabotGetRepoPublicKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/dependabot/secrets/{secretName}": {
      "get": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotGetRepoSecret",
        "description": "The parameters and request body are for method: dependabotGetRepoSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotCreateOrUpdateRepoSecret",
        "description": "The parameters and request body are for method: dependabotCreateOrUpdateRepoSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Dependabot"
        ],
        "operationId": "dependabotDeleteRepoSecret",
        "description": "The parameters and request body are for method: dependabotDeleteRepoSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}": {
      "get": {
        "tags": [
          "DependencyGraph"
        ],
        "operationId": "dependencyGraphDiffRange",
        "description": "The parameters and request body are for method: dependencyGraphDiffRange. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "basehead",
            "in": "path",
            "required": true,
            "schema": {
              "title": "basehead",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/dependency-graph/sbom": {
      "get": {
        "tags": [
          "DependencyGraph"
        ],
        "operationId": "dependencyGraphExportSbom",
        "description": "The parameters and request body are for method: dependencyGraphExportSbom. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/dependency-graph/snapshots": {
      "post": {
        "tags": [
          "DependencyGraph"
        ],
        "operationId": "dependencyGraphCreateRepositorySnapshot",
        "description": "The parameters and request body are for method: dependencyGraphCreateRepositorySnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/gists/public": {
      "get": {
        "tags": [
          "Gists"
        ],
        "operationId": "getGistsPublic",
        "description": "The parameters and request body are for method: getGistsPublic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "comments": {
                        "type": "number"
                      },
                      "comments_url": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "files": {
                        "type": "object",
                        "properties": {
                          "ring.erl": {
                            "type": "object",
                            "properties": {
                              "filename": {
                                "type": "string"
                              },
                              "raw_url": {
                                "type": "string"
                              },
                              "size": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      },
                      "git_pull_url": {
                        "type": "string"
                      },
                      "git_push_url": {
                        "type": "string"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string"
                      },
                      "public": {
                        "type": "boolean"
                      },
                      "url": {
                        "type": "string"
                      },
                      "user": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "comments": 7,
                    "comments_url": "string",
                    "created_at": "string",
                    "description": "string",
                    "files": {
                      "ring.erl": {
                        "filename": "string",
                        "raw_url": "string",
                        "size": 8
                      }
                    },
                    "git_pull_url": "string",
                    "git_push_url": "string",
                    "html_url": "string",
                    "id": "string",
                    "public": true,
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 6,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 2,
                      "email": "string",
                      "followers": 7,
                      "followers_url": "string",
                      "following": 2,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 3,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 6,
                      "plan": {
                        "collaborators": 5,
                        "name": "string",
                        "private_repos": 1,
                        "space": 2
                      },
                      "private_gists": 3,
                      "public_gists": 9,
                      "public_repos": 2,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 2,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "comments": 6,
                    "comments_url": "string",
                    "created_at": "string",
                    "description": "string",
                    "files": {
                      "ring.erl": {
                        "filename": "string",
                        "raw_url": "string",
                        "size": 8
                      }
                    },
                    "git_pull_url": "string",
                    "git_push_url": "string",
                    "html_url": "string",
                    "id": "string",
                    "public": false,
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 1,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 3,
                      "email": "string",
                      "followers": 1,
                      "followers_url": "string",
                      "following": 4,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 9,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 1,
                      "plan": {
                        "collaborators": 10,
                        "name": "string",
                        "private_repos": 1,
                        "space": 7
                      },
                      "private_gists": 3,
                      "public_gists": 3,
                      "public_repos": 7,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 4,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "comments": 6,
                    "comments_url": "string",
                    "created_at": "string",
                    "description": "string",
                    "files": {
                      "ring.erl": {
                        "filename": "string",
                        "raw_url": "string",
                        "size": 5
                      }
                    },
                    "git_pull_url": "string",
                    "git_push_url": "string",
                    "html_url": "string",
                    "id": "string",
                    "public": true,
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 9,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 5,
                      "email": "string",
                      "followers": 2,
                      "followers_url": "string",
                      "following": 1,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 8,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 8,
                      "plan": {
                        "collaborators": 5,
                        "name": "string",
                        "private_repos": 7,
                        "space": 9
                      },
                      "private_gists": 6,
                      "public_gists": 9,
                      "public_repos": 6,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 6,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "comments": 6,
                    "comments_url": "string",
                    "created_at": "string",
                    "description": "string",
                    "files": {
                      "ring.erl": {
                        "filename": "string",
                        "raw_url": "string",
                        "size": 10
                      }
                    },
                    "git_pull_url": "string",
                    "git_push_url": "string",
                    "html_url": "string",
                    "id": "string",
                    "public": true,
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 8,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 3,
                      "email": "string",
                      "followers": 7,
                      "followers_url": "string",
                      "following": 8,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 8,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 8,
                      "plan": {
                        "collaborators": 9,
                        "name": "string",
                        "private_repos": 4,
                        "space": 3
                      },
                      "private_gists": 7,
                      "public_gists": 9,
                      "public_repos": 9,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 8,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gists/starred": {
      "get": {
        "tags": [
          "Gists"
        ],
        "operationId": "getGistsStarred",
        "description": "The parameters and request body are for method: getGistsStarred. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "comments": {
                        "type": "number"
                      },
                      "comments_url": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "files": {
                        "type": "object",
                        "properties": {
                          "ring.erl": {
                            "type": "object",
                            "properties": {
                              "filename": {
                                "type": "string"
                              },
                              "raw_url": {
                                "type": "string"
                              },
                              "size": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      },
                      "git_pull_url": {
                        "type": "string"
                      },
                      "git_push_url": {
                        "type": "string"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string"
                      },
                      "public": {
                        "type": "boolean"
                      },
                      "url": {
                        "type": "string"
                      },
                      "user": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "comments": 6,
                    "comments_url": "string",
                    "created_at": "string",
                    "description": "string",
                    "files": {
                      "ring.erl": {
                        "filename": "string",
                        "raw_url": "string",
                        "size": 10
                      }
                    },
                    "git_pull_url": "string",
                    "git_push_url": "string",
                    "html_url": "string",
                    "id": "string",
                    "public": true,
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 10,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 3,
                      "email": "string",
                      "followers": 2,
                      "followers_url": "string",
                      "following": 3,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 9,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 9,
                      "plan": {
                        "collaborators": 4,
                        "name": "string",
                        "private_repos": 9,
                        "space": 8
                      },
                      "private_gists": 4,
                      "public_gists": 4,
                      "public_repos": 5,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 3,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gists/{gistId}/comments": {
      "get": {
        "tags": [
          "Gists"
        ],
        "operationId": "getGistsIdComments",
        "description": "The parameters and request body are for method: getGistsIdComments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "body": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "url": {
                        "type": "string"
                      },
                      "user": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "body": "string",
                    "created_at": "string",
                    "id": 4,
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 4,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 9,
                      "email": "string",
                      "followers": 3,
                      "followers_url": "string",
                      "following": 7,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 4,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 8,
                        "space": 6
                      },
                      "private_gists": 9,
                      "public_gists": 2,
                      "public_repos": 8,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 6,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "body": "string",
                    "created_at": "string",
                    "id": 10,
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 4,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 2,
                      "email": "string",
                      "followers": 6,
                      "followers_url": "string",
                      "following": 7,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 10,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 3,
                      "plan": {
                        "collaborators": 4,
                        "name": "string",
                        "private_repos": 3,
                        "space": 9
                      },
                      "private_gists": 2,
                      "public_gists": 3,
                      "public_repos": 9,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 6,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  },
                  {
                    "body": "string",
                    "created_at": "string",
                    "id": 2,
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 9,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 7,
                      "email": "string",
                      "followers": 3,
                      "followers_url": "string",
                      "following": 10,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 8,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 7,
                      "plan": {
                        "collaborators": 2,
                        "name": "string",
                        "private_repos": 3,
                        "space": 8
                      },
                      "private_gists": 9,
                      "public_gists": 4,
                      "public_repos": 3,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 8,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "gistId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "gistId",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gists/{gistId}/commits": {
      "get": {
        "tags": [
          "Gists"
        ],
        "operationId": "gistsListCommits",
        "description": "The parameters and request body are for method: gistsListCommits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "gistId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "gistId",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gists/{gistId}/forks": {
      "get": {
        "tags": [
          "Gists"
        ],
        "operationId": "gistsListForks",
        "description": "The parameters and request body are for method: gistsListForks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "gistId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "gistId",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gists/{gistId}/{sha}": {
      "get": {
        "tags": [
          "Gists"
        ],
        "operationId": "gistsGetRevision",
        "description": "The parameters and request body are for method: gistsGetRevision. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "gistId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "gistId",
              "type": "string"
            }
          },
          {
            "name": "sha",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sha",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/git/ref/{ref}": {
      "get": {
        "tags": [
          "Git"
        ],
        "operationId": "gitGetRef",
        "description": "The parameters and request body are for method: gitGetRef. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ref",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gitignore/templates/{name}": {
      "get": {
        "tags": [
          "Gitignore"
        ],
        "operationId": "gitignoreGetTemplate",
        "description": "The parameters and request body are for method: gitignoreGetTemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/issues": {
      "get": {
        "tags": [
          "Issues"
        ],
        "operationId": "getIssues",
        "description": "The parameters and request body are for method: getIssues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "assignee": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "body": {
                        "type": "string"
                      },
                      "closed_at": {
                        "type": "string"
                      },
                      "comments": {
                        "type": "number"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "labels": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "color": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "milestone": {
                        "type": "object",
                        "properties": {
                          "closed_issues": {
                            "type": "number"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "creator": {
                            "type": "object",
                            "properties": {
                              "avatar_url": {
                                "type": "string"
                              },
                              "bio": {
                                "type": "string"
                              },
                              "blog": {
                                "type": "string"
                              },
                              "collaborators": {
                                "type": "number"
                              },
                              "company": {
                                "type": "string"
                              },
                              "created_at": {
                                "type": "string"
                              },
                              "disk_usage": {
                                "type": "number"
                              },
                              "email": {
                                "type": "string"
                              },
                              "followers": {
                                "type": "number"
                              },
                              "followers_url": {
                                "type": "string"
                              },
                              "following": {
                                "type": "number"
                              },
                              "following_url": {
                                "type": "string"
                              },
                              "gists_url": {
                                "type": "string"
                              },
                              "gravatar_id": {
                                "type": "string"
                              },
                              "hireable": {
                                "type": "boolean"
                              },
                              "html_url": {
                                "type": "string"
                              },
                              "id": {
                                "type": "number"
                              },
                              "location": {
                                "type": "string"
                              },
                              "login": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "organizations_url": {
                                "type": "string"
                              },
                              "owned_private_repos": {
                                "type": "number"
                              },
                              "plan": {
                                "type": "object",
                                "properties": {
                                  "collaborators": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "private_repos": {
                                    "type": "number"
                                  },
                                  "space": {
                                    "type": "number"
                                  }
                                }
                              },
                              "private_gists": {
                                "type": "number"
                              },
                              "public_gists": {
                                "type": "number"
                              },
                              "public_repos": {
                                "type": "number"
                              },
                              "starred_url": {
                                "type": "string"
                              },
                              "subscriptions_url": {
                                "type": "string"
                              },
                              "total_private_repos": {
                                "type": "number"
                              },
                              "type": {
                                "type": "string"
                              },
                              "updated_at": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "description": {
                            "type": "string"
                          },
                          "due_on": {
                            "type": "string"
                          },
                          "number": {
                            "type": "number"
                          },
                          "open_issues": {
                            "type": "number"
                          },
                          "state": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "number": {
                        "type": "number"
                      },
                      "pull_request": {
                        "type": "object",
                        "properties": {
                          "diff_url": {
                            "type": "string"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "patch_url": {
                            "type": "string"
                          }
                        }
                      },
                      "state": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "user": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "assignee": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 5,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 9,
                      "email": "string",
                      "followers": 6,
                      "followers_url": "string",
                      "following": 7,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": true,
                      "html_url": "string",
                      "id": 4,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 4,
                      "plan": {
                        "collaborators": 6,
                        "name": "string",
                        "private_repos": 8,
                        "space": 8
                      },
                      "private_gists": 6,
                      "public_gists": 5,
                      "public_repos": 3,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 5,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    },
                    "body": "string",
                    "closed_at": "string",
                    "comments": 1,
                    "created_at": "string",
                    "html_url": "string",
                    "labels": [
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "color": "string",
                        "name": "string",
                        "url": "string"
                      }
                    ],
                    "milestone": {
                      "closed_issues": 2,
                      "created_at": "string",
                      "creator": {
                        "avatar_url": "string",
                        "bio": "string",
                        "blog": "string",
                        "collaborators": 8,
                        "company": "string",
                        "created_at": "string",
                        "disk_usage": 2,
                        "email": "string",
                        "followers": 6,
                        "followers_url": "string",
                        "following": 2,
                        "following_url": "string",
                        "gists_url": "string",
                        "gravatar_id": "string",
                        "hireable": false,
                        "html_url": "string",
                        "id": 9,
                        "location": "string",
                        "login": "string",
                        "name": "string",
                        "organizations_url": "string",
                        "owned_private_repos": 9,
                        "plan": {
                          "collaborators": 8,
                          "name": "string",
                          "private_repos": 5,
                          "space": 5
                        },
                        "private_gists": 1,
                        "public_gists": 1,
                        "public_repos": 3,
                        "starred_url": "string",
                        "subscriptions_url": "string",
                        "total_private_repos": 7,
                        "type": "User",
                        "updated_at": "string",
                        "url": "string"
                      },
                      "description": "string",
                      "due_on": "string",
                      "number": 8,
                      "open_issues": 10,
                      "state": "open",
                      "title": "string",
                      "url": "string"
                    },
                    "number": 10,
                    "pull_request": {
                      "diff_url": "string",
                      "html_url": "string",
                      "patch_url": "string"
                    },
                    "state": "open",
                    "title": "string",
                    "updated_at": "string",
                    "url": "string",
                    "user": {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 7,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 7,
                      "email": "string",
                      "followers": 2,
                      "followers_url": "string",
                      "following": 8,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 9,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 9,
                      "plan": {
                        "collaborators": 3,
                        "name": "string",
                        "private_repos": 7,
                        "space": 10
                      },
                      "private_gists": 4,
                      "public_gists": 1,
                      "public_repos": 10,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 4,
                      "type": "User",
                      "updated_at": "string",
                      "url": "string"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "labels",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "collab",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "orgs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "owned",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pulls",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/{issueNumber}/assignees": {
      "post": {
        "tags": [
          "Issues"
        ],
        "operationId": "issuesAddAssignees",
        "description": "The parameters and request body are for method: issuesAddAssignees. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "issueNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Issues"
        ],
        "operationId": "issuesRemoveAssignees",
        "description": "The parameters and request body are for method: issuesRemoveAssignees. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "issueNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/{issueNumber}/assignees/{assignee}": {
      "get": {
        "tags": [
          "Issues"
        ],
        "operationId": "issuesCheckUserCanBeAssignedToIssue",
        "description": "The parameters and request body are for method: issuesCheckUserCanBeAssignedToIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "issueNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueNumber",
              "type": "number"
            }
          },
          {
            "name": "assignee",
            "in": "path",
            "required": true,
            "schema": {
              "title": "assignee",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/{issueNumber}/lock": {
      "put": {
        "tags": [
          "Issues"
        ],
        "operationId": "issuesLock",
        "description": "The parameters and request body are for method: issuesLock. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "issueNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Issues"
        ],
        "operationId": "issuesUnlock",
        "description": "The parameters and request body are for method: issuesUnlock. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "issueNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/{issueNumber}/timeline": {
      "get": {
        "tags": [
          "Issues"
        ],
        "operationId": "issuesListEventsForTimeline",
        "description": "The parameters and request body are for method: issuesListEventsForTimeline. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "issueNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueNumber",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/licenses": {
      "get": {
        "tags": [
          "Licenses"
        ],
        "operationId": "licensesGetAllCommonlyUsed",
        "description": "The parameters and request body are for method: licensesGetAllCommonlyUsed. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "featured",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/licenses/{license}": {
      "get": {
        "tags": [
          "Licenses"
        ],
        "operationId": "licensesGet",
        "description": "The parameters and request body are for method: licensesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "license",
            "in": "path",
            "required": true,
            "schema": {
              "title": "license",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/license": {
      "get": {
        "tags": [
          "Licenses"
        ],
        "operationId": "licensesGetForRepo",
        "description": "The parameters and request body are for method: licensesGetForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/": {
      "get": {
        "tags": [
          "Meta"
        ],
        "operationId": "metaRoot",
        "description": "The parameters and request body are for method: metaRoot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/octocat": {
      "get": {
        "tags": [
          "Meta"
        ],
        "operationId": "metaGetOctocat",
        "description": "The parameters and request body are for method: metaGetOctocat. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "s",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/versions": {
      "get": {
        "tags": [
          "Meta"
        ],
        "operationId": "metaGetAllVersions",
        "description": "The parameters and request body are for method: metaGetAllVersions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/zen": {
      "get": {
        "tags": [
          "Meta"
        ],
        "operationId": "metaGetZen",
        "description": "The parameters and request body are for method: metaGetZen. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/migrations": {
      "get": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsListForOrg",
        "description": "The parameters and request body are for method: migrationsListForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exclude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsStartForOrg",
        "description": "The parameters and request body are for method: migrationsStartForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/migrations/{migrationId}": {
      "get": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsGetStatusForOrg",
        "description": "The parameters and request body are for method: migrationsGetStatusForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "migrationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "migrationId",
              "type": "number"
            }
          },
          {
            "name": "exclude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/migrations/{migrationId}/archive": {
      "get": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsDownloadArchiveForOrg",
        "description": "The parameters and request body are for method: migrationsDownloadArchiveForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "migrationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "migrationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsDeleteArchiveForOrg",
        "description": "The parameters and request body are for method: migrationsDeleteArchiveForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "migrationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "migrationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/migrations/{migrationId}/repos/{repoName}/lock": {
      "delete": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsUnlockRepoForOrg",
        "description": "The parameters and request body are for method: migrationsUnlockRepoForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "migrationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "migrationId",
              "type": "number"
            }
          },
          {
            "name": "repoName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/migrations/{migrationId}/repositories": {
      "get": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsListReposForOrg",
        "description": "The parameters and request body are for method: migrationsListReposForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "migrationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "migrationId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/import": {
      "get": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsGetImportStatus",
        "description": "The parameters and request body are for method: migrationsGetImportStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsStartImport",
        "description": "The parameters and request body are for method: migrationsStartImport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsUpdateImport",
        "description": "The parameters and request body are for method: migrationsUpdateImport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsCancelImport",
        "description": "The parameters and request body are for method: migrationsCancelImport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/import/authors": {
      "get": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsGetCommitAuthors",
        "description": "The parameters and request body are for method: migrationsGetCommitAuthors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/import/authors/{authorId}": {
      "patch": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsMapCommitAuthor",
        "description": "The parameters and request body are for method: migrationsMapCommitAuthor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "authorId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "authorId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/import/large_files": {
      "get": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsGetLargeFiles",
        "description": "The parameters and request body are for method: migrationsGetLargeFiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/import/lfs": {
      "patch": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsSetLfsPreference",
        "description": "The parameters and request body are for method: migrationsSetLfsPreference. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/user/migrations": {
      "get": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsListForAuthenticatedUser",
        "description": "The parameters and request body are for method: migrationsListForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsStartForAuthenticatedUser",
        "description": "The parameters and request body are for method: migrationsStartForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/user/migrations/{migrationId}": {
      "get": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsGetStatusForAuthenticatedUser",
        "description": "The parameters and request body are for method: migrationsGetStatusForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "migrationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "migrationId",
              "type": "number"
            }
          },
          {
            "name": "exclude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/migrations/{migrationId}/archive": {
      "get": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsGetArchiveForAuthenticatedUser",
        "description": "The parameters and request body are for method: migrationsGetArchiveForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "migrationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "migrationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsDeleteArchiveForAuthenticatedUser",
        "description": "The parameters and request body are for method: migrationsDeleteArchiveForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "migrationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "migrationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/migrations/{migrationId}/repos/{repoName}/lock": {
      "delete": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsUnlockRepoForAuthenticatedUser",
        "description": "The parameters and request body are for method: migrationsUnlockRepoForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "migrationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "migrationId",
              "type": "number"
            }
          },
          {
            "name": "repoName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/migrations/{migrationId}/repositories": {
      "get": {
        "tags": [
          "Migrations"
        ],
        "operationId": "migrationsListReposForAuthenticatedUser",
        "description": "The parameters and request body are for method: migrationsListReposForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "migrationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "migrationId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/actions/oidc/customization/sub": {
      "get": {
        "tags": [
          "Oidc"
        ],
        "operationId": "oidcGetOidcCustomSubTemplateForOrg",
        "description": "The parameters and request body are for method: oidcGetOidcCustomSubTemplateForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Oidc"
        ],
        "operationId": "oidcUpdateOidcCustomSubTemplateForOrg",
        "description": "The parameters and request body are for method: oidcUpdateOidcCustomSubTemplateForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/docker/conflicts": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesListDockerMigrationConflictingPackagesForOrganization",
        "description": "The parameters and request body are for method: packagesListDockerMigrationConflictingPackagesForOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/packages": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesListPackagesForOrganization",
        "description": "The parameters and request body are for method: packagesListPackagesForOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "packageType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "visibility",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{packageType}/packages/{packageName}/{org}": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesGetPackageForOrganization",
        "description": "The parameters and request body are for method: packagesGetPackageForOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesDeletePackageForOrg",
        "description": "The parameters and request body are for method: packagesDeletePackageForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{packageType}/packages/{packageName}/{org}/restore": {
      "post": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesRestorePackageForOrg",
        "description": "The parameters and request body are for method: packagesRestorePackageForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{packageType}/packages/{packageName}/{org}/versions": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesGetAllPackageVersionsForPackageOwnedByOrg",
        "description": "The parameters and request body are for method: packagesGetAllPackageVersionsForPackageOwnedByOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{packageType}/packages/{packageName}/{org}/versions/{packageVersionId}": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesGetPackageVersionForOrganization",
        "description": "The parameters and request body are for method: packagesGetPackageVersionForOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "packageVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageVersionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesDeletePackageVersionForOrg",
        "description": "The parameters and request body are for method: packagesDeletePackageVersionForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "packageVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageVersionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{packageType}/packages/{packageName}/{org}/versions/{packageVersionId}/restore": {
      "post": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesRestorePackageVersionForOrg",
        "description": "The parameters and request body are for method: packagesRestorePackageVersionForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "packageVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageVersionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/docker/conflicts": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesListDockerMigrationConflictingPackagesForAuthenticatedUser",
        "description": "The parameters and request body are for method: packagesListDockerMigrationConflictingPackagesForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/packages": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesListPackagesForAuthenticatedUser",
        "description": "The parameters and request body are for method: packagesListPackagesForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "visibility",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/packages/{packageType}/{packageName}": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesGetPackageForAuthenticatedUser",
        "description": "The parameters and request body are for method: packagesGetPackageForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesDeletePackageForAuthenticatedUser",
        "description": "The parameters and request body are for method: packagesDeletePackageForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/packages/{packageType}/{packageName}/restore": {
      "post": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesRestorePackageForAuthenticatedUser",
        "description": "The parameters and request body are for method: packagesRestorePackageForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/packages/{packageType}/{packageName}/versions": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUser",
        "description": "The parameters and request body are for method: packagesGetAllPackageVersionsForPackageOwnedByAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/packages/{packageType}/{packageName}/versions/{packageVersionId}": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesGetPackageVersionForAuthenticatedUser",
        "description": "The parameters and request body are for method: packagesGetPackageVersionForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "packageVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageVersionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesDeletePackageVersionForAuthenticatedUser",
        "description": "The parameters and request body are for method: packagesDeletePackageVersionForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "packageVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageVersionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/packages/{packageType}/{packageName}/versions/{packageVersionId}/restore": {
      "post": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesRestorePackageVersionForAuthenticatedUser",
        "description": "The parameters and request body are for method: packagesRestorePackageVersionForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "packageVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageVersionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/docker/conflicts": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesListDockerMigrationConflictingPackagesForUser",
        "description": "The parameters and request body are for method: packagesListDockerMigrationConflictingPackagesForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/packages": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesListPackagesForUser",
        "description": "The parameters and request body are for method: packagesListPackagesForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "packageType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "visibility",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{packageType}/packages/{packageName}/{username}": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesGetPackageForUser",
        "description": "The parameters and request body are for method: packagesGetPackageForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesDeletePackageForUser",
        "description": "The parameters and request body are for method: packagesDeletePackageForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{packageType}/packages/{packageName}/{username}/restore": {
      "post": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesRestorePackageForUser",
        "description": "The parameters and request body are for method: packagesRestorePackageForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{packageType}/packages/{packageName}/{username}/versions": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesGetAllPackageVersionsForPackageOwnedByUser",
        "description": "The parameters and request body are for method: packagesGetAllPackageVersionsForPackageOwnedByUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{packageType}/packages/{packageName}/{packageVersionId}/versions/{username}": {
      "get": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesGetPackageVersionForUser",
        "description": "The parameters and request body are for method: packagesGetPackageVersionForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "packageVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageVersionId",
              "type": "number"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{packageType}/packages/{packageName}/{username}/versions/{packageVersionId}": {
      "delete": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesDeletePackageVersionForUser",
        "description": "The parameters and request body are for method: packagesDeletePackageVersionForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "packageVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageVersionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{packageType}/packages/{packageName}/{username}/versions/{packageVersionId}/restore": {
      "post": {
        "tags": [
          "Packages"
        ],
        "operationId": "packagesRestorePackageVersionForUser",
        "description": "The parameters and request body are for method: packagesRestorePackageVersionForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "packageType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageType",
              "type": "string"
            }
          },
          {
            "name": "packageName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageName",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "packageVersionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "packageVersionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/projects": {
      "get": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsListForOrg",
        "description": "The parameters and request body are for method: projectsListForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsCreateForOrg",
        "description": "The parameters and request body are for method: projectsCreateForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/projects/columns/cards/{cardId}": {
      "get": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsGetCard",
        "description": "The parameters and request body are for method: projectsGetCard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cardId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cardId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsUpdateCard",
        "description": "The parameters and request body are for method: projectsUpdateCard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cardId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cardId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsDeleteCard",
        "description": "The parameters and request body are for method: projectsDeleteCard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cardId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cardId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projects/columns/cards/{cardId}/moves": {
      "post": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsMoveCard",
        "description": "The parameters and request body are for method: projectsMoveCard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cardId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cardId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/projects/columns/{columnId}": {
      "get": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsGetColumn",
        "description": "The parameters and request body are for method: projectsGetColumn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "columnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "columnId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsUpdateColumn",
        "description": "The parameters and request body are for method: projectsUpdateColumn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "columnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "columnId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsDeleteColumn",
        "description": "The parameters and request body are for method: projectsDeleteColumn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "columnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "columnId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projects/columns/{columnId}/cards": {
      "get": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsListCards",
        "description": "The parameters and request body are for method: projectsListCards. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "columnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "columnId",
              "type": "number"
            }
          },
          {
            "name": "archivedState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsCreateCard",
        "description": "The parameters and request body are for method: projectsCreateCard. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "columnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "columnId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/projects/columns/{columnId}/moves": {
      "post": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsMoveColumn",
        "description": "The parameters and request body are for method: projectsMoveColumn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "columnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "columnId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/projects/{projectId}": {
      "get": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsGet",
        "description": "The parameters and request body are for method: projectsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsUpdate",
        "description": "The parameters and request body are for method: projectsUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsDelete",
        "description": "The parameters and request body are for method: projectsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projects/{projectId}/collaborators": {
      "get": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsListCollaborators",
        "description": "The parameters and request body are for method: projectsListCollaborators. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          },
          {
            "name": "affiliation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projects/{projectId}/collaborators/{username}": {
      "put": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsAddCollaborator",
        "description": "The parameters and request body are for method: projectsAddCollaborator. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsRemoveCollaborator",
        "description": "The parameters and request body are for method: projectsRemoveCollaborator. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projects/{projectId}/collaborators/{username}/permission": {
      "get": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsGetPermissionForUser",
        "description": "The parameters and request body are for method: projectsGetPermissionForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projects/{projectId}/columns": {
      "get": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsListColumns",
        "description": "The parameters and request body are for method: projectsListColumns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsCreateColumn",
        "description": "The parameters and request body are for method: projectsCreateColumn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/projects": {
      "get": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsListForRepo",
        "description": "The parameters and request body are for method: projectsListForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsCreateForRepo",
        "description": "The parameters and request body are for method: projectsCreateForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/user/projects": {
      "post": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsCreateForAuthenticatedUser",
        "description": "The parameters and request body are for method: projectsCreateForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/users/{username}/projects": {
      "get": {
        "tags": [
          "Projects"
        ],
        "operationId": "projectsListForUser",
        "description": "The parameters and request body are for method: projectsListForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{pullNumber}/comments/{commentId}/replies": {
      "post": {
        "tags": [
          "Pulls"
        ],
        "operationId": "pullsCreateReplyForReviewComment",
        "description": "The parameters and request body are for method: pullsCreateReplyForReviewComment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{pullNumber}/requested_reviewers": {
      "get": {
        "tags": [
          "Pulls"
        ],
        "operationId": "pullsListRequestedReviewers",
        "description": "The parameters and request body are for method: pullsListRequestedReviewers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Pulls"
        ],
        "operationId": "pullsRequestReviewers",
        "description": "The parameters and request body are for method: pullsRequestReviewers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Pulls"
        ],
        "operationId": "pullsRemoveRequestedReviewers",
        "description": "The parameters and request body are for method: pullsRemoveRequestedReviewers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{pullNumber}/reviews": {
      "get": {
        "tags": [
          "Pulls"
        ],
        "operationId": "pullsListReviews",
        "description": "The parameters and request body are for method: pullsListReviews. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Pulls"
        ],
        "operationId": "pullsCreateReview",
        "description": "The parameters and request body are for method: pullsCreateReview. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{pullNumber}/reviews/{reviewId}": {
      "get": {
        "tags": [
          "Pulls"
        ],
        "operationId": "pullsGetReview",
        "description": "The parameters and request body are for method: pullsGetReview. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          },
          {
            "name": "reviewId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reviewId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Pulls"
        ],
        "operationId": "pullsUpdateReview",
        "description": "The parameters and request body are for method: pullsUpdateReview. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          },
          {
            "name": "reviewId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reviewId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Pulls"
        ],
        "operationId": "pullsDeletePendingReview",
        "description": "The parameters and request body are for method: pullsDeletePendingReview. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          },
          {
            "name": "reviewId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reviewId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{pullNumber}/reviews/{reviewId}/comments": {
      "get": {
        "tags": [
          "Pulls"
        ],
        "operationId": "pullsListCommentsForReview",
        "description": "The parameters and request body are for method: pullsListCommentsForReview. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          },
          {
            "name": "reviewId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reviewId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{pullNumber}/reviews/{reviewId}/dismissals": {
      "put": {
        "tags": [
          "Pulls"
        ],
        "operationId": "pullsDismissReview",
        "description": "The parameters and request body are for method: pullsDismissReview. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          },
          {
            "name": "reviewId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reviewId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{pullNumber}/reviews/{reviewId}/events": {
      "post": {
        "tags": [
          "Pulls"
        ],
        "operationId": "pullsSubmitReview",
        "description": "The parameters and request body are for method: pullsSubmitReview. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          },
          {
            "name": "reviewId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reviewId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{pullNumber}/update-branch": {
      "put": {
        "tags": [
          "Pulls"
        ],
        "operationId": "pullsUpdateBranch",
        "description": "The parameters and request body are for method: pullsUpdateBranch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/discussions/{discussionNumber}/comments/{commentNumber}/reactions": {
      "get": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsListForTeamDiscussionCommentInOrg",
        "description": "The parameters and request body are for method: reactionsListForTeamDiscussionCommentInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "commentNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentNumber",
              "type": "number"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsCreateForTeamDiscussionCommentInOrg",
        "description": "The parameters and request body are for method: reactionsCreateForTeamDiscussionCommentInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "commentNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/discussions/{discussionNumber}/comments/{commentNumber}/reactions/{reactionId}": {
      "delete": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsDeleteForTeamDiscussionComment",
        "description": "The parameters and request body are for method: reactionsDeleteForTeamDiscussionComment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "commentNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentNumber",
              "type": "number"
            }
          },
          {
            "name": "reactionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reactionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/discussions/{discussionNumber}/reactions": {
      "get": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsListForTeamDiscussionInOrg",
        "description": "The parameters and request body are for method: reactionsListForTeamDiscussionInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsCreateForTeamDiscussionInOrg",
        "description": "The parameters and request body are for method: reactionsCreateForTeamDiscussionInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/discussions/{discussionNumber}/reactions/{reactionId}": {
      "delete": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsDeleteForTeamDiscussion",
        "description": "The parameters and request body are for method: reactionsDeleteForTeamDiscussion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "reactionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reactionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/comments/{commentId}/reactions": {
      "get": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsListForCommitComment",
        "description": "The parameters and request body are for method: reactionsListForCommitComment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsCreateForCommitComment",
        "description": "The parameters and request body are for method: reactionsCreateForCommitComment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/comments/{commentId}/reactions/{reactionId}": {
      "delete": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsDeleteForCommitComment",
        "description": "The parameters and request body are for method: reactionsDeleteForCommitComment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          },
          {
            "name": "reactionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reactionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/comments/{commentId}/reactions": {
      "get": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsListForIssueComment",
        "description": "The parameters and request body are for method: reactionsListForIssueComment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsCreateForIssueComment",
        "description": "The parameters and request body are for method: reactionsCreateForIssueComment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/comments/{commentId}/reactions/{reactionId}": {
      "delete": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsDeleteForIssueComment",
        "description": "The parameters and request body are for method: reactionsDeleteForIssueComment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          },
          {
            "name": "reactionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reactionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/{issueNumber}/reactions": {
      "get": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsListForIssue",
        "description": "The parameters and request body are for method: reactionsListForIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "issueNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueNumber",
              "type": "number"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsCreateForIssue",
        "description": "The parameters and request body are for method: reactionsCreateForIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "issueNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/issues/{issueNumber}/reactions/{reactionId}": {
      "delete": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsDeleteForIssue",
        "description": "The parameters and request body are for method: reactionsDeleteForIssue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "issueNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueNumber",
              "type": "number"
            }
          },
          {
            "name": "reactionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reactionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/comments/{commentId}/reactions": {
      "get": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsListForPullRequestReviewComment",
        "description": "The parameters and request body are for method: reactionsListForPullRequestReviewComment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsCreateForPullRequestReviewComment",
        "description": "The parameters and request body are for method: reactionsCreateForPullRequestReviewComment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/comments/{commentId}/reactions/{reactionId}": {
      "delete": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsDeleteForPullRequestComment",
        "description": "The parameters and request body are for method: reactionsDeleteForPullRequestComment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          },
          {
            "name": "reactionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reactionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/releases/{releaseId}/reactions": {
      "get": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsListForRelease",
        "description": "The parameters and request body are for method: reactionsListForRelease. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "releaseId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "releaseId",
              "type": "number"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsCreateForRelease",
        "description": "The parameters and request body are for method: reactionsCreateForRelease. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "releaseId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "releaseId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/releases/{releaseId}/reactions/{reactionId}": {
      "delete": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsDeleteForRelease",
        "description": "The parameters and request body are for method: reactionsDeleteForRelease. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "releaseId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "releaseId",
              "type": "number"
            }
          },
          {
            "name": "reactionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reactionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{teamId}/discussions/{discussionNumber}/comments/{commentNumber}/reactions": {
      "get": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsListForTeamDiscussionCommentLegacy",
        "description": "The parameters and request body are for method: reactionsListForTeamDiscussionCommentLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "commentNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentNumber",
              "type": "number"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsCreateForTeamDiscussionCommentLegacy",
        "description": "The parameters and request body are for method: reactionsCreateForTeamDiscussionCommentLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "commentNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/teams/{teamId}/discussions/{discussionNumber}/reactions": {
      "get": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsListForTeamDiscussionLegacy",
        "description": "The parameters and request body are for method: reactionsListForTeamDiscussionLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Reactions"
        ],
        "operationId": "reactionsCreateForTeamDiscussionLegacy",
        "description": "The parameters and request body are for method: reactionsCreateForTeamDiscussionLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/search/commits": {
      "get": {
        "tags": [
          "Search"
        ],
        "operationId": "searchCommits",
        "description": "The parameters and request body are for method: searchCommits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/search/labels": {
      "get": {
        "tags": [
          "Search"
        ],
        "operationId": "searchLabels",
        "description": "The parameters and request body are for method: searchLabels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "repositoryId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/search/repositories": {
      "get": {
        "tags": [
          "Search"
        ],
        "operationId": "getSearchRepositories",
        "description": "The parameters and request body are for method: getSearchRepositories. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/search/topics": {
      "get": {
        "tags": [
          "Search"
        ],
        "operationId": "searchTopics",
        "description": "The parameters and request body are for method: searchTopics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/search/users": {
      "get": {
        "tags": [
          "Search"
        ],
        "operationId": "getSearchUsers",
        "description": "The parameters and request body are for method: getSearchUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "items": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "avatar_url": {
                            "type": "string"
                          },
                          "bio": {
                            "type": "string"
                          },
                          "blog": {
                            "type": "string"
                          },
                          "collaborators": {
                            "type": "number"
                          },
                          "company": {
                            "type": "string"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "disk_usage": {
                            "type": "number"
                          },
                          "email": {
                            "type": "string"
                          },
                          "followers": {
                            "type": "number"
                          },
                          "followers_url": {
                            "type": "string"
                          },
                          "following": {
                            "type": "number"
                          },
                          "following_url": {
                            "type": "string"
                          },
                          "gists_url": {
                            "type": "string"
                          },
                          "gravatar_id": {
                            "type": "string"
                          },
                          "hireable": {
                            "type": "boolean"
                          },
                          "html_url": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "location": {
                            "type": "string"
                          },
                          "login": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "organizations_url": {
                            "type": "string"
                          },
                          "owned_private_repos": {
                            "type": "number"
                          },
                          "plan": {
                            "type": "object",
                            "properties": {
                              "collaborators": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "private_repos": {
                                "type": "number"
                              },
                              "space": {
                                "type": "number"
                              }
                            }
                          },
                          "private_gists": {
                            "type": "number"
                          },
                          "public_gists": {
                            "type": "number"
                          },
                          "public_repos": {
                            "type": "number"
                          },
                          "starred_url": {
                            "type": "string"
                          },
                          "subscriptions_url": {
                            "type": "string"
                          },
                          "total_private_repos": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "updated_at": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "total_count": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "items": [
                    {
                      "avatar_url": "string",
                      "bio": "string",
                      "blog": "string",
                      "collaborators": 7,
                      "company": "string",
                      "created_at": "string",
                      "disk_usage": 1,
                      "email": "string",
                      "followers": 3,
                      "followers_url": "string",
                      "following": 7,
                      "following_url": "string",
                      "gists_url": "string",
                      "gravatar_id": "string",
                      "hireable": false,
                      "html_url": "string",
                      "id": 2,
                      "location": "string",
                      "login": "string",
                      "name": "string",
                      "organizations_url": "string",
                      "owned_private_repos": 8,
                      "plan": {
                        "collaborators": 5,
                        "name": "string",
                        "private_repos": 9,
                        "space": 2
                      },
                      "private_gists": 6,
                      "public_gists": 10,
                      "public_repos": 7,
                      "starred_url": "string",
                      "subscriptions_url": "string",
                      "total_private_repos": 6,
                      "type": "Organization",
                      "updated_at": "string",
                      "url": "string"
                    }
                  ],
                  "total_count": 7
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "order",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/enterprises/{enterprise}/secret-scanning/alerts": {
      "get": {
        "tags": [
          "SecretScanning"
        ],
        "operationId": "secretScanningListAlertsForEnterprise",
        "description": "The parameters and request body are for method: secretScanningListAlertsForEnterprise. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enterprise",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enterprise",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secretType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resolution",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "validity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/secret-scanning/alerts": {
      "get": {
        "tags": [
          "SecretScanning"
        ],
        "operationId": "secretScanningListAlertsForOrg",
        "description": "The parameters and request body are for method: secretScanningListAlertsForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secretType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resolution",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "validity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/secret-scanning/alerts": {
      "get": {
        "tags": [
          "SecretScanning"
        ],
        "operationId": "secretScanningListAlertsForRepo",
        "description": "The parameters and request body are for method: secretScanningListAlertsForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secretType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resolution",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "validity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/secret-scanning/alerts/{alertNumber}": {
      "get": {
        "tags": [
          "SecretScanning"
        ],
        "operationId": "secretScanningGetAlert",
        "description": "The parameters and request body are for method: secretScanningGetAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "alertNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "alertNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "SecretScanning"
        ],
        "operationId": "secretScanningUpdateAlert",
        "description": "The parameters and request body are for method: secretScanningUpdateAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "alertNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "alertNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/secret-scanning/alerts/{alertNumber}/locations": {
      "get": {
        "tags": [
          "SecretScanning"
        ],
        "operationId": "secretScanningListLocationsForAlert",
        "description": "The parameters and request body are for method: secretScanningListLocationsForAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "alertNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "alertNumber",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses": {
      "post": {
        "tags": [
          "SecretScanning"
        ],
        "operationId": "secretScanningCreatePushProtectionBypass",
        "description": "The parameters and request body are for method: secretScanningCreatePushProtectionBypass. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsGetByName",
        "description": "The parameters and request body are for method: teamsGetByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsUpdateInOrg",
        "description": "The parameters and request body are for method: teamsUpdateInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsDeleteInOrg",
        "description": "The parameters and request body are for method: teamsDeleteInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/discussions": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsListDiscussionsInOrg",
        "description": "The parameters and request body are for method: teamsListDiscussionsInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pinned",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsCreateDiscussionInOrg",
        "description": "The parameters and request body are for method: teamsCreateDiscussionInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/discussions/{discussionNumber}": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsGetDiscussionInOrg",
        "description": "The parameters and request body are for method: teamsGetDiscussionInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsUpdateDiscussionInOrg",
        "description": "The parameters and request body are for method: teamsUpdateDiscussionInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsDeleteDiscussionInOrg",
        "description": "The parameters and request body are for method: teamsDeleteDiscussionInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/discussions/{discussionNumber}/comments": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsListDiscussionCommentsInOrg",
        "description": "The parameters and request body are for method: teamsListDiscussionCommentsInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsCreateDiscussionCommentInOrg",
        "description": "The parameters and request body are for method: teamsCreateDiscussionCommentInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/discussions/{discussionNumber}/comments/{commentNumber}": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsGetDiscussionCommentInOrg",
        "description": "The parameters and request body are for method: teamsGetDiscussionCommentInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "commentNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsUpdateDiscussionCommentInOrg",
        "description": "The parameters and request body are for method: teamsUpdateDiscussionCommentInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "commentNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsDeleteDiscussionCommentInOrg",
        "description": "The parameters and request body are for method: teamsDeleteDiscussionCommentInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "commentNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/invitations": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsListPendingInvitationsInOrg",
        "description": "The parameters and request body are for method: teamsListPendingInvitationsInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/members": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsListMembersInOrg",
        "description": "The parameters and request body are for method: teamsListMembersInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/memberships/{username}": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsGetMembershipForUserInOrg",
        "description": "The parameters and request body are for method: teamsGetMembershipForUserInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsAddOrUpdateMembershipForUserInOrg",
        "description": "The parameters and request body are for method: teamsAddOrUpdateMembershipForUserInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsRemoveMembershipForUserInOrg",
        "description": "The parameters and request body are for method: teamsRemoveMembershipForUserInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/projects": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsListProjectsInOrg",
        "description": "The parameters and request body are for method: teamsListProjectsInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/projects/{projectId}": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsCheckPermissionsForProjectInOrg",
        "description": "The parameters and request body are for method: teamsCheckPermissionsForProjectInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsAddOrUpdateProjectPermissionsInOrg",
        "description": "The parameters and request body are for method: teamsAddOrUpdateProjectPermissionsInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsRemoveProjectInOrg",
        "description": "The parameters and request body are for method: teamsRemoveProjectInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/repos": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsListReposInOrg",
        "description": "The parameters and request body are for method: teamsListReposInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/repos/{owner}/{repo}": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsCheckPermissionsForRepoInOrg",
        "description": "The parameters and request body are for method: teamsCheckPermissionsForRepoInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsAddOrUpdateRepoPermissionsInOrg",
        "description": "The parameters and request body are for method: teamsAddOrUpdateRepoPermissionsInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsRemoveRepoInOrg",
        "description": "The parameters and request body are for method: teamsRemoveRepoInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/teams/{teamSlug}/teams": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsListChildInOrg",
        "description": "The parameters and request body are for method: teamsListChildInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{teamId}/discussions": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsListDiscussionsLegacy",
        "description": "The parameters and request body are for method: teamsListDiscussionsLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsCreateDiscussionLegacy",
        "description": "The parameters and request body are for method: teamsCreateDiscussionLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/teams/{teamId}/discussions/{discussionNumber}": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsGetDiscussionLegacy",
        "description": "The parameters and request body are for method: teamsGetDiscussionLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsUpdateDiscussionLegacy",
        "description": "The parameters and request body are for method: teamsUpdateDiscussionLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsDeleteDiscussionLegacy",
        "description": "The parameters and request body are for method: teamsDeleteDiscussionLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{teamId}/discussions/{discussionNumber}/comments": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsListDiscussionCommentsLegacy",
        "description": "The parameters and request body are for method: teamsListDiscussionCommentsLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsCreateDiscussionCommentLegacy",
        "description": "The parameters and request body are for method: teamsCreateDiscussionCommentLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/teams/{teamId}/discussions/{discussionNumber}/comments/{commentNumber}": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsGetDiscussionCommentLegacy",
        "description": "The parameters and request body are for method: teamsGetDiscussionCommentLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "commentNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsUpdateDiscussionCommentLegacy",
        "description": "The parameters and request body are for method: teamsUpdateDiscussionCommentLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "commentNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsDeleteDiscussionCommentLegacy",
        "description": "The parameters and request body are for method: teamsDeleteDiscussionCommentLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "discussionNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "discussionNumber",
              "type": "number"
            }
          },
          {
            "name": "commentNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{teamId}/invitations": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsListPendingInvitationsLegacy",
        "description": "The parameters and request body are for method: teamsListPendingInvitationsLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{teamId}/members": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "getTeamsTeamIdMembers",
        "description": "The parameters and request body are for method: getTeamsTeamIdMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "avatar_url": {
                        "type": "string"
                      },
                      "bio": {
                        "type": "string"
                      },
                      "blog": {
                        "type": "string"
                      },
                      "collaborators": {
                        "type": "number"
                      },
                      "company": {
                        "type": "string"
                      },
                      "created_at": {
                        "type": "string"
                      },
                      "disk_usage": {
                        "type": "number"
                      },
                      "email": {
                        "type": "string"
                      },
                      "followers": {
                        "type": "number"
                      },
                      "followers_url": {
                        "type": "string"
                      },
                      "following": {
                        "type": "number"
                      },
                      "following_url": {
                        "type": "string"
                      },
                      "gists_url": {
                        "type": "string"
                      },
                      "gravatar_id": {
                        "type": "string"
                      },
                      "hireable": {
                        "type": "boolean"
                      },
                      "html_url": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "location": {
                        "type": "string"
                      },
                      "login": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "organizations_url": {
                        "type": "string"
                      },
                      "owned_private_repos": {
                        "type": "number"
                      },
                      "plan": {
                        "type": "object",
                        "properties": {
                          "collaborators": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "private_repos": {
                            "type": "number"
                          },
                          "space": {
                            "type": "number"
                          }
                        }
                      },
                      "private_gists": {
                        "type": "number"
                      },
                      "public_gists": {
                        "type": "number"
                      },
                      "public_repos": {
                        "type": "number"
                      },
                      "starred_url": {
                        "type": "string"
                      },
                      "subscriptions_url": {
                        "type": "string"
                      },
                      "total_private_repos": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "updated_at": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 2,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 6,
                    "email": "string",
                    "followers": 1,
                    "followers_url": "string",
                    "following": 2,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 9,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 2,
                    "plan": {
                      "collaborators": 2,
                      "name": "string",
                      "private_repos": 2,
                      "space": 9
                    },
                    "private_gists": 2,
                    "public_gists": 4,
                    "public_repos": 2,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 9,
                    "type": "User",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 1,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 4,
                    "email": "string",
                    "followers": 10,
                    "followers_url": "string",
                    "following": 2,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": true,
                    "html_url": "string",
                    "id": 3,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 4,
                    "plan": {
                      "collaborators": 6,
                      "name": "string",
                      "private_repos": 8,
                      "space": 10
                    },
                    "private_gists": 1,
                    "public_gists": 5,
                    "public_repos": 6,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 9,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  },
                  {
                    "avatar_url": "string",
                    "bio": "string",
                    "blog": "string",
                    "collaborators": 2,
                    "company": "string",
                    "created_at": "string",
                    "disk_usage": 2,
                    "email": "string",
                    "followers": 4,
                    "followers_url": "string",
                    "following": 4,
                    "following_url": "string",
                    "gists_url": "string",
                    "gravatar_id": "string",
                    "hireable": false,
                    "html_url": "string",
                    "id": 10,
                    "location": "string",
                    "login": "string",
                    "name": "string",
                    "organizations_url": "string",
                    "owned_private_repos": 7,
                    "plan": {
                      "collaborators": 10,
                      "name": "string",
                      "private_repos": 1,
                      "space": 5
                    },
                    "private_gists": 7,
                    "public_gists": 5,
                    "public_repos": 3,
                    "starred_url": "string",
                    "subscriptions_url": "string",
                    "total_private_repos": 10,
                    "type": "Organization",
                    "updated_at": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{teamId}/projects": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsListProjectsLegacy",
        "description": "The parameters and request body are for method: teamsListProjectsLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{teamId}/projects/{projectId}": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsCheckPermissionsForProjectLegacy",
        "description": "The parameters and request body are for method: teamsCheckPermissionsForProjectLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsAddOrUpdateProjectPermissionsLegacy",
        "description": "The parameters and request body are for method: teamsAddOrUpdateProjectPermissionsLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsRemoveProjectLegacy",
        "description": "The parameters and request body are for method: teamsRemoveProjectLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{teamId}/repos": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "getTeamsTeamIdRepos",
        "description": "The parameters and request body are for method: getTeamsTeamIdRepos. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{teamId}/teams": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "teamsListChildLegacy",
        "description": "The parameters and request body are for method: teamsListChildLegacy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "teamId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/codespaces": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesListInOrganization",
        "description": "The parameters and request body are for method: codespacesListInOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/codespaces/access": {
      "put": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesSetCodespacesAccess",
        "description": "The parameters and request body are for method: codespacesSetCodespacesAccess. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/codespaces/access/selected_users": {
      "post": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesSetCodespacesAccessUsers",
        "description": "The parameters and request body are for method: codespacesSetCodespacesAccessUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesDeleteCodespacesAccessUsers",
        "description": "The parameters and request body are for method: codespacesDeleteCodespacesAccessUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/codespaces/secrets": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesListOrgSecrets",
        "description": "The parameters and request body are for method: codespacesListOrgSecrets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/codespaces/secrets/public-key": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesGetOrgPublicKey",
        "description": "The parameters and request body are for method: codespacesGetOrgPublicKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/codespaces/secrets/{secretName}": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesGetOrgSecret",
        "description": "The parameters and request body are for method: codespacesGetOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesCreateOrUpdateOrgSecret",
        "description": "The parameters and request body are for method: codespacesCreateOrUpdateOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesDeleteOrgSecret",
        "description": "The parameters and request body are for method: codespacesDeleteOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/codespaces/secrets/{secretName}/repositories": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesListSelectedReposForOrgSecret",
        "description": "The parameters and request body are for method: codespacesListSelectedReposForOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesSetSelectedReposForOrgSecret",
        "description": "The parameters and request body are for method: codespacesSetSelectedReposForOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/codespaces/secrets/{secretName}/repositories/{repositoryId}": {
      "put": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesAddSelectedRepoToOrgSecret",
        "description": "The parameters and request body are for method: codespacesAddSelectedRepoToOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesRemoveSelectedRepoFromOrgSecret",
        "description": "The parameters and request body are for method: codespacesRemoveSelectedRepoFromOrgSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/members/{username}/codespaces": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesGetCodespacesForUserInOrg",
        "description": "The parameters and request body are for method: codespacesGetCodespacesForUserInOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/members/{username}/codespaces/{codespaceName}": {
      "delete": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesDeleteFromOrganization",
        "description": "The parameters and request body are for method: codespacesDeleteFromOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "codespaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "codespaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/members/{username}/codespaces/{codespaceName}/stop": {
      "post": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesStopInOrganization",
        "description": "The parameters and request body are for method: codespacesStopInOrganization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "codespaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "codespaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/codespaces": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesListInRepositoryForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesListInRepositoryForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesCreateWithRepoForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesCreateWithRepoForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/codespaces/devcontainers": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesListDevcontainersInRepositoryForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesListDevcontainersInRepositoryForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/codespaces/machines": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesRepoMachinesForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesRepoMachinesForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clientIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/codespaces/new": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesPreFlightWithRepoForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesPreFlightWithRepoForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clientIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/codespaces/permissions_check": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesCheckPermissionsForDevcontainer",
        "description": "The parameters and request body are for method: codespacesCheckPermissionsForDevcontainer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ref",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devcontainerPath",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/codespaces/secrets": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesListRepoSecrets",
        "description": "The parameters and request body are for method: codespacesListRepoSecrets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/codespaces/secrets/public-key": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesGetRepoPublicKey",
        "description": "The parameters and request body are for method: codespacesGetRepoPublicKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/codespaces/secrets/{secretName}": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesGetRepoSecret",
        "description": "The parameters and request body are for method: codespacesGetRepoSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesCreateOrUpdateRepoSecret",
        "description": "The parameters and request body are for method: codespacesCreateOrUpdateRepoSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesDeleteRepoSecret",
        "description": "The parameters and request body are for method: codespacesDeleteRepoSecret. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/pulls/{pullNumber}/codespaces": {
      "post": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesCreateWithPrForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesCreateWithPrForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "pullNumber",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullNumber",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/user/codespaces": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesListForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesListForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesCreateForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesCreateForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/user/codespaces/secrets": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesListSecretsForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesListSecretsForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/codespaces/secrets/public-key": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesGetPublicKeyForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesGetPublicKeyForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/codespaces/secrets/{secretName}": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesGetSecretForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesGetSecretForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesCreateOrUpdateSecretForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesCreateOrUpdateSecretForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesDeleteSecretForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesDeleteSecretForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/codespaces/secrets/{secretName}/repositories": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesListRepositoriesForSecretForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesListRepositoriesForSecretForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesSetRepositoriesForSecretForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesSetRepositoriesForSecretForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/user/codespaces/secrets/{secretName}/repositories/{repositoryId}": {
      "put": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesAddRepositoryForSecretForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesAddRepositoryForSecretForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesRemoveRepositoryForSecretForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesRemoveRepositoryForSecretForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "secretName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretName",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/codespaces/{codespaceName}": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesGetForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesGetForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "codespaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "codespaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesUpdateForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesUpdateForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "codespaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "codespaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesDeleteForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesDeleteForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "codespaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "codespaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/codespaces/{codespaceName}/exports": {
      "post": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesExportForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesExportForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "codespaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "codespaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/codespaces/{codespaceName}/exports/{exportId}": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesGetExportDetailsForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesGetExportDetailsForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "codespaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "codespaceName",
              "type": "string"
            }
          },
          {
            "name": "exportId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "exportId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/codespaces/{codespaceName}/machines": {
      "get": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesCodespaceMachinesForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesCodespaceMachinesForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "codespaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "codespaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/codespaces/{codespaceName}/publish": {
      "post": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesPublishForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesPublishForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "codespaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "codespaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/user/codespaces/{codespaceName}/start": {
      "post": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesStartForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesStartForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "codespaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "codespaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/codespaces/{codespaceName}/stop": {
      "post": {
        "tags": [
          "Codespaces"
        ],
        "operationId": "codespacesStopForAuthenticatedUser",
        "description": "The parameters and request body are for method: codespacesStopForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "codespaceName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "codespaceName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/enterprises/{enterprise}/copilot/billing/seats": {
      "get": {
        "tags": [
          "Copilot"
        ],
        "operationId": "copilotListCopilotSeatsForEnterprise",
        "description": "The parameters and request body are for method: copilotListCopilotSeatsForEnterprise. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enterprise",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enterprise",
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/enterprises/{enterprise}/copilot/usage": {
      "get": {
        "tags": [
          "Copilot"
        ],
        "operationId": "copilotUsageMetricsForEnterprise",
        "description": "The parameters and request body are for method: copilotUsageMetricsForEnterprise. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enterprise",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enterprise",
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "until",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/enterprises/{enterprise}/team/{teamSlug}/copilot/usage": {
      "get": {
        "tags": [
          "Copilot"
        ],
        "operationId": "copilotUsageMetricsForEnterpriseTeam",
        "description": "The parameters and request body are for method: copilotUsageMetricsForEnterpriseTeam. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enterprise",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enterprise",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "until",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/copilot/billing": {
      "get": {
        "tags": [
          "Copilot"
        ],
        "operationId": "copilotGetCopilotOrganizationDetails",
        "description": "The parameters and request body are for method: copilotGetCopilotOrganizationDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/copilot/billing/seats": {
      "get": {
        "tags": [
          "Copilot"
        ],
        "operationId": "copilotListCopilotSeats",
        "description": "The parameters and request body are for method: copilotListCopilotSeats. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/copilot/billing/selected_teams": {
      "post": {
        "tags": [
          "Copilot"
        ],
        "operationId": "copilotAddCopilotSeatsForTeams",
        "description": "The parameters and request body are for method: copilotAddCopilotSeatsForTeams. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Copilot"
        ],
        "operationId": "copilotCancelCopilotSeatAssignmentForTeams",
        "description": "The parameters and request body are for method: copilotCancelCopilotSeatAssignmentForTeams. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/copilot/billing/selected_users": {
      "post": {
        "tags": [
          "Copilot"
        ],
        "operationId": "copilotAddCopilotSeatsForUsers",
        "description": "The parameters and request body are for method: copilotAddCopilotSeatsForUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Copilot"
        ],
        "operationId": "copilotCancelCopilotSeatAssignmentForUsers",
        "description": "The parameters and request body are for method: copilotCancelCopilotSeatAssignmentForUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/copilot/usage": {
      "get": {
        "tags": [
          "Copilot"
        ],
        "operationId": "copilotUsageMetricsForOrg",
        "description": "The parameters and request body are for method: copilotUsageMetricsForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "until",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/members/{username}/copilot": {
      "get": {
        "tags": [
          "Copilot"
        ],
        "operationId": "copilotGetCopilotSeatDetailsForUser",
        "description": "The parameters and request body are for method: copilotGetCopilotSeatDetailsForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/team/{teamSlug}/copilot/usage": {
      "get": {
        "tags": [
          "Copilot"
        ],
        "operationId": "copilotUsageMetricsForTeam",
        "description": "The parameters and request body are for method: copilotUsageMetricsForTeam. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "teamSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "teamSlug",
              "type": "string"
            }
          },
          {
            "name": "since",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "until",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/advisories": {
      "get": {
        "tags": [
          "SecurityAdvisories"
        ],
        "operationId": "securityAdvisoriesListGlobalAdvisories",
        "description": "The parameters and request body are for method: securityAdvisoriesListGlobalAdvisories. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ghsaId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cveId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ecosystem",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "severity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cwes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isWithdrawn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "affects",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "published",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "updated",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modified",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "epssPercentage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "epssPercentile",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/advisories/{ghsaId}": {
      "get": {
        "tags": [
          "SecurityAdvisories"
        ],
        "operationId": "securityAdvisoriesGetGlobalAdvisory",
        "description": "The parameters and request body are for method: securityAdvisoriesGetGlobalAdvisory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ghsaId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ghsaId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/security-advisories": {
      "get": {
        "tags": [
          "SecurityAdvisories"
        ],
        "operationId": "securityAdvisoriesListOrgRepositoryAdvisories",
        "description": "The parameters and request body are for method: securityAdvisoriesListOrgRepositoryAdvisories. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/security-advisories": {
      "get": {
        "tags": [
          "SecurityAdvisories"
        ],
        "operationId": "securityAdvisoriesListRepositoryAdvisories",
        "description": "The parameters and request body are for method: securityAdvisoriesListRepositoryAdvisories. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "direction",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SecurityAdvisories"
        ],
        "operationId": "securityAdvisoriesCreateRepositoryAdvisory",
        "description": "The parameters and request body are for method: securityAdvisoriesCreateRepositoryAdvisory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/security-advisories/reports": {
      "post": {
        "tags": [
          "SecurityAdvisories"
        ],
        "operationId": "securityAdvisoriesCreatePrivateVulnerabilityReport",
        "description": "The parameters and request body are for method: securityAdvisoriesCreatePrivateVulnerabilityReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/security-advisories/{ghsaId}": {
      "get": {
        "tags": [
          "SecurityAdvisories"
        ],
        "operationId": "securityAdvisoriesGetRepositoryAdvisory",
        "description": "The parameters and request body are for method: securityAdvisoriesGetRepositoryAdvisory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ghsaId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ghsaId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "SecurityAdvisories"
        ],
        "operationId": "securityAdvisoriesUpdateRepositoryAdvisory",
        "description": "The parameters and request body are for method: securityAdvisoriesUpdateRepositoryAdvisory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ghsaId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ghsaId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/security-advisories/{ghsaId}/cve": {
      "post": {
        "tags": [
          "SecurityAdvisories"
        ],
        "operationId": "securityAdvisoriesCreateRepositoryAdvisoryCveRequest",
        "description": "The parameters and request body are for method: securityAdvisoriesCreateRepositoryAdvisoryCveRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ghsaId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ghsaId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/security-advisories/{ghsaId}/forks": {
      "post": {
        "tags": [
          "SecurityAdvisories"
        ],
        "operationId": "securityAdvisoriesCreateFork",
        "description": "The parameters and request body are for method: securityAdvisoriesCreateFork. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          },
          {
            "name": "ghsaId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ghsaId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/interaction-limits": {
      "get": {
        "tags": [
          "Interactions"
        ],
        "operationId": "interactionsGetRestrictionsForOrg",
        "description": "The parameters and request body are for method: interactionsGetRestrictionsForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Interactions"
        ],
        "operationId": "interactionsSetRestrictionsForOrg",
        "description": "The parameters and request body are for method: interactionsSetRestrictionsForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Interactions"
        ],
        "operationId": "interactionsRemoveRestrictionsForOrg",
        "description": "The parameters and request body are for method: interactionsRemoveRestrictionsForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/interaction-limits": {
      "get": {
        "tags": [
          "Interactions"
        ],
        "operationId": "interactionsGetRestrictionsForRepo",
        "description": "The parameters and request body are for method: interactionsGetRestrictionsForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Interactions"
        ],
        "operationId": "interactionsSetRestrictionsForRepo",
        "description": "The parameters and request body are for method: interactionsSetRestrictionsForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Interactions"
        ],
        "operationId": "interactionsRemoveRestrictionsForRepo",
        "description": "The parameters and request body are for method: interactionsRemoveRestrictionsForRepo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/interaction-limits": {
      "get": {
        "tags": [
          "Interactions"
        ],
        "operationId": "interactionsGetRestrictionsForAuthenticatedUser",
        "description": "The parameters and request body are for method: interactionsGetRestrictionsForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Interactions"
        ],
        "operationId": "interactionsSetRestrictionsForAuthenticatedUser",
        "description": "The parameters and request body are for method: interactionsSetRestrictionsForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Interactions"
        ],
        "operationId": "interactionsRemoveRestrictionsForAuthenticatedUser",
        "description": "The parameters and request body are for method: interactionsRemoveRestrictionsForAuthenticatedUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/assignments/{assignmentId}": {
      "get": {
        "tags": [
          "Classroom"
        ],
        "operationId": "classroomGetAnAssignment",
        "description": "The parameters and request body are for method: classroomGetAnAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "assignmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "assignmentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/assignments/{assignmentId}/accepted_assignments": {
      "get": {
        "tags": [
          "Classroom"
        ],
        "operationId": "classroomListAcceptedAssigmentsForAnAssignment",
        "description": "The parameters and request body are for method: classroomListAcceptedAssigmentsForAnAssignment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "assignmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "assignmentId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/assignments/{assignmentId}/grades": {
      "get": {
        "tags": [
          "Classroom"
        ],
        "operationId": "classroomGetAssignmentGrades",
        "description": "The parameters and request body are for method: classroomGetAssignmentGrades. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "assignmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "assignmentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/classrooms": {
      "get": {
        "tags": [
          "Classroom"
        ],
        "operationId": "classroomListClassrooms",
        "description": "The parameters and request body are for method: classroomListClassrooms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/classrooms/{classroomId}": {
      "get": {
        "tags": [
          "Classroom"
        ],
        "operationId": "classroomGetAClassroom",
        "description": "The parameters and request body are for method: classroomGetAClassroom. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "classroomId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "classroomId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/classrooms/{classroomId}/assignments": {
      "get": {
        "tags": [
          "Classroom"
        ],
        "operationId": "classroomListAssignmentsForAClassroom",
        "description": "The parameters and request body are for method: classroomListAssignmentsForAClassroom. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "classroomId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "classroomId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/code-security/configurations": {
      "get": {
        "tags": [
          "CodeSecurity"
        ],
        "operationId": "codeSecurityGetConfigurationsForOrg",
        "description": "The parameters and request body are for method: codeSecurityGetConfigurationsForOrg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "targetType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "CodeSecurity"
        ],
        "operationId": "codeSecurityCreateConfiguration",
        "description": "The parameters and request body are for method: codeSecurityCreateConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/code-security/configurations/defaults": {
      "get": {
        "tags": [
          "CodeSecurity"
        ],
        "operationId": "codeSecurityGetDefaultConfigurations",
        "description": "The parameters and request body are for method: codeSecurityGetDefaultConfigurations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/code-security/configurations/detach": {
      "delete": {
        "tags": [
          "CodeSecurity"
        ],
        "operationId": "codeSecurityDetachConfiguration",
        "description": "The parameters and request body are for method: codeSecurityDetachConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/code-security/configurations/{configurationId}": {
      "get": {
        "tags": [
          "CodeSecurity"
        ],
        "operationId": "codeSecurityGetConfiguration",
        "description": "The parameters and request body are for method: codeSecurityGetConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CodeSecurity"
        ],
        "operationId": "codeSecurityUpdateConfiguration",
        "description": "The parameters and request body are for method: codeSecurityUpdateConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CodeSecurity"
        ],
        "operationId": "codeSecurityDeleteConfiguration",
        "description": "The parameters and request body are for method: codeSecurityDeleteConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgs/{org}/code-security/configurations/{configurationId}/attach": {
      "post": {
        "tags": [
          "CodeSecurity"
        ],
        "operationId": "codeSecurityAttachConfiguration",
        "description": "The parameters and request body are for method: codeSecurityAttachConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/code-security/configurations/{configurationId}/defaults": {
      "put": {
        "tags": [
          "CodeSecurity"
        ],
        "operationId": "codeSecuritySetConfigurationAsDefault",
        "description": "The parameters and request body are for method: codeSecuritySetConfigurationAsDefault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/orgs/{org}/code-security/configurations/{configurationId}/repositories": {
      "get": {
        "tags": [
          "CodeSecurity"
        ],
        "operationId": "codeSecurityGetRepositoriesForConfiguration",
        "description": "The parameters and request body are for method: codeSecurityGetRepositoriesForConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "org",
            "in": "path",
            "required": true,
            "schema": {
              "title": "org",
              "type": "string"
            }
          },
          {
            "name": "configurationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "configurationId",
              "type": "number"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repos/{owner}/{repo}/code-security-configuration": {
      "get": {
        "tags": [
          "CodeSecurity"
        ],
        "operationId": "codeSecurityGetConfigurationForRepository",
        "description": "The parameters and request body are for method: codeSecurityGetConfigurationForRepository. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "repo",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repo",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}