{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/addon": {
      "delete": {
        "tags": [
          "Addon"
        ],
        "operationId": "deleteAddon",
        "description": "The parameters and request body are for method: deleteAddon. 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": [
          "Addon"
        ],
        "operationId": "putAddon",
        "description": "The parameters and request body are for method: putAddon. 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": {}
            }
          }
        }
      }
    },
    "/addon/linkers": {
      "get": {
        "tags": [
          "Addon"
        ],
        "operationId": "getAddonLinkers",
        "description": "The parameters and request body are for method: getAddonLinkers. 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": {}
            }
          }
        }
      }
    },
    "/addon/linkers/{linkerKey}": {
      "get": {
        "tags": [
          "Addon"
        ],
        "operationId": "getAddonLinkersLinkerKey",
        "description": "The parameters and request body are for method: getAddonLinkersLinkerKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkerKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkerKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/addon/linkers/{linkerKey}/values": {
      "delete": {
        "tags": [
          "Addon"
        ],
        "operationId": "deleteAddonLinkersLinkerKeyValues",
        "description": "The parameters and request body are for method: deleteAddonLinkersLinkerKeyValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkerKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkerKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Addon"
        ],
        "operationId": "getAddonLinkersLinkerKeyValues",
        "description": "The parameters and request body are for method: getAddonLinkersLinkerKeyValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkerKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkerKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Addon"
        ],
        "operationId": "postAddonLinkersLinkerKeyValues",
        "description": "The parameters and request body are for method: postAddonLinkersLinkerKeyValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkerKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkerKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Addon"
        ],
        "operationId": "putAddonLinkersLinkerKeyValues",
        "description": "The parameters and request body are for method: putAddonLinkersLinkerKeyValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkerKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkerKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/addon/linkers/{linkerKey}/values/": {
      "delete": {
        "tags": [
          "Addon"
        ],
        "operationId": "deleteAddonLinkersLinkerKeyValues2",
        "description": "The parameters and request body are for method: deleteAddonLinkersLinkerKeyValues2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkerKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkerKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Addon"
        ],
        "operationId": "getAddonLinkersLinkerKeyValues2",
        "description": "The parameters and request body are for method: getAddonLinkersLinkerKeyValues2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkerKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkerKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/hook_events": {
      "get": {
        "tags": [
          "Webhooks"
        ],
        "operationId": "getHookEvents",
        "description": "The parameters and request body are for method: getHookEvents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "repository": {
                      "type": "object",
                      "properties": {
                        "events": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "team": {
                      "type": "object",
                      "properties": {
                        "events": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "events": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "repository": {
                    "events": {
                      "href": "string"
                    }
                  },
                  "team": {
                    "events": {
                      "href": "string"
                    }
                  },
                  "user": {
                    "events": {
                      "href": "string"
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/hook_events/{subjectType}": {
      "get": {
        "tags": [
          "Webhooks"
        ],
        "operationId": "getHookEventsSubjectType",
        "description": "The parameters and request body are for method: getHookEventsSubjectType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "category": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "event": {
                            "type": "string"
                          },
                          "label": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 9,
                  "pagelen": 3,
                  "previous": "string",
                  "size": 2,
                  "values": [
                    {
                      "category": "string",
                      "description": "string",
                      "event": "repo:deleted",
                      "label": "string"
                    },
                    {
                      "category": "string",
                      "description": "string",
                      "event": "pullrequest:rejected",
                      "label": "string"
                    },
                    {
                      "category": "string",
                      "description": "string",
                      "event": "repo:push",
                      "label": "string"
                    },
                    {
                      "category": "string",
                      "description": "string",
                      "event": "repo:deleted",
                      "label": "string"
                    },
                    {
                      "category": "string",
                      "description": "string",
                      "event": "repo:commit_status_updated",
                      "label": "string"
                    },
                    {
                      "category": "string",
                      "description": "string",
                      "event": "issue:comment_created",
                      "label": "string"
                    },
                    {
                      "category": "string",
                      "description": "string",
                      "event": "repo:commit_comment_created",
                      "label": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subjectType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subjectType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/hooks": {
      "get": {
        "tags": [
          "Repositories"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugHooks",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugHooks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "active": {
                            "type": "boolean"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "events": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "subject": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string"
                              }
                            }
                          },
                          "subject_type": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 6,
                  "pagelen": 10,
                  "previous": "string",
                  "size": 4,
                  "values": [
                    {
                      "type": "string",
                      "active": true,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "pullrequest:updated",
                        "issue:created"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "team",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "active": true,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "repo:updated"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "repository",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "active": false,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "pullrequest:comment_created",
                        "repo:push",
                        "issue:updated"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "team",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "active": true,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "issue:comment_created",
                        "pullrequest:approved",
                        "pullrequest:created",
                        "repo:created",
                        "issue:comment_created",
                        "pullrequest:rejected",
                        "repo:deleted",
                        "repo:deleted"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "team",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "active": true,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "pullrequest:comment_created",
                        "pullrequest:comment_deleted",
                        "issue:updated",
                        "repo:commit_comment_created",
                        "project:updated",
                        "issue:updated",
                        "pullrequest:rejected",
                        "repo:deleted",
                        "repo:commit_comment_created",
                        "repo:imported"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "team",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "active": false,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "repo:commit_status_updated",
                        "repo:push",
                        "repo:commit_status_updated",
                        "issue:updated",
                        "pullrequest:fulfilled",
                        "issue:comment_created"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "repository",
                      "url": "string",
                      "uuid": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repositories"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugHooks",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugHooks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "active": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "events": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "subject": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "subject_type": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "active": true,
                  "created_at": "string",
                  "description": "string",
                  "events": [
                    "repo:updated",
                    "pullrequest:comment_updated",
                    "issue:comment_created",
                    "repo:commit_status_created"
                  ],
                  "subject": {
                    "type": "string"
                  },
                  "subject_type": "user",
                  "url": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/hooks/{uid}": {
      "delete": {
        "tags": [
          "Repositories"
        ],
        "operationId": "deleteRepositoriesUsernameRepoSlugHooksUid",
        "description": "The parameters and request body are for method: deleteRepositoriesUsernameRepoSlugHooksUid. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "uid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repositories"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugHooksUid",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugHooksUid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "active": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "events": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "subject": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "subject_type": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "active": false,
                  "created_at": "string",
                  "description": "string",
                  "events": [
                    "repo:transfer",
                    "pullrequest:unapproved",
                    "pullrequest:comment_created",
                    "repo:commit_comment_created",
                    "repo:fork"
                  ],
                  "subject": {
                    "type": "string"
                  },
                  "subject_type": "repository",
                  "url": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "uid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repositories"
        ],
        "operationId": "putRepositoriesUsernameRepoSlugHooksUid",
        "description": "The parameters and request body are for method: putRepositoriesUsernameRepoSlugHooksUid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "active": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "events": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "subject": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "subject_type": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "active": true,
                  "created_at": "string",
                  "description": "string",
                  "events": [
                    "pullrequest:comment_created",
                    "pullrequest:unapproved"
                  ],
                  "subject": {
                    "type": "string"
                  },
                  "subject_type": "team",
                  "url": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "uid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uid",
              "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": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}": {
      "get": {
        "tags": [
          "Repositories"
        ],
        "operationId": "getRepositoriesUsername",
        "description": "The parameters and request body are for method: getRepositoriesUsername. 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": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}": {
      "delete": {
        "tags": [
          "Repositories"
        ],
        "operationId": "deleteRepositoriesUsernameRepoSlug",
        "description": "The parameters and request body are for method: deleteRepositoriesUsernameRepoSlug. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repositories"
        ],
        "operationId": "getRepositoriesUsernameRepoSlug",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlug. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Repositories"
        ],
        "operationId": "postRepositoriesUsernameRepoSlug",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlug. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repositories"
        ],
        "operationId": "putRepositoriesUsernameRepoSlug",
        "description": "The parameters and request body are for method: putRepositoriesUsernameRepoSlug. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/src": {
      "post": {
        "tags": [
          "Repositories"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugSrc",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugSrc. Same endpoint also used in methods:<br> CreateACommitByUploadingAFile (username : string,repoSlug : string,message : string,author : string,parents : string,files : object,branch : object)",
        "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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/commit/{node}/statuses": {
      "get": {
        "tags": [
          "Repositories"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugCommitNodeStatuses",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugCommitNodeStatuses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "key": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "commit": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "refname": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "updated_on": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 5,
                  "pagelen": 9,
                  "previous": "string",
                  "size": 4,
                  "values": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "FAILED",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "FAILED",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "SUCCESSFUL",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "INPROGRESS",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "FAILED",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "FAILED",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "node",
            "in": "path",
            "required": true,
            "schema": {
              "title": "node",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/commit/{node}/statuses/build": {
      "post": {
        "tags": [
          "Repositories"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugCommitNodeStatusesBuild",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugCommitNodeStatusesBuild. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "commit": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "refname": {
                      "type": "string"
                    },
                    "state": {
                      "type": "string"
                    },
                    "updated_on": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "description": "string",
                  "key": "string",
                  "links": {
                    "commit": {
                      "href": "string"
                    },
                    "self": {
                      "href": "string"
                    }
                  },
                  "name": "string",
                  "refname": "string",
                  "state": "FAILED",
                  "updated_on": "string",
                  "url": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "node",
            "in": "path",
            "required": true,
            "schema": {
              "title": "node",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/commit/{node}/statuses/build/{key}": {
      "get": {
        "tags": [
          "Repositories"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugCommitNodeStatusesBuildKey",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugCommitNodeStatusesBuildKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "commit": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "refname": {
                      "type": "string"
                    },
                    "state": {
                      "type": "string"
                    },
                    "updated_on": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "description": "string",
                  "key": "string",
                  "links": {
                    "commit": {
                      "href": "string"
                    },
                    "self": {
                      "href": "string"
                    }
                  },
                  "name": "string",
                  "refname": "string",
                  "state": "INPROGRESS",
                  "updated_on": "string",
                  "url": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "node",
            "in": "path",
            "required": true,
            "schema": {
              "title": "node",
              "type": "string"
            }
          },
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Repositories"
        ],
        "operationId": "putRepositoriesUsernameRepoSlugCommitNodeStatusesBuildKey",
        "description": "The parameters and request body are for method: putRepositoriesUsernameRepoSlugCommitNodeStatusesBuildKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "commit": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "refname": {
                      "type": "string"
                    },
                    "state": {
                      "type": "string"
                    },
                    "updated_on": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "description": "string",
                  "key": "string",
                  "links": {
                    "commit": {
                      "href": "string"
                    },
                    "self": {
                      "href": "string"
                    }
                  },
                  "name": "string",
                  "refname": "string",
                  "state": "SUCCESSFUL",
                  "updated_on": "string",
                  "url": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "node",
            "in": "path",
            "required": true,
            "schema": {
              "title": "node",
              "type": "string"
            }
          },
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/forks": {
      "get": {
        "tags": [
          "Repositories"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugForks",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugForks. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pullrequests/{pullRequestId}/statuses": {
      "get": {
        "tags": [
          "Repositories"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugPullrequestsPullRequestIdStatuses",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugPullrequestsPullRequestIdStatuses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "key": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "commit": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "refname": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "updated_on": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 3,
                  "pagelen": 9,
                  "previous": "string",
                  "size": 9,
                  "values": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "INPROGRESS",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "STOPPED",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "SUCCESSFUL",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "FAILED",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "STOPPED",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "INPROGRESS",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "SUCCESSFUL",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "STOPPED",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "SUCCESSFUL",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "key": "string",
                      "links": {
                        "commit": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "refname": "string",
                      "state": "STOPPED",
                      "updated_on": "string",
                      "url": "string",
                      "uuid": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/watchers": {
      "get": {
        "tags": [
          "Repositories"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugWatchers",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugWatchers. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{username}/hooks": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "getTeamsUsernameHooks",
        "description": "The parameters and request body are for method: getTeamsUsernameHooks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "active": {
                            "type": "boolean"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "events": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "subject": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string"
                              }
                            }
                          },
                          "subject_type": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 5,
                  "pagelen": 10,
                  "previous": "string",
                  "size": 5,
                  "values": [
                    {
                      "type": "string",
                      "active": true,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "repo:updated",
                        "pullrequest:unapproved",
                        "pullrequest:approved",
                        "repo:commit_status_created",
                        "pullrequest:approved"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "team",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "active": true,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "issue:created",
                        "repo:deleted",
                        "repo:transfer"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "user",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "active": true,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "repo:transfer",
                        "project:updated",
                        "pullrequest:fulfilled",
                        "repo:deleted",
                        "pullrequest:approved",
                        "repo:deleted"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "repository",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "active": false,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "pullrequest:rejected",
                        "pullrequest:updated",
                        "pullrequest:fulfilled",
                        "pullrequest:rejected",
                        "pullrequest:unapproved"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "user",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "active": true,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "pullrequest:updated",
                        "pullrequest:comment_updated",
                        "repo:updated",
                        "project:updated"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "repository",
                      "url": "string",
                      "uuid": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Teams"
        ],
        "operationId": "postTeamsUsernameHooks",
        "description": "The parameters and request body are for method: postTeamsUsernameHooks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "active": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "events": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "subject": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "subject_type": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "active": false,
                  "created_at": "string",
                  "description": "string",
                  "events": [
                    "issue:created",
                    "pullrequest:comment_deleted",
                    "pullrequest:approved"
                  ],
                  "subject": {
                    "type": "string"
                  },
                  "subject_type": "team",
                  "url": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{username}/hooks/{uid}": {
      "delete": {
        "tags": [
          "Teams"
        ],
        "operationId": "deleteTeamsUsernameHooksUid",
        "description": "The parameters and request body are for method: deleteTeamsUsernameHooksUid. 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": "uid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "getTeamsUsernameHooksUid",
        "description": "The parameters and request body are for method: getTeamsUsernameHooksUid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "active": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "events": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "subject": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "subject_type": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "active": false,
                  "created_at": "string",
                  "description": "string",
                  "events": [
                    "repo:imported"
                  ],
                  "subject": {
                    "type": "string"
                  },
                  "subject_type": "repository",
                  "url": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "uid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Teams"
        ],
        "operationId": "putTeamsUsernameHooksUid",
        "description": "The parameters and request body are for method: putTeamsUsernameHooksUid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "active": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "events": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "subject": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "subject_type": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "active": true,
                  "created_at": "string",
                  "description": "string",
                  "events": [
                    "pullrequest:created",
                    "repo:deleted",
                    "repo:push",
                    "issue:comment_created"
                  ],
                  "subject": {
                    "type": "string"
                  },
                  "subject_type": "user",
                  "url": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "uid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "getTeams",
        "description": "The parameters and request body are for method: getTeams. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "display_name": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "avatar": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "followers": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "following": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "repositories": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "username": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "website": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 3,
                  "pagelen": 4,
                  "previous": "string",
                  "size": 5,
                  "values": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{username}": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "getTeamsUsername",
        "description": "The parameters and request body are for method: getTeamsUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "display_name": {
                      "type": "string"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "avatar": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "followers": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "following": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "html": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "repositories": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "username": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "website": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "display_name": "string",
                  "links": {
                    "avatar": {
                      "href": "string"
                    },
                    "followers": {
                      "href": "string"
                    },
                    "following": {
                      "href": "string"
                    },
                    "html": {
                      "href": "string"
                    },
                    "repositories": {
                      "href": "string"
                    },
                    "self": {
                      "href": "string"
                    }
                  },
                  "username": "string",
                  "uuid": "string",
                  "website": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{username}/followers": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "getTeamsUsernameFollowers",
        "description": "The parameters and request body are for method: getTeamsUsernameFollowers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "display_name": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "avatar": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "followers": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "following": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "repositories": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "username": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "website": {
                            "type": "string"
                          },
                          "account_id": {
                            "type": "string"
                          },
                          "is_staff": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 7,
                  "pagelen": 8,
                  "previous": "string",
                  "size": 2,
                  "values": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{username}/following": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "getTeamsUsernameFollowing",
        "description": "The parameters and request body are for method: getTeamsUsernameFollowing. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "display_name": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "avatar": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "followers": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "following": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "repositories": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "username": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "website": {
                            "type": "string"
                          },
                          "account_id": {
                            "type": "string"
                          },
                          "is_staff": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 8,
                  "pagelen": 6,
                  "previous": "string",
                  "size": 10,
                  "values": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{username}/members": {
      "get": {
        "tags": [
          "Teams"
        ],
        "operationId": "getTeamsUsernameMembers",
        "description": "The parameters and request body are for method: getTeamsUsernameMembers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "display_name": {
                      "type": "string"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "avatar": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "followers": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "following": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "html": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "repositories": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "username": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "website": {
                      "type": "string"
                    },
                    "account_id": {
                      "type": "string"
                    },
                    "is_staff": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "display_name": "string",
                  "links": {
                    "avatar": {
                      "href": "string"
                    },
                    "followers": {
                      "href": "string"
                    },
                    "following": {
                      "href": "string"
                    },
                    "html": {
                      "href": "string"
                    },
                    "repositories": {
                      "href": "string"
                    },
                    "self": {
                      "href": "string"
                    }
                  },
                  "username": "string",
                  "uuid": "string",
                  "website": "string",
                  "account_id": "string",
                  "is_staff": false
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/hooks": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameHooks",
        "description": "The parameters and request body are for method: getUsersUsernameHooks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "active": {
                            "type": "boolean"
                          },
                          "created_at": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "events": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "subject": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string"
                              }
                            }
                          },
                          "subject_type": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 2,
                  "pagelen": 6,
                  "previous": "string",
                  "size": 4,
                  "values": [
                    {
                      "type": "string",
                      "active": true,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "pullrequest:created",
                        "pullrequest:created",
                        "repo:created",
                        "repo:commit_comment_created",
                        "repo:push",
                        "issue:updated",
                        "pullrequest:unapproved",
                        "pullrequest:created"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "repository",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "active": false,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "pullrequest:created",
                        "pullrequest:unapproved",
                        "pullrequest:comment_deleted",
                        "repo:created",
                        "pullrequest:rejected",
                        "pullrequest:created",
                        "pullrequest:comment_created"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "team",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "active": false,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "pullrequest:updated",
                        "pullrequest:unapproved",
                        "repo:commit_comment_created",
                        "repo:updated",
                        "pullrequest:comment_updated",
                        "issue:created",
                        "repo:imported"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "repository",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "active": true,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "repo:commit_status_updated",
                        "pullrequest:fulfilled",
                        "repo:push",
                        "repo:created",
                        "repo:fork",
                        "issue:comment_created"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "team",
                      "url": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "active": true,
                      "created_at": "string",
                      "description": "string",
                      "events": [
                        "repo:updated",
                        "pullrequest:created",
                        "pullrequest:comment_created",
                        "repo:commit_status_updated"
                      ],
                      "subject": {
                        "type": "string"
                      },
                      "subject_type": "team",
                      "url": "string",
                      "uuid": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "postUsersUsernameHooks",
        "description": "The parameters and request body are for method: postUsersUsernameHooks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "active": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "events": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "subject": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "subject_type": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "active": false,
                  "created_at": "string",
                  "description": "string",
                  "events": [
                    "issue:created",
                    "pullrequest:comment_deleted"
                  ],
                  "subject": {
                    "type": "string"
                  },
                  "subject_type": "repository",
                  "url": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/hooks/{uid}": {
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "deleteUsersUsernameHooksUid",
        "description": "The parameters and request body are for method: deleteUsersUsernameHooksUid. 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": "uid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameHooksUid",
        "description": "The parameters and request body are for method: getUsersUsernameHooksUid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "active": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "events": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "subject": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "subject_type": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "active": true,
                  "created_at": "string",
                  "description": "string",
                  "events": [
                    "repo:push",
                    "repo:push",
                    "repo:commit_comment_created",
                    "issue:comment_created",
                    "pullrequest:updated",
                    "issue:created",
                    "issue:created",
                    "pullrequest:approved"
                  ],
                  "subject": {
                    "type": "string"
                  },
                  "subject_type": "team",
                  "url": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "uid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Users"
        ],
        "operationId": "putUsersUsernameHooksUid",
        "description": "The parameters and request body are for method: putUsersUsernameHooksUid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "active": {
                      "type": "boolean"
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "events": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "subject": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "subject_type": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "active": true,
                  "created_at": "string",
                  "description": "string",
                  "events": [
                    "repo:commit_status_created",
                    "repo:created",
                    "pullrequest:rejected",
                    "pullrequest:unapproved",
                    "pullrequest:unapproved"
                  ],
                  "subject": {
                    "type": "string"
                  },
                  "subject_type": "repository",
                  "url": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "uid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{username}/repositories": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getTeamsUsernameRepositories",
        "description": "The parameters and request body are for method: getTeamsUsernameRepositories. 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}/repositories": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameRepositories",
        "description": "The parameters and request body are for method: getUsersUsernameRepositories. 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": {
      "get": {
        "tags": [
          "Users"
        ],
        "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": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "display_name": {
                      "type": "string"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "avatar": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "followers": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "following": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "html": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "repositories": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "username": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "website": {
                      "type": "string"
                    },
                    "account_id": {
                      "type": "string"
                    },
                    "is_staff": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "display_name": "string",
                  "links": {
                    "avatar": {
                      "href": "string"
                    },
                    "followers": {
                      "href": "string"
                    },
                    "following": {
                      "href": "string"
                    },
                    "html": {
                      "href": "string"
                    },
                    "repositories": {
                      "href": "string"
                    },
                    "self": {
                      "href": "string"
                    }
                  },
                  "username": "string",
                  "uuid": "string",
                  "website": "string",
                  "account_id": "string",
                  "is_staff": true
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/emails": {
      "get": {
        "tags": [
          "Users"
        ],
        "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": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/user/emails/{email}": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUserEmailsEmail",
        "description": "The parameters and request body are for method: getUserEmailsEmail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "email",
            "in": "path",
            "required": true,
            "schema": {
              "title": "email",
              "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": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "display_name": {
                      "type": "string"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "avatar": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "followers": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "following": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "html": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "repositories": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "username": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "website": {
                      "type": "string"
                    },
                    "account_id": {
                      "type": "string"
                    },
                    "is_staff": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "display_name": "string",
                  "links": {
                    "avatar": {
                      "href": "string"
                    },
                    "followers": {
                      "href": "string"
                    },
                    "following": {
                      "href": "string"
                    },
                    "html": {
                      "href": "string"
                    },
                    "repositories": {
                      "href": "string"
                    },
                    "self": {
                      "href": "string"
                    }
                  },
                  "username": "string",
                  "uuid": "string",
                  "website": "string",
                  "account_id": "string",
                  "is_staff": true
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "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": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "display_name": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "avatar": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "followers": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "following": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "repositories": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "username": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "website": {
                            "type": "string"
                          },
                          "account_id": {
                            "type": "string"
                          },
                          "is_staff": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 3,
                  "pagelen": 6,
                  "previous": "string",
                  "size": 10,
                  "values": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users/{username}/following": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "getUsersUsernameFollowing",
        "description": "The parameters and request body are for method: getUsersUsernameFollowing. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "display_name": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "avatar": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "followers": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "following": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "repositories": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "username": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "website": {
                            "type": "string"
                          },
                          "account_id": {
                            "type": "string"
                          },
                          "is_staff": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 10,
                  "pagelen": 1,
                  "previous": "string",
                  "size": 3,
                  "values": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{node}/src/{pathParam}/{repoSlug}": {
      "get": {
        "tags": [
          "Source"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugSrcNodePath",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugSrcNodePath. 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": "node",
            "in": "path",
            "required": true,
            "schema": {
              "title": "node",
              "type": "string"
            }
          },
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/branch-restrictions": {
      "get": {
        "tags": [
          "Branchrestrictions"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugBranchRestrictions",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugBranchRestrictions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "groups": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "type": {
                                  "type": "string"
                                },
                                "full_slug": {
                                  "type": "string"
                                },
                                "links": {
                                  "type": "object",
                                  "properties": {
                                    "html": {
                                      "type": "object",
                                      "properties": {
                                        "href": {
                                          "type": "string"
                                        }
                                      }
                                    },
                                    "self": {
                                      "type": "object",
                                      "properties": {
                                        "href": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  }
                                },
                                "members": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "owner": {
                                  "type": "object",
                                  "properties": {
                                    "type": {
                                      "type": "string"
                                    },
                                    "created_on": {
                                      "type": "string"
                                    },
                                    "display_name": {
                                      "type": "string"
                                    },
                                    "links": {
                                      "type": "object",
                                      "properties": {
                                        "avatar": {
                                          "type": "object",
                                          "properties": {
                                            "href": {
                                              "type": "string"
                                            }
                                          }
                                        },
                                        "followers": {
                                          "type": "object",
                                          "properties": {
                                            "href": {
                                              "type": "string"
                                            }
                                          }
                                        },
                                        "following": {
                                          "type": "object",
                                          "properties": {
                                            "href": {
                                              "type": "string"
                                            }
                                          }
                                        },
                                        "html": {
                                          "type": "object",
                                          "properties": {
                                            "href": {
                                              "type": "string"
                                            }
                                          }
                                        },
                                        "repositories": {
                                          "type": "object",
                                          "properties": {
                                            "href": {
                                              "type": "string"
                                            }
                                          }
                                        },
                                        "self": {
                                          "type": "object",
                                          "properties": {
                                            "href": {
                                              "type": "string"
                                            }
                                          }
                                        }
                                      }
                                    },
                                    "username": {
                                      "type": "string"
                                    },
                                    "uuid": {
                                      "type": "string"
                                    },
                                    "website": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "slug": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "kind": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "users": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "type": {
                                  "type": "string"
                                },
                                "created_on": {
                                  "type": "string"
                                },
                                "display_name": {
                                  "type": "string"
                                },
                                "links": {
                                  "type": "object",
                                  "properties": {
                                    "avatar": {
                                      "type": "object",
                                      "properties": {
                                        "href": {
                                          "type": "string"
                                        }
                                      }
                                    },
                                    "followers": {
                                      "type": "object",
                                      "properties": {
                                        "href": {
                                          "type": "string"
                                        }
                                      }
                                    },
                                    "following": {
                                      "type": "object",
                                      "properties": {
                                        "href": {
                                          "type": "string"
                                        }
                                      }
                                    },
                                    "html": {
                                      "type": "object",
                                      "properties": {
                                        "href": {
                                          "type": "string"
                                        }
                                      }
                                    },
                                    "repositories": {
                                      "type": "object",
                                      "properties": {
                                        "href": {
                                          "type": "string"
                                        }
                                      }
                                    },
                                    "self": {
                                      "type": "object",
                                      "properties": {
                                        "href": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  }
                                },
                                "username": {
                                  "type": "string"
                                },
                                "uuid": {
                                  "type": "string"
                                },
                                "website": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "value": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 5,
                  "pagelen": 7,
                  "previous": "string",
                  "size": 9,
                  "values": [
                    {
                      "type": "string",
                      "groups": [
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 8,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 10,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 1,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 6,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 5,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 3,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 6,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        }
                      ],
                      "id": 1,
                      "kind": "force",
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "users": [
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        }
                      ],
                      "value": 7
                    },
                    {
                      "type": "string",
                      "groups": [
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 10,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 4,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 10,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 4,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        }
                      ],
                      "id": 9,
                      "kind": "enforce_merge_checks",
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "users": [
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        }
                      ],
                      "value": 1
                    },
                    {
                      "type": "string",
                      "groups": [
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 7,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 6,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        }
                      ],
                      "id": 8,
                      "kind": "delete",
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "users": [
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        }
                      ],
                      "value": 6
                    },
                    {
                      "type": "string",
                      "groups": [
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 4,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 4,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 5,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 1,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 9,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        }
                      ],
                      "id": 6,
                      "kind": "force",
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "users": [
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        }
                      ],
                      "value": 5
                    },
                    {
                      "type": "string",
                      "groups": [
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 6,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 7,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 5,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 1,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 1,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 7,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        }
                      ],
                      "id": 5,
                      "kind": "reset_pullrequest_approvals_on_change",
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "users": [
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        }
                      ],
                      "value": 5
                    },
                    {
                      "type": "string",
                      "groups": [
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 6,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 9,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 8,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 3,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        }
                      ],
                      "id": 2,
                      "kind": "enforce_merge_checks",
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "users": [
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        }
                      ],
                      "value": 5
                    },
                    {
                      "type": "string",
                      "groups": [
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 5,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 2,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 1,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 1,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 2,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 6,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 1,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        }
                      ],
                      "id": 8,
                      "kind": "require_passing_builds_to_merge",
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "users": [
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        }
                      ],
                      "value": 2
                    },
                    {
                      "type": "string",
                      "groups": [
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 9,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 8,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 2,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 10,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 7,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        },
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 5,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        }
                      ],
                      "id": 5,
                      "kind": "reset_pullrequest_approvals_on_change",
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "users": [
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        }
                      ],
                      "value": 9
                    },
                    {
                      "type": "string",
                      "groups": [
                        {
                          "type": "string",
                          "full_slug": "string",
                          "links": {
                            "html": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "members": 9,
                          "name": "string",
                          "owner": {
                            "type": "string",
                            "created_on": "string",
                            "display_name": "string",
                            "links": {
                              "avatar": {
                                "href": "string"
                              },
                              "followers": {
                                "href": "string"
                              },
                              "following": {
                                "href": "string"
                              },
                              "html": {
                                "href": "string"
                              },
                              "repositories": {
                                "href": "string"
                              },
                              "self": {
                                "href": "string"
                              }
                            },
                            "username": "string",
                            "uuid": "string",
                            "website": "string"
                          },
                          "slug": "string"
                        }
                      ],
                      "id": 1,
                      "kind": "restrict_merges",
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "users": [
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        }
                      ],
                      "value": 6
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Branchrestrictions"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugBranchRestrictions",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugBranchRestrictions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "groups": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "full_slug": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "members": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "owner": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string"
                              },
                              "created_on": {
                                "type": "string"
                              },
                              "display_name": {
                                "type": "string"
                              },
                              "links": {
                                "type": "object",
                                "properties": {
                                  "avatar": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "followers": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "following": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "html": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "repositories": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "self": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              },
                              "username": {
                                "type": "string"
                              },
                              "uuid": {
                                "type": "string"
                              },
                              "website": {
                                "type": "string"
                              }
                            }
                          },
                          "slug": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "kind": {
                      "type": "string"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "users": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "display_name": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "avatar": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "followers": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "following": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "repositories": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "username": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "website": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "value": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "groups": [
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 4,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 3,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 3,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 9,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 9,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 1,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 10,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    }
                  ],
                  "id": 1,
                  "kind": "require_approvals_to_merge",
                  "links": {
                    "self": {
                      "href": "string"
                    }
                  },
                  "users": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    }
                  ],
                  "value": 6
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/branch-restrictions/{id}": {
      "delete": {
        "tags": [
          "Branchrestrictions"
        ],
        "operationId": "deleteRepositoriesUsernameRepoSlugBranchRestrictionsId",
        "description": "The parameters and request body are for method: deleteRepositoriesUsernameRepoSlugBranchRestrictionsId. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Branchrestrictions"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugBranchRestrictionsId",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugBranchRestrictionsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "groups": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "full_slug": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "members": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "owner": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string"
                              },
                              "created_on": {
                                "type": "string"
                              },
                              "display_name": {
                                "type": "string"
                              },
                              "links": {
                                "type": "object",
                                "properties": {
                                  "avatar": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "followers": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "following": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "html": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "repositories": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "self": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              },
                              "username": {
                                "type": "string"
                              },
                              "uuid": {
                                "type": "string"
                              },
                              "website": {
                                "type": "string"
                              }
                            }
                          },
                          "slug": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "kind": {
                      "type": "string"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "users": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "display_name": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "avatar": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "followers": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "following": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "repositories": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "username": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "website": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "value": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "groups": [
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 10,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 2,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 7,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 1,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 8,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 7,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 6,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    }
                  ],
                  "id": 8,
                  "kind": "push",
                  "links": {
                    "self": {
                      "href": "string"
                    }
                  },
                  "users": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    }
                  ],
                  "value": 7
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Branchrestrictions"
        ],
        "operationId": "putRepositoriesUsernameRepoSlugBranchRestrictionsId",
        "description": "The parameters and request body are for method: putRepositoriesUsernameRepoSlugBranchRestrictionsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "groups": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "full_slug": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "members": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "owner": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string"
                              },
                              "created_on": {
                                "type": "string"
                              },
                              "display_name": {
                                "type": "string"
                              },
                              "links": {
                                "type": "object",
                                "properties": {
                                  "avatar": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "followers": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "following": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "html": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "repositories": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "self": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              },
                              "username": {
                                "type": "string"
                              },
                              "uuid": {
                                "type": "string"
                              },
                              "website": {
                                "type": "string"
                              }
                            }
                          },
                          "slug": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "kind": {
                      "type": "string"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "users": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "display_name": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "avatar": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "followers": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "following": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "repositories": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "username": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "website": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "value": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "groups": [
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 5,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 6,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 5,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 10,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    },
                    {
                      "type": "string",
                      "full_slug": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "members": 8,
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "slug": "string"
                    }
                  ],
                  "id": 9,
                  "kind": "restrict_merges",
                  "links": {
                    "self": {
                      "href": "string"
                    }
                  },
                  "users": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    }
                  ],
                  "value": 10
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/commit/{node}/approve": {
      "delete": {
        "tags": [
          "Commits"
        ],
        "operationId": "deleteRepositoriesUsernameRepoSlugCommitNodeApprove",
        "description": "The parameters and request body are for method: deleteRepositoriesUsernameRepoSlugCommitNodeApprove. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "node",
            "in": "path",
            "required": true,
            "schema": {
              "title": "node",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Commits"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugCommitNodeApprove",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugCommitNodeApprove. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "approved": {
                      "type": "boolean"
                    },
                    "role": {
                      "type": "string"
                    },
                    "user": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        },
                        "account_id": {
                          "type": "string"
                        },
                        "is_staff": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "approved": true,
                  "role": "REVIEWER",
                  "user": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string",
                    "account_id": "string",
                    "is_staff": false
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "node",
            "in": "path",
            "required": true,
            "schema": {
              "title": "node",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/commit/{revision}": {
      "get": {
        "tags": [
          "Commits"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugCommitRevision",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugCommitRevision. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "revision",
            "in": "path",
            "required": true,
            "schema": {
              "title": "revision",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{sha}/commit/{repoSlug}/comments": {
      "get": {
        "tags": [
          "Commits"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugCommitShaComments",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugCommitShaComments. 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": "sha",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sha",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{sha}/commit/{commentId}/comments/{repoSlug}": {
      "get": {
        "tags": [
          "Commits"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugCommitShaCommentsCommentId",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugCommitShaCommentsCommentId. 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": "sha",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sha",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/commits": {
      "get": {
        "tags": [
          "Commits"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugCommits",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugCommits. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Commits"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugCommits",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugCommits. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{revision}/commits/{repoSlug}": {
      "get": {
        "tags": [
          "Commits"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugCommitsRevision",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugCommitsRevision. 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": "revision",
            "in": "path",
            "required": true,
            "schema": {
              "title": "revision",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Commits"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugCommitsRevision",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugCommitsRevision. 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": "revision",
            "in": "path",
            "required": true,
            "schema": {
              "title": "revision",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{spec}/diff/{repoSlug}": {
      "get": {
        "tags": [
          "Commits"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugDiffSpec",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugDiffSpec. 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": "spec",
            "in": "path",
            "required": true,
            "schema": {
              "title": "spec",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "context",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pathParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{spec}/patch/{repoSlug}": {
      "get": {
        "tags": [
          "Commits"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugPatchSpec",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugPatchSpec. 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": "spec",
            "in": "path",
            "required": true,
            "schema": {
              "title": "spec",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/components": {
      "get": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugComponents",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugComponents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 3,
                  "pagelen": 5,
                  "previous": "string",
                  "size": 2,
                  "values": [
                    {
                      "type": "string",
                      "id": 1,
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    },
                    {
                      "type": "string",
                      "id": 6,
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    },
                    {
                      "type": "string",
                      "id": 10,
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    },
                    {
                      "type": "string",
                      "id": 1,
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    },
                    {
                      "type": "string",
                      "id": 9,
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    },
                    {
                      "type": "string",
                      "id": 7,
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/components/{componentId}": {
      "get": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugComponentsComponentId",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugComponentsComponentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "id": 9,
                  "links": {
                    "self": {
                      "href": "string"
                    }
                  },
                  "name": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "componentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "componentId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/issues": {
      "get": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugIssues",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugIssues. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugIssues",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugIssues. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{issueId}/issues/{repoSlug}": {
      "delete": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "deleteRepositoriesUsernameRepoSlugIssuesIssueId",
        "description": "The parameters and request body are for method: deleteRepositoriesUsernameRepoSlugIssuesIssueId. 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": "issueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugIssuesIssueId",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugIssuesIssueId. 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": "issueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/issues/{issueId}/attachments": {
      "get": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugIssuesIssueIdAttachments",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugIssuesIssueIdAttachments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 5,
                  "pagelen": 6,
                  "previous": "string",
                  "size": 5,
                  "values": [
                    {
                      "type": "string",
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    },
                    {
                      "type": "string",
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "issueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugIssuesIssueIdAttachments",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugIssuesIssueIdAttachments. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "issueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{pathParam}/issues/{issueId}/attachments/{repoSlug}": {
      "delete": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "deleteRepositoriesUsernameRepoSlugIssuesIssueIdAttachmentsPath",
        "description": "The parameters and request body are for method: deleteRepositoriesUsernameRepoSlugIssuesIssueIdAttachmentsPath. 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": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          },
          {
            "name": "issueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugIssuesIssueIdAttachmentsPath",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugIssuesIssueIdAttachmentsPath. 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": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          },
          {
            "name": "issueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{issueId}/issues/{repoSlug}/comments": {
      "get": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugIssuesIssueIdComments",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugIssuesIssueIdComments. 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": "issueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{commentId}/issues/{issueId}/comments/{repoSlug}": {
      "get": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugIssuesIssueIdCommentsCommentId",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugIssuesIssueIdCommentsCommentId. 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": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "string"
            }
          },
          {
            "name": "issueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/issues/{issueId}/vote": {
      "delete": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "deleteRepositoriesUsernameRepoSlugIssuesIssueIdVote",
        "description": "The parameters and request body are for method: deleteRepositoriesUsernameRepoSlugIssuesIssueIdVote. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "issueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugIssuesIssueIdVote",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugIssuesIssueIdVote. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "object",
                      "properties": {
                        "data": {
                          "type": "object"
                        },
                        "detail": {
                          "type": "string"
                        },
                        "message": {
                          "type": "string"
                        }
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "error": {
                    "data": {},
                    "detail": "string",
                    "message": "string"
                  },
                  "type": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "issueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "putRepositoriesUsernameRepoSlugIssuesIssueIdVote",
        "description": "The parameters and request body are for method: putRepositoriesUsernameRepoSlugIssuesIssueIdVote. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "object",
                      "properties": {
                        "data": {
                          "type": "object"
                        },
                        "detail": {
                          "type": "string"
                        },
                        "message": {
                          "type": "string"
                        }
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "error": {
                    "data": {},
                    "detail": "string",
                    "message": "string"
                  },
                  "type": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "issueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/issues/{issueId}/watch": {
      "delete": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "deleteRepositoriesUsernameRepoSlugIssuesIssueIdWatch",
        "description": "The parameters and request body are for method: deleteRepositoriesUsernameRepoSlugIssuesIssueIdWatch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "object",
                      "properties": {
                        "data": {
                          "type": "object"
                        },
                        "detail": {
                          "type": "string"
                        },
                        "message": {
                          "type": "string"
                        }
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "error": {
                    "data": {},
                    "detail": "string",
                    "message": "string"
                  },
                  "type": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "issueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugIssuesIssueIdWatch",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugIssuesIssueIdWatch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "object",
                      "properties": {
                        "data": {
                          "type": "object"
                        },
                        "detail": {
                          "type": "string"
                        },
                        "message": {
                          "type": "string"
                        }
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "error": {
                    "data": {},
                    "detail": "string",
                    "message": "string"
                  },
                  "type": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "issueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "putRepositoriesUsernameRepoSlugIssuesIssueIdWatch",
        "description": "The parameters and request body are for method: putRepositoriesUsernameRepoSlugIssuesIssueIdWatch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "error": {
                      "type": "object",
                      "properties": {
                        "data": {
                          "type": "object"
                        },
                        "detail": {
                          "type": "string"
                        },
                        "message": {
                          "type": "string"
                        }
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "error": {
                    "data": {},
                    "detail": "string",
                    "message": "string"
                  },
                  "type": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "issueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "issueId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/milestones": {
      "get": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugMilestones",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugMilestones. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 8,
                  "pagelen": 9,
                  "previous": "string",
                  "size": 1,
                  "values": [
                    {
                      "type": "string",
                      "id": 10,
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    },
                    {
                      "type": "string",
                      "id": 3,
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    },
                    {
                      "type": "string",
                      "id": 5,
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    },
                    {
                      "type": "string",
                      "id": 8,
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    },
                    {
                      "type": "string",
                      "id": 2,
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/milestones/{milestoneId}": {
      "get": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugMilestonesMilestoneId",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugMilestonesMilestoneId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "id": 9,
                  "links": {
                    "self": {
                      "href": "string"
                    }
                  },
                  "name": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "milestoneId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "milestoneId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/versions": {
      "get": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugVersions",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugVersions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 6,
                  "pagelen": 5,
                  "previous": "string",
                  "size": 9,
                  "values": [
                    {
                      "type": "string",
                      "id": 2,
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    },
                    {
                      "type": "string",
                      "id": 6,
                      "links": {
                        "self": {
                          "href": "string"
                        }
                      },
                      "name": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/versions/{versionId}": {
      "get": {
        "tags": [
          "IssueTracker"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugVersionsVersionId",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugVersionsVersionId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "id": 10,
                  "links": {
                    "self": {
                      "href": "string"
                    }
                  },
                  "name": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "versionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "versionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/default-reviewers": {
      "get": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugDefaultReviewers",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugDefaultReviewers. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{targetUsername}/default-reviewers/{repoSlug}": {
      "delete": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "deleteRepositoriesUsernameRepoSlugDefaultReviewersTargetUsername",
        "description": "The parameters and request body are for method: deleteRepositoriesUsernameRepoSlugDefaultReviewersTargetUsername. 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": "targetUsername",
            "in": "path",
            "required": true,
            "schema": {
              "title": "targetUsername",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugDefaultReviewersTargetUsername",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugDefaultReviewersTargetUsername. 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": "targetUsername",
            "in": "path",
            "required": true,
            "schema": {
              "title": "targetUsername",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "putRepositoriesUsernameRepoSlugDefaultReviewersTargetUsername",
        "description": "The parameters and request body are for method: putRepositoriesUsernameRepoSlugDefaultReviewersTargetUsername. 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": "targetUsername",
            "in": "path",
            "required": true,
            "schema": {
              "title": "targetUsername",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pullrequests": {
      "get": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugPullrequests",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugPullrequests. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugPullrequests",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugPullrequests. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pullrequests/activity": {
      "get": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugPullrequestsActivity",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugPullrequestsActivity. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pullrequests/{pullRequestId}": {
      "get": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugPullrequestsPullRequestId",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugPullrequestsPullRequestId. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "putRepositoriesUsernameRepoSlugPullrequestsPullRequestId",
        "description": "The parameters and request body are for method: putRepositoriesUsernameRepoSlugPullrequestsPullRequestId. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pullrequests/{pullRequestId}/activity": {
      "get": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugPullrequestsPullRequestIdActivity",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugPullrequestsPullRequestIdActivity. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{pullRequestId}/pullrequests/{repoSlug}/approve": {
      "delete": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "deleteRepositoriesUsernameRepoSlugPullrequestsPullRequestIdApprove",
        "description": "The parameters and request body are for method: deleteRepositoriesUsernameRepoSlugPullrequestsPullRequestIdApprove. 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": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugPullrequestsPullRequestIdApprove",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugPullrequestsPullRequestIdApprove. 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": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{pullRequestId}/pullrequests/{repoSlug}/comments": {
      "get": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugPullrequestsPullRequestIdComments",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugPullrequestsPullRequestIdComments. 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": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{pullRequestId}/pullrequests/{commentId}/comments/{repoSlug}": {
      "get": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugPullrequestsPullRequestIdCommentsCommentId",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugPullrequestsPullRequestIdCommentsCommentId. 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": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{pullRequestId}/pullrequests/{repoSlug}/commits": {
      "get": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugPullrequestsPullRequestIdCommits",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugPullrequestsPullRequestIdCommits. 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": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{pullRequestId}/pullrequests/{repoSlug}/decline": {
      "post": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugPullrequestsPullRequestIdDecline",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugPullrequestsPullRequestIdDecline. 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": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{pullRequestId}/pullrequests/{repoSlug}/diff": {
      "get": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugPullrequestsPullRequestIdDiff",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugPullrequestsPullRequestIdDiff. 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": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{pullRequestId}/pullrequests/{repoSlug}/merge": {
      "post": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugPullrequestsPullRequestIdMerge",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugPullrequestsPullRequestIdMerge. 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": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{pullRequestId}/pullrequests/{repoSlug}/patch": {
      "get": {
        "tags": [
          "Pullrequests"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugPullrequestsPullRequestIdPatch",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugPullrequestsPullRequestIdPatch. 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": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/downloads": {
      "get": {
        "tags": [
          "Downloads"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugDownloads",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugDownloads. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Downloads"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugDownloads",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugDownloads. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{filename}/downloads/{repoSlug}": {
      "delete": {
        "tags": [
          "Downloads"
        ],
        "operationId": "deleteRepositoriesUsernameRepoSlugDownloadsFilename",
        "description": "The parameters and request body are for method: deleteRepositoriesUsernameRepoSlugDownloadsFilename. 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": "filename",
            "in": "path",
            "required": true,
            "schema": {
              "title": "filename",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Downloads"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugDownloadsFilename",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugDownloadsFilename. 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": "filename",
            "in": "path",
            "required": true,
            "schema": {
              "title": "filename",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pipelines/": {
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getPipelinesForRepository",
        "description": "The parameters and request body are for method: getPipelinesForRepository. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "createPipelineForRepository",
        "description": "The parameters and request body are for method: createPipelineForRepository. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pipelines/{pipelineUuid}": {
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getPipelineForRepository",
        "description": "The parameters and request body are for method: getPipelineForRepository. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "pipelineUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pipelineUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pipelines/{pipelineUuid}/steps/": {
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getPipelineStepsForRepository",
        "description": "The parameters and request body are for method: getPipelineStepsForRepository. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "completed_on": {
                            "type": "string"
                          },
                          "image": {
                            "type": "object",
                            "properties": {
                              "email": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "password": {
                                "type": "string"
                              },
                              "username": {
                                "type": "string"
                              }
                            }
                          },
                          "logByteCount": {
                            "type": "number"
                          },
                          "script_commands": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "command": {
                                  "type": "string"
                                },
                                "log_range": {
                                  "type": "object",
                                  "properties": {
                                    "first_byte_position": {
                                      "type": "number"
                                    },
                                    "last_byte_position": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "setup_commands": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "command": {
                                  "type": "string"
                                },
                                "log_range": {
                                  "type": "object",
                                  "properties": {
                                    "first_byte_position": {
                                      "type": "number"
                                    },
                                    "last_byte_position": {
                                      "type": "number"
                                    }
                                  }
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "started_on": {
                            "type": "string"
                          },
                          "state": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string"
                              }
                            }
                          },
                          "uuid": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 8,
                  "pagelen": 4,
                  "previous": "string",
                  "size": 9,
                  "values": [
                    {
                      "type": "string",
                      "completed_on": "string",
                      "image": {
                        "email": "string",
                        "name": "string",
                        "password": "string",
                        "username": "string"
                      },
                      "logByteCount": 8,
                      "script_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 2,
                            "last_byte_position": 3
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 1,
                            "last_byte_position": 6
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 4,
                            "last_byte_position": 6
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 4,
                            "last_byte_position": 1
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 8,
                            "last_byte_position": 3
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 5,
                            "last_byte_position": 3
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 7,
                            "last_byte_position": 6
                          },
                          "name": "string"
                        }
                      ],
                      "setup_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 2,
                            "last_byte_position": 8
                          },
                          "name": "string"
                        }
                      ],
                      "started_on": "string",
                      "state": {
                        "type": "string"
                      },
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "completed_on": "string",
                      "image": {
                        "email": "string",
                        "name": "string",
                        "password": "string",
                        "username": "string"
                      },
                      "logByteCount": 3,
                      "script_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 4,
                            "last_byte_position": 3
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 8,
                            "last_byte_position": 10
                          },
                          "name": "string"
                        }
                      ],
                      "setup_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 1,
                            "last_byte_position": 6
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 9,
                            "last_byte_position": 6
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 9,
                            "last_byte_position": 2
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 6,
                            "last_byte_position": 8
                          },
                          "name": "string"
                        }
                      ],
                      "started_on": "string",
                      "state": {
                        "type": "string"
                      },
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "completed_on": "string",
                      "image": {
                        "email": "string",
                        "name": "string",
                        "password": "string",
                        "username": "string"
                      },
                      "logByteCount": 1,
                      "script_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 7,
                            "last_byte_position": 2
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 6,
                            "last_byte_position": 9
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 4,
                            "last_byte_position": 2
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 8,
                            "last_byte_position": 9
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 5,
                            "last_byte_position": 2
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 4,
                            "last_byte_position": 10
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 3,
                            "last_byte_position": 9
                          },
                          "name": "string"
                        }
                      ],
                      "setup_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 6,
                            "last_byte_position": 5
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 8,
                            "last_byte_position": 9
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 9,
                            "last_byte_position": 3
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 3,
                            "last_byte_position": 2
                          },
                          "name": "string"
                        }
                      ],
                      "started_on": "string",
                      "state": {
                        "type": "string"
                      },
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "completed_on": "string",
                      "image": {
                        "email": "string",
                        "name": "string",
                        "password": "string",
                        "username": "string"
                      },
                      "logByteCount": 7,
                      "script_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 1,
                            "last_byte_position": 3
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 9,
                            "last_byte_position": 10
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 10,
                            "last_byte_position": 1
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 5,
                            "last_byte_position": 1
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 3,
                            "last_byte_position": 1
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 6,
                            "last_byte_position": 10
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 8,
                            "last_byte_position": 2
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 8,
                            "last_byte_position": 9
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 7,
                            "last_byte_position": 10
                          },
                          "name": "string"
                        }
                      ],
                      "setup_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 4,
                            "last_byte_position": 9
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 9,
                            "last_byte_position": 4
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 3,
                            "last_byte_position": 8
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 10,
                            "last_byte_position": 10
                          },
                          "name": "string"
                        }
                      ],
                      "started_on": "string",
                      "state": {
                        "type": "string"
                      },
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "completed_on": "string",
                      "image": {
                        "email": "string",
                        "name": "string",
                        "password": "string",
                        "username": "string"
                      },
                      "logByteCount": 5,
                      "script_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 10,
                            "last_byte_position": 1
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 6,
                            "last_byte_position": 9
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 6,
                            "last_byte_position": 1
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 10,
                            "last_byte_position": 6
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 5,
                            "last_byte_position": 5
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 8,
                            "last_byte_position": 10
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 8,
                            "last_byte_position": 4
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 9,
                            "last_byte_position": 4
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 10,
                            "last_byte_position": 6
                          },
                          "name": "string"
                        }
                      ],
                      "setup_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 8,
                            "last_byte_position": 1
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 9,
                            "last_byte_position": 4
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 3,
                            "last_byte_position": 4
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 5,
                            "last_byte_position": 3
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 4,
                            "last_byte_position": 9
                          },
                          "name": "string"
                        }
                      ],
                      "started_on": "string",
                      "state": {
                        "type": "string"
                      },
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "completed_on": "string",
                      "image": {
                        "email": "string",
                        "name": "string",
                        "password": "string",
                        "username": "string"
                      },
                      "logByteCount": 9,
                      "script_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 10,
                            "last_byte_position": 9
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 7,
                            "last_byte_position": 2
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 6,
                            "last_byte_position": 1
                          },
                          "name": "string"
                        }
                      ],
                      "setup_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 10,
                            "last_byte_position": 8
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 7,
                            "last_byte_position": 8
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 6,
                            "last_byte_position": 4
                          },
                          "name": "string"
                        }
                      ],
                      "started_on": "string",
                      "state": {
                        "type": "string"
                      },
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "completed_on": "string",
                      "image": {
                        "email": "string",
                        "name": "string",
                        "password": "string",
                        "username": "string"
                      },
                      "logByteCount": 7,
                      "script_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 6,
                            "last_byte_position": 4
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 1,
                            "last_byte_position": 8
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 5,
                            "last_byte_position": 7
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 8,
                            "last_byte_position": 9
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 1,
                            "last_byte_position": 9
                          },
                          "name": "string"
                        }
                      ],
                      "setup_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 3,
                            "last_byte_position": 8
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 3,
                            "last_byte_position": 10
                          },
                          "name": "string"
                        }
                      ],
                      "started_on": "string",
                      "state": {
                        "type": "string"
                      },
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "completed_on": "string",
                      "image": {
                        "email": "string",
                        "name": "string",
                        "password": "string",
                        "username": "string"
                      },
                      "logByteCount": 8,
                      "script_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 1,
                            "last_byte_position": 5
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 10,
                            "last_byte_position": 9
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 2,
                            "last_byte_position": 9
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 9,
                            "last_byte_position": 4
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 10,
                            "last_byte_position": 1
                          },
                          "name": "string"
                        }
                      ],
                      "setup_commands": [
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 9,
                            "last_byte_position": 10
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 10,
                            "last_byte_position": 2
                          },
                          "name": "string"
                        },
                        {
                          "command": "string",
                          "log_range": {
                            "first_byte_position": 3,
                            "last_byte_position": 1
                          },
                          "name": "string"
                        }
                      ],
                      "started_on": "string",
                      "state": {
                        "type": "string"
                      },
                      "uuid": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "pipelineUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pipelineUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pipelines/{pipelineUuid}/steps/{stepUuid}": {
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getPipelineStepForRepository",
        "description": "The parameters and request body are for method: getPipelineStepForRepository. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "completed_on": {
                      "type": "string"
                    },
                    "image": {
                      "type": "object",
                      "properties": {
                        "email": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "password": {
                          "type": "string"
                        },
                        "username": {
                          "type": "string"
                        }
                      }
                    },
                    "logByteCount": {
                      "type": "number"
                    },
                    "script_commands": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "command": {
                            "type": "string"
                          },
                          "log_range": {
                            "type": "object",
                            "properties": {
                              "first_byte_position": {
                                "type": "number"
                              },
                              "last_byte_position": {
                                "type": "number"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "setup_commands": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "command": {
                            "type": "string"
                          },
                          "log_range": {
                            "type": "object",
                            "properties": {
                              "first_byte_position": {
                                "type": "number"
                              },
                              "last_byte_position": {
                                "type": "number"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "started_on": {
                      "type": "string"
                    },
                    "state": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "completed_on": "string",
                  "image": {
                    "email": "string",
                    "name": "string",
                    "password": "string",
                    "username": "string"
                  },
                  "logByteCount": 10,
                  "script_commands": [
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 8,
                        "last_byte_position": 4
                      },
                      "name": "string"
                    },
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 2,
                        "last_byte_position": 2
                      },
                      "name": "string"
                    },
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 9,
                        "last_byte_position": 1
                      },
                      "name": "string"
                    },
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 2,
                        "last_byte_position": 9
                      },
                      "name": "string"
                    },
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 7,
                        "last_byte_position": 2
                      },
                      "name": "string"
                    },
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 7,
                        "last_byte_position": 6
                      },
                      "name": "string"
                    },
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 10,
                        "last_byte_position": 1
                      },
                      "name": "string"
                    },
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 2,
                        "last_byte_position": 6
                      },
                      "name": "string"
                    },
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 1,
                        "last_byte_position": 5
                      },
                      "name": "string"
                    },
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 6,
                        "last_byte_position": 1
                      },
                      "name": "string"
                    }
                  ],
                  "setup_commands": [
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 4,
                        "last_byte_position": 4
                      },
                      "name": "string"
                    },
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 5,
                        "last_byte_position": 7
                      },
                      "name": "string"
                    },
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 10,
                        "last_byte_position": 3
                      },
                      "name": "string"
                    },
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 6,
                        "last_byte_position": 10
                      },
                      "name": "string"
                    },
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 9,
                        "last_byte_position": 10
                      },
                      "name": "string"
                    },
                    {
                      "command": "string",
                      "log_range": {
                        "first_byte_position": 6,
                        "last_byte_position": 4
                      },
                      "name": "string"
                    }
                  ],
                  "started_on": "string",
                  "state": {
                    "type": "string"
                  },
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "pipelineUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pipelineUuid",
              "type": "string"
            }
          },
          {
            "name": "stepUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "stepUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pipelines/{pipelineUuid}/steps/{stepUuid}/log": {
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getPipelineStepLogForRepository",
        "description": "The parameters and request body are for method: getPipelineStepLogForRepository. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "pipelineUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pipelineUuid",
              "type": "string"
            }
          },
          {
            "name": "stepUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "stepUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pipelines/{pipelineUuid}/stopPipeline": {
      "post": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "stopPipeline",
        "description": "The parameters and request body are for method: stopPipeline. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "pipelineUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pipelineUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pipelines_config": {
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getRepositoryPipelineConfig",
        "description": "The parameters and request body are for method: getRepositoryPipelineConfig. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "updateRepositoryPipelineConfig",
        "description": "The parameters and request body are for method: updateRepositoryPipelineConfig. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pipelines_config/ssh/key_pair": {
      "delete": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "deleteRepositoryPipelineKeyPair",
        "description": "The parameters and request body are for method: deleteRepositoryPipelineKeyPair. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getRepositoryPipelineSshKeyPair",
        "description": "The parameters and request body are for method: getRepositoryPipelineSshKeyPair. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "private_key": {
                      "type": "string"
                    },
                    "public_key": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "private_key": "string",
                  "public_key": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "updateRepositoryPipelineKeyPair",
        "description": "The parameters and request body are for method: updateRepositoryPipelineKeyPair. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "private_key": {
                      "type": "string"
                    },
                    "public_key": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "private_key": "string",
                  "public_key": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pipelines_config/ssh/known_hosts/": {
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getRepositoryPipelineKnownHosts",
        "description": "The parameters and request body are for method: getRepositoryPipelineKnownHosts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "hostname": {
                            "type": "string"
                          },
                          "public_key": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string"
                              },
                              "key": {
                                "type": "string"
                              },
                              "key_type": {
                                "type": "string"
                              },
                              "md5_fingerprint": {
                                "type": "string"
                              },
                              "sha256_fingerprint": {
                                "type": "string"
                              }
                            }
                          },
                          "uuid": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 8,
                  "pagelen": 9,
                  "previous": "string",
                  "size": 10,
                  "values": [
                    {
                      "type": "string",
                      "hostname": "string",
                      "public_key": {
                        "type": "string",
                        "key": "string",
                        "key_type": "string",
                        "md5_fingerprint": "string",
                        "sha256_fingerprint": "string"
                      },
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "hostname": "string",
                      "public_key": {
                        "type": "string",
                        "key": "string",
                        "key_type": "string",
                        "md5_fingerprint": "string",
                        "sha256_fingerprint": "string"
                      },
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "hostname": "string",
                      "public_key": {
                        "type": "string",
                        "key": "string",
                        "key_type": "string",
                        "md5_fingerprint": "string",
                        "sha256_fingerprint": "string"
                      },
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "hostname": "string",
                      "public_key": {
                        "type": "string",
                        "key": "string",
                        "key_type": "string",
                        "md5_fingerprint": "string",
                        "sha256_fingerprint": "string"
                      },
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "hostname": "string",
                      "public_key": {
                        "type": "string",
                        "key": "string",
                        "key_type": "string",
                        "md5_fingerprint": "string",
                        "sha256_fingerprint": "string"
                      },
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "hostname": "string",
                      "public_key": {
                        "type": "string",
                        "key": "string",
                        "key_type": "string",
                        "md5_fingerprint": "string",
                        "sha256_fingerprint": "string"
                      },
                      "uuid": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "createRepositoryPipelineKnownHost",
        "description": "The parameters and request body are for method: createRepositoryPipelineKnownHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "hostname": {
                      "type": "string"
                    },
                    "public_key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "key": {
                          "type": "string"
                        },
                        "key_type": {
                          "type": "string"
                        },
                        "md5_fingerprint": {
                          "type": "string"
                        },
                        "sha256_fingerprint": {
                          "type": "string"
                        }
                      }
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "hostname": "string",
                  "public_key": {
                    "type": "string",
                    "key": "string",
                    "key_type": "string",
                    "md5_fingerprint": "string",
                    "sha256_fingerprint": "string"
                  },
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pipelines_config/ssh/known_hosts/{knownHostUuid}": {
      "delete": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "deleteRepositoryPipelineKnownHost",
        "description": "The parameters and request body are for method: deleteRepositoryPipelineKnownHost. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "knownHostUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "knownHostUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getRepositoryPipelineKnownHost",
        "description": "The parameters and request body are for method: getRepositoryPipelineKnownHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "hostname": {
                      "type": "string"
                    },
                    "public_key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "key": {
                          "type": "string"
                        },
                        "key_type": {
                          "type": "string"
                        },
                        "md5_fingerprint": {
                          "type": "string"
                        },
                        "sha256_fingerprint": {
                          "type": "string"
                        }
                      }
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "hostname": "string",
                  "public_key": {
                    "type": "string",
                    "key": "string",
                    "key_type": "string",
                    "md5_fingerprint": "string",
                    "sha256_fingerprint": "string"
                  },
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "knownHostUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "knownHostUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "updateRepositoryPipelineKnownHost",
        "description": "The parameters and request body are for method: updateRepositoryPipelineKnownHost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "hostname": {
                      "type": "string"
                    },
                    "public_key": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "key": {
                          "type": "string"
                        },
                        "key_type": {
                          "type": "string"
                        },
                        "md5_fingerprint": {
                          "type": "string"
                        },
                        "sha256_fingerprint": {
                          "type": "string"
                        }
                      }
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "hostname": "string",
                  "public_key": {
                    "type": "string",
                    "key": "string",
                    "key_type": "string",
                    "md5_fingerprint": "string",
                    "sha256_fingerprint": "string"
                  },
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "knownHostUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "knownHostUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pipelines_config/variables/": {
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getRepositoryPipelineVariables",
        "description": "The parameters and request body are for method: getRepositoryPipelineVariables. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "key": {
                            "type": "string"
                          },
                          "secured": {
                            "type": "boolean"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 5,
                  "pagelen": 9,
                  "previous": "string",
                  "size": 3,
                  "values": [
                    {
                      "type": "string",
                      "key": "string",
                      "secured": false,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": false,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": true,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": false,
                      "uuid": "string",
                      "value": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "createRepositoryPipelineVariable",
        "description": "The parameters and request body are for method: createRepositoryPipelineVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "secured": {
                      "type": "boolean"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "key": "string",
                  "secured": true,
                  "uuid": "string",
                  "value": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/pipelines_config/variables/{variableUuid}": {
      "delete": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "deleteRepositoryPipelineVariable",
        "description": "The parameters and request body are for method: deleteRepositoryPipelineVariable. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "variableUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "variableUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getRepositoryPipelineVariable",
        "description": "The parameters and request body are for method: getRepositoryPipelineVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "secured": {
                      "type": "boolean"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "key": "string",
                  "secured": true,
                  "uuid": "string",
                  "value": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "variableUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "variableUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "updateRepositoryPipelineVariable",
        "description": "The parameters and request body are for method: updateRepositoryPipelineVariable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "secured": {
                      "type": "boolean"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "key": "string",
                  "secured": false,
                  "uuid": "string",
                  "value": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "variableUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "variableUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/teams/{username}/pipelines_config/variables/": {
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getPipelineVariablesForTeam",
        "description": "The parameters and request body are for method: getPipelineVariablesForTeam. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "key": {
                            "type": "string"
                          },
                          "secured": {
                            "type": "boolean"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 9,
                  "pagelen": 8,
                  "previous": "string",
                  "size": 3,
                  "values": [
                    {
                      "type": "string",
                      "key": "string",
                      "secured": true,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": false,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": true,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": false,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": true,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": false,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": true,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": true,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": false,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": true,
                      "uuid": "string",
                      "value": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "createPipelineVariableForTeam",
        "description": "The parameters and request body are for method: createPipelineVariableForTeam. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "secured": {
                      "type": "boolean"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "key": "string",
                  "secured": true,
                  "uuid": "string",
                  "value": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/teams/{username}/pipelines_config/variables/{variableUuid}": {
      "delete": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "deletePipelineVariableForTeam",
        "description": "The parameters and request body are for method: deletePipelineVariableForTeam. 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": "variableUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "variableUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getPipelineVariableForTeam",
        "description": "The parameters and request body are for method: getPipelineVariableForTeam. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "secured": {
                      "type": "boolean"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "key": "string",
                  "secured": true,
                  "uuid": "string",
                  "value": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "variableUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "variableUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "updatePipelineVariableForTeam",
        "description": "The parameters and request body are for method: updatePipelineVariableForTeam. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "secured": {
                      "type": "boolean"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "key": "string",
                  "secured": true,
                  "uuid": "string",
                  "value": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "variableUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "variableUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/users/{username}/pipelines_config/variables/": {
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getPipelineVariablesForUser",
        "description": "The parameters and request body are for method: getPipelineVariablesForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "key": {
                            "type": "string"
                          },
                          "secured": {
                            "type": "boolean"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 2,
                  "pagelen": 2,
                  "previous": "string",
                  "size": 8,
                  "values": [
                    {
                      "type": "string",
                      "key": "string",
                      "secured": false,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": false,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": false,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": true,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": false,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": false,
                      "uuid": "string",
                      "value": "string"
                    },
                    {
                      "type": "string",
                      "key": "string",
                      "secured": true,
                      "uuid": "string",
                      "value": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "createPipelineVariableForUser",
        "description": "The parameters and request body are for method: createPipelineVariableForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "secured": {
                      "type": "boolean"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "key": "string",
                  "secured": false,
                  "uuid": "string",
                  "value": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/users/{username}/pipelines_config/variables/{variableUuid}": {
      "delete": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "deletePipelineVariableForUser",
        "description": "The parameters and request body are for method: deletePipelineVariableForUser. 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": "variableUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "variableUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "getPipelineVariableForUser",
        "description": "The parameters and request body are for method: getPipelineVariableForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "secured": {
                      "type": "boolean"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "key": "string",
                  "secured": true,
                  "uuid": "string",
                  "value": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "variableUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "variableUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "updatePipelineVariableForUser",
        "description": "The parameters and request body are for method: updatePipelineVariableForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "key": {
                      "type": "string"
                    },
                    "secured": {
                      "type": "boolean"
                    },
                    "uuid": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "key": "string",
                  "secured": false,
                  "uuid": "string",
                  "value": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "variableUuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "variableUuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/refs": {
      "get": {
        "tags": [
          "Refs"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugRefs",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugRefs. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/refs/branches": {
      "get": {
        "tags": [
          "Refs"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugRefsBranches",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugRefsBranches. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/refs/branches/{name}": {
      "get": {
        "tags": [
          "Refs"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugRefsBranchesName",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugRefsBranchesName. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/repositories/{username}/{repoSlug}/refs/tags": {
      "get": {
        "tags": [
          "Refs"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugRefsTags",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugRefsTags. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Refs"
        ],
        "operationId": "postRepositoriesUsernameRepoSlugRefsTags",
        "description": "The parameters and request body are for method: postRepositoriesUsernameRepoSlugRefsTags. 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": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/repositories/{username}/{name}/refs/tags/{repoSlug}": {
      "get": {
        "tags": [
          "Refs"
        ],
        "operationId": "getRepositoriesUsernameRepoSlugRefsTagsName",
        "description": "The parameters and request body are for method: getRepositoriesUsernameRepoSlugRefsTagsName. 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": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "repoSlug",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repoSlug",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/snippets": {
      "get": {
        "tags": [
          "Snippets"
        ],
        "operationId": "getSnippets",
        "description": "The parameters and request body are for method: getSnippets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "creator": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string"
                              },
                              "created_on": {
                                "type": "string"
                              },
                              "display_name": {
                                "type": "string"
                              },
                              "links": {
                                "type": "object",
                                "properties": {
                                  "avatar": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "followers": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "following": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "html": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "repositories": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "self": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              },
                              "username": {
                                "type": "string"
                              },
                              "uuid": {
                                "type": "string"
                              },
                              "website": {
                                "type": "string"
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "is_private": {
                            "type": "boolean"
                          },
                          "owner": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string"
                              },
                              "created_on": {
                                "type": "string"
                              },
                              "display_name": {
                                "type": "string"
                              },
                              "links": {
                                "type": "object",
                                "properties": {
                                  "avatar": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "followers": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "following": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "html": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "repositories": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "self": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              },
                              "username": {
                                "type": "string"
                              },
                              "uuid": {
                                "type": "string"
                              },
                              "website": {
                                "type": "string"
                              }
                            }
                          },
                          "scm": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "updated_on": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 2,
                  "pagelen": 3,
                  "previous": "string",
                  "size": 1,
                  "values": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "creator": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "id": 4,
                      "is_private": false,
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "scm": "hg",
                      "title": "string",
                      "updated_on": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "creator": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "id": 2,
                      "is_private": false,
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "scm": "git",
                      "title": "string",
                      "updated_on": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "creator": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "id": 3,
                      "is_private": true,
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "scm": "hg",
                      "title": "string",
                      "updated_on": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "creator": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "id": 2,
                      "is_private": true,
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "scm": "git",
                      "title": "string",
                      "updated_on": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Snippets"
        ],
        "operationId": "postSnippets",
        "description": "The parameters and request body are for method: postSnippets. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "is_private": {
                      "type": "boolean"
                    },
                    "owner": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "scm": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "updated_on": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "creator": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "id": 5,
                  "is_private": false,
                  "owner": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "scm": "git",
                  "title": "string",
                  "updated_on": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/snippets/{username}": {
      "get": {
        "tags": [
          "Snippets"
        ],
        "operationId": "getSnippetsUsername",
        "description": "The parameters and request body are for method: getSnippetsUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "creator": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string"
                              },
                              "created_on": {
                                "type": "string"
                              },
                              "display_name": {
                                "type": "string"
                              },
                              "links": {
                                "type": "object",
                                "properties": {
                                  "avatar": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "followers": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "following": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "html": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "repositories": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "self": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              },
                              "username": {
                                "type": "string"
                              },
                              "uuid": {
                                "type": "string"
                              },
                              "website": {
                                "type": "string"
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "is_private": {
                            "type": "boolean"
                          },
                          "owner": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string"
                              },
                              "created_on": {
                                "type": "string"
                              },
                              "display_name": {
                                "type": "string"
                              },
                              "links": {
                                "type": "object",
                                "properties": {
                                  "avatar": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "followers": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "following": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "html": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "repositories": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "self": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              },
                              "username": {
                                "type": "string"
                              },
                              "uuid": {
                                "type": "string"
                              },
                              "website": {
                                "type": "string"
                              }
                            }
                          },
                          "scm": {
                            "type": "string"
                          },
                          "title": {
                            "type": "string"
                          },
                          "updated_on": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 1,
                  "pagelen": 9,
                  "previous": "string",
                  "size": 9,
                  "values": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "creator": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "id": 6,
                      "is_private": true,
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "scm": "hg",
                      "title": "string",
                      "updated_on": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "creator": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "id": 3,
                      "is_private": true,
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "scm": "hg",
                      "title": "string",
                      "updated_on": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "creator": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "id": 7,
                      "is_private": true,
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "scm": "hg",
                      "title": "string",
                      "updated_on": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Snippets"
        ],
        "operationId": "postSnippetsUsername",
        "description": "The parameters and request body are for method: postSnippetsUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "is_private": {
                      "type": "boolean"
                    },
                    "owner": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "scm": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "updated_on": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "creator": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "id": 8,
                  "is_private": false,
                  "owner": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "scm": "git",
                  "title": "string",
                  "updated_on": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/snippets/{username}/{encodedId}": {
      "delete": {
        "tags": [
          "Snippets"
        ],
        "operationId": "deleteSnippetsUsernameEncodedId",
        "description": "The parameters and request body are for method: deleteSnippetsUsernameEncodedId. 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": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Snippets"
        ],
        "operationId": "getSnippetsUsernameEncodedId",
        "description": "The parameters and request body are for method: getSnippetsUsernameEncodedId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "is_private": {
                      "type": "boolean"
                    },
                    "owner": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "scm": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "updated_on": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "creator": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "id": 3,
                  "is_private": true,
                  "owner": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "scm": "git",
                  "title": "string",
                  "updated_on": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Snippets"
        ],
        "operationId": "putSnippetsUsernameEncodedId",
        "description": "The parameters and request body are for method: putSnippetsUsernameEncodedId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "is_private": {
                      "type": "boolean"
                    },
                    "owner": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "scm": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "updated_on": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "creator": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "id": 6,
                  "is_private": false,
                  "owner": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "scm": "git",
                  "title": "string",
                  "updated_on": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/snippets/{username}/{encodedId}/comments": {
      "get": {
        "tags": [
          "Snippets"
        ],
        "operationId": "getSnippetsUsernameEncodedIdComments",
        "description": "The parameters and request body are for method: getSnippetsUsernameEncodedIdComments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "snippet": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string"
                              },
                              "created_on": {
                                "type": "string"
                              },
                              "creator": {
                                "type": "object",
                                "properties": {
                                  "type": {
                                    "type": "string"
                                  },
                                  "created_on": {
                                    "type": "string"
                                  },
                                  "display_name": {
                                    "type": "string"
                                  },
                                  "links": {
                                    "type": "object",
                                    "properties": {
                                      "avatar": {
                                        "type": "object",
                                        "properties": {
                                          "href": {
                                            "type": "string"
                                          }
                                        }
                                      },
                                      "followers": {
                                        "type": "object",
                                        "properties": {
                                          "href": {
                                            "type": "string"
                                          }
                                        }
                                      },
                                      "following": {
                                        "type": "object",
                                        "properties": {
                                          "href": {
                                            "type": "string"
                                          }
                                        }
                                      },
                                      "html": {
                                        "type": "object",
                                        "properties": {
                                          "href": {
                                            "type": "string"
                                          }
                                        }
                                      },
                                      "repositories": {
                                        "type": "object",
                                        "properties": {
                                          "href": {
                                            "type": "string"
                                          }
                                        }
                                      },
                                      "self": {
                                        "type": "object",
                                        "properties": {
                                          "href": {
                                            "type": "string"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "username": {
                                    "type": "string"
                                  },
                                  "uuid": {
                                    "type": "string"
                                  },
                                  "website": {
                                    "type": "string"
                                  }
                                }
                              },
                              "id": {
                                "type": "number"
                              },
                              "is_private": {
                                "type": "boolean"
                              },
                              "owner": {
                                "type": "object",
                                "properties": {
                                  "type": {
                                    "type": "string"
                                  },
                                  "created_on": {
                                    "type": "string"
                                  },
                                  "display_name": {
                                    "type": "string"
                                  },
                                  "links": {
                                    "type": "object",
                                    "properties": {
                                      "avatar": {
                                        "type": "object",
                                        "properties": {
                                          "href": {
                                            "type": "string"
                                          }
                                        }
                                      },
                                      "followers": {
                                        "type": "object",
                                        "properties": {
                                          "href": {
                                            "type": "string"
                                          }
                                        }
                                      },
                                      "following": {
                                        "type": "object",
                                        "properties": {
                                          "href": {
                                            "type": "string"
                                          }
                                        }
                                      },
                                      "html": {
                                        "type": "object",
                                        "properties": {
                                          "href": {
                                            "type": "string"
                                          }
                                        }
                                      },
                                      "repositories": {
                                        "type": "object",
                                        "properties": {
                                          "href": {
                                            "type": "string"
                                          }
                                        }
                                      },
                                      "self": {
                                        "type": "object",
                                        "properties": {
                                          "href": {
                                            "type": "string"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "username": {
                                    "type": "string"
                                  },
                                  "uuid": {
                                    "type": "string"
                                  },
                                  "website": {
                                    "type": "string"
                                  }
                                }
                              },
                              "scm": {
                                "type": "string"
                              },
                              "title": {
                                "type": "string"
                              },
                              "updated_on": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 10,
                  "pagelen": 9,
                  "previous": "string",
                  "size": 1,
                  "values": [
                    {
                      "type": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "snippet": {
                        "type": "string",
                        "created_on": "string",
                        "creator": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "id": 3,
                        "is_private": true,
                        "owner": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "scm": "git",
                        "title": "string",
                        "updated_on": "string"
                      }
                    },
                    {
                      "type": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "snippet": {
                        "type": "string",
                        "created_on": "string",
                        "creator": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "id": 6,
                        "is_private": false,
                        "owner": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "scm": "hg",
                        "title": "string",
                        "updated_on": "string"
                      }
                    },
                    {
                      "type": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "snippet": {
                        "type": "string",
                        "created_on": "string",
                        "creator": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "id": 2,
                        "is_private": false,
                        "owner": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "scm": "git",
                        "title": "string",
                        "updated_on": "string"
                      }
                    },
                    {
                      "type": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "snippet": {
                        "type": "string",
                        "created_on": "string",
                        "creator": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "id": 1,
                        "is_private": false,
                        "owner": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "scm": "hg",
                        "title": "string",
                        "updated_on": "string"
                      }
                    },
                    {
                      "type": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "snippet": {
                        "type": "string",
                        "created_on": "string",
                        "creator": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "id": 1,
                        "is_private": false,
                        "owner": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "scm": "hg",
                        "title": "string",
                        "updated_on": "string"
                      }
                    },
                    {
                      "type": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "snippet": {
                        "type": "string",
                        "created_on": "string",
                        "creator": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "id": 4,
                        "is_private": true,
                        "owner": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "scm": "hg",
                        "title": "string",
                        "updated_on": "string"
                      }
                    },
                    {
                      "type": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "snippet": {
                        "type": "string",
                        "created_on": "string",
                        "creator": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "id": 1,
                        "is_private": true,
                        "owner": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "scm": "git",
                        "title": "string",
                        "updated_on": "string"
                      }
                    },
                    {
                      "type": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "snippet": {
                        "type": "string",
                        "created_on": "string",
                        "creator": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "id": 6,
                        "is_private": true,
                        "owner": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "scm": "hg",
                        "title": "string",
                        "updated_on": "string"
                      }
                    },
                    {
                      "type": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "snippet": {
                        "type": "string",
                        "created_on": "string",
                        "creator": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "id": 5,
                        "is_private": true,
                        "owner": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "scm": "git",
                        "title": "string",
                        "updated_on": "string"
                      }
                    },
                    {
                      "type": "string",
                      "links": {
                        "html": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "snippet": {
                        "type": "string",
                        "created_on": "string",
                        "creator": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "id": 5,
                        "is_private": false,
                        "owner": {
                          "type": "string",
                          "created_on": "string",
                          "display_name": "string",
                          "links": {
                            "avatar": {
                              "href": "string"
                            },
                            "followers": {
                              "href": "string"
                            },
                            "following": {
                              "href": "string"
                            },
                            "html": {
                              "href": "string"
                            },
                            "repositories": {
                              "href": "string"
                            },
                            "self": {
                              "href": "string"
                            }
                          },
                          "username": "string",
                          "uuid": "string",
                          "website": "string"
                        },
                        "scm": "hg",
                        "title": "string",
                        "updated_on": "string"
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Snippets"
        ],
        "operationId": "postSnippetsUsernameEncodedIdComments",
        "description": "The parameters and request body are for method: postSnippetsUsernameEncodedIdComments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "is_private": {
                      "type": "boolean"
                    },
                    "owner": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "scm": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "updated_on": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "creator": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "id": 6,
                  "is_private": false,
                  "owner": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "scm": "hg",
                  "title": "string",
                  "updated_on": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/snippets/{username}/{commentId}/comments/{encodedId}": {
      "delete": {
        "tags": [
          "Snippets"
        ],
        "operationId": "deleteSnippetsUsernameEncodedIdCommentsCommentId",
        "description": "The parameters and request body are for method: deleteSnippetsUsernameEncodedIdCommentsCommentId. 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": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Snippets"
        ],
        "operationId": "getSnippetsUsernameEncodedIdCommentsCommentId",
        "description": "The parameters and request body are for method: getSnippetsUsernameEncodedIdCommentsCommentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "html": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "self": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "snippet": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "creator": {
                          "type": "object",
                          "properties": {
                            "type": {
                              "type": "string"
                            },
                            "created_on": {
                              "type": "string"
                            },
                            "display_name": {
                              "type": "string"
                            },
                            "links": {
                              "type": "object",
                              "properties": {
                                "avatar": {
                                  "type": "object",
                                  "properties": {
                                    "href": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "followers": {
                                  "type": "object",
                                  "properties": {
                                    "href": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "following": {
                                  "type": "object",
                                  "properties": {
                                    "href": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "html": {
                                  "type": "object",
                                  "properties": {
                                    "href": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "repositories": {
                                  "type": "object",
                                  "properties": {
                                    "href": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "self": {
                                  "type": "object",
                                  "properties": {
                                    "href": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            },
                            "username": {
                              "type": "string"
                            },
                            "uuid": {
                              "type": "string"
                            },
                            "website": {
                              "type": "string"
                            }
                          }
                        },
                        "id": {
                          "type": "number"
                        },
                        "is_private": {
                          "type": "boolean"
                        },
                        "owner": {
                          "type": "object",
                          "properties": {
                            "type": {
                              "type": "string"
                            },
                            "created_on": {
                              "type": "string"
                            },
                            "display_name": {
                              "type": "string"
                            },
                            "links": {
                              "type": "object",
                              "properties": {
                                "avatar": {
                                  "type": "object",
                                  "properties": {
                                    "href": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "followers": {
                                  "type": "object",
                                  "properties": {
                                    "href": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "following": {
                                  "type": "object",
                                  "properties": {
                                    "href": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "html": {
                                  "type": "object",
                                  "properties": {
                                    "href": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "repositories": {
                                  "type": "object",
                                  "properties": {
                                    "href": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "self": {
                                  "type": "object",
                                  "properties": {
                                    "href": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            },
                            "username": {
                              "type": "string"
                            },
                            "uuid": {
                              "type": "string"
                            },
                            "website": {
                              "type": "string"
                            }
                          }
                        },
                        "scm": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        },
                        "updated_on": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "links": {
                    "html": {
                      "href": "string"
                    },
                    "self": {
                      "href": "string"
                    }
                  },
                  "snippet": {
                    "type": "string",
                    "created_on": "string",
                    "creator": {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    "id": 7,
                    "is_private": false,
                    "owner": {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string"
                    },
                    "scm": "hg",
                    "title": "string",
                    "updated_on": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Snippets"
        ],
        "operationId": "putSnippetsUsernameEncodedIdCommentsCommentId",
        "description": "The parameters and request body are for method: putSnippetsUsernameEncodedIdCommentsCommentId. 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": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/snippets/{username}/{encodedId}/commits": {
      "get": {
        "tags": [
          "Snippets"
        ],
        "operationId": "getSnippetsUsernameEncodedIdCommits",
        "description": "The parameters and request body are for method: getSnippetsUsernameEncodedIdCommits. 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": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/snippets/{username}/{encodedId}/commits/{revision}": {
      "get": {
        "tags": [
          "Snippets"
        ],
        "operationId": "getSnippetsUsernameEncodedIdCommitsRevision",
        "description": "The parameters and request body are for method: getSnippetsUsernameEncodedIdCommitsRevision. 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": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          },
          {
            "name": "revision",
            "in": "path",
            "required": true,
            "schema": {
              "title": "revision",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/snippets/{username}/{encodedId}/watch": {
      "delete": {
        "tags": [
          "Snippets"
        ],
        "operationId": "deleteSnippetsUsernameEncodedIdWatch",
        "description": "The parameters and request body are for method: deleteSnippetsUsernameEncodedIdWatch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "display_name": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "avatar": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "followers": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "following": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "repositories": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "username": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "website": {
                            "type": "string"
                          },
                          "account_id": {
                            "type": "string"
                          },
                          "is_staff": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 2,
                  "pagelen": 10,
                  "previous": "string",
                  "size": 6,
                  "values": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Snippets"
        ],
        "operationId": "getSnippetsUsernameEncodedIdWatch",
        "description": "The parameters and request body are for method: getSnippetsUsernameEncodedIdWatch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "display_name": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "avatar": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "followers": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "following": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "repositories": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "username": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "website": {
                            "type": "string"
                          },
                          "account_id": {
                            "type": "string"
                          },
                          "is_staff": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 5,
                  "pagelen": 2,
                  "previous": "string",
                  "size": 7,
                  "values": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Snippets"
        ],
        "operationId": "putSnippetsUsernameEncodedIdWatch",
        "description": "The parameters and request body are for method: putSnippetsUsernameEncodedIdWatch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "display_name": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "avatar": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "followers": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "following": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "repositories": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "username": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "website": {
                            "type": "string"
                          },
                          "account_id": {
                            "type": "string"
                          },
                          "is_staff": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 5,
                  "pagelen": 10,
                  "previous": "string",
                  "size": 7,
                  "values": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": true
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/snippets/{username}/{encodedId}/watchers": {
      "get": {
        "tags": [
          "Snippets"
        ],
        "operationId": "getSnippetsUsernameEncodedIdWatchers",
        "description": "The parameters and request body are for method: getSnippetsUsernameEncodedIdWatchers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "display_name": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "avatar": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "followers": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "following": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "repositories": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "self": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "username": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          },
                          "website": {
                            "type": "string"
                          },
                          "account_id": {
                            "type": "string"
                          },
                          "is_staff": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 2,
                  "pagelen": 1,
                  "previous": "string",
                  "size": 2,
                  "values": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "display_name": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "followers": {
                          "href": "string"
                        },
                        "following": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        },
                        "repositories": {
                          "href": "string"
                        },
                        "self": {
                          "href": "string"
                        }
                      },
                      "username": "string",
                      "uuid": "string",
                      "website": "string",
                      "account_id": "string",
                      "is_staff": false
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/snippets/{username}/{nodeId}/{encodedId}": {
      "delete": {
        "tags": [
          "Snippets"
        ],
        "operationId": "deleteSnippetsUsernameEncodedIdNodeId",
        "description": "The parameters and request body are for method: deleteSnippetsUsernameEncodedIdNodeId. 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": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/snippets/{username}/{encodedId}/{nodeId}": {
      "get": {
        "tags": [
          "Snippets"
        ],
        "operationId": "getSnippetsUsernameEncodedIdNodeId",
        "description": "The parameters and request body are for method: getSnippetsUsernameEncodedIdNodeId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "is_private": {
                      "type": "boolean"
                    },
                    "owner": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "scm": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "updated_on": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "creator": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "id": 10,
                  "is_private": true,
                  "owner": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "scm": "git",
                  "title": "string",
                  "updated_on": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          },
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Snippets"
        ],
        "operationId": "putSnippetsUsernameEncodedIdNodeId",
        "description": "The parameters and request body are for method: putSnippetsUsernameEncodedIdNodeId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "is_private": {
                      "type": "boolean"
                    },
                    "owner": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "scm": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "updated_on": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "creator": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "id": 1,
                  "is_private": false,
                  "owner": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "scm": "hg",
                  "title": "string",
                  "updated_on": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          },
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/snippets/{username}/{pathParam}/{nodeId}/files/{encodedId}": {
      "get": {
        "tags": [
          "Snippets"
        ],
        "operationId": "getSnippetsUsernameEncodedIdNodeIdFilesPath",
        "description": "The parameters and request body are for method: getSnippetsUsernameEncodedIdNodeIdFilesPath. 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": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          },
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "string"
            }
          },
          {
            "name": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/snippets/{username}/{encodedId}/{revision}/diff": {
      "get": {
        "tags": [
          "Snippets"
        ],
        "operationId": "getSnippetsUsernameEncodedIdRevisionDiff",
        "description": "The parameters and request body are for method: getSnippetsUsernameEncodedIdRevisionDiff. 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": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          },
          {
            "name": "revision",
            "in": "path",
            "required": true,
            "schema": {
              "title": "revision",
              "type": "string"
            }
          },
          {
            "name": "pathParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/snippets/{username}/{encodedId}/{revision}/patch": {
      "get": {
        "tags": [
          "Snippets"
        ],
        "operationId": "getSnippetsUsernameEncodedIdRevisionPatch",
        "description": "The parameters and request body are for method: getSnippetsUsernameEncodedIdRevisionPatch. 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": "encodedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "encodedId",
              "type": "string"
            }
          },
          {
            "name": "revision",
            "in": "path",
            "required": true,
            "schema": {
              "title": "revision",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/teams/{owner}/projects/": {
      "get": {
        "tags": [
          "Projects"
        ],
        "operationId": "getTeamsOwnerProjects",
        "description": "The parameters and request body are for method: getTeamsOwnerProjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "next": {
                      "type": "string"
                    },
                    "page": {
                      "type": "number"
                    },
                    "pagelen": {
                      "type": "number"
                    },
                    "previous": {
                      "type": "string"
                    },
                    "size": {
                      "type": "number"
                    },
                    "values": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "created_on": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "is_private": {
                            "type": "boolean"
                          },
                          "key": {
                            "type": "string"
                          },
                          "links": {
                            "type": "object",
                            "properties": {
                              "avatar": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              },
                              "html": {
                                "type": "object",
                                "properties": {
                                  "href": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "owner": {
                            "type": "object",
                            "properties": {
                              "type": {
                                "type": "string"
                              },
                              "created_on": {
                                "type": "string"
                              },
                              "display_name": {
                                "type": "string"
                              },
                              "links": {
                                "type": "object",
                                "properties": {
                                  "avatar": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "followers": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "following": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "html": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "repositories": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "self": {
                                    "type": "object",
                                    "properties": {
                                      "href": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              },
                              "username": {
                                "type": "string"
                              },
                              "uuid": {
                                "type": "string"
                              },
                              "website": {
                                "type": "string"
                              }
                            }
                          },
                          "updated_on": {
                            "type": "string"
                          },
                          "uuid": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "next": "string",
                  "page": 10,
                  "pagelen": 4,
                  "previous": "string",
                  "size": 10,
                  "values": [
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "is_private": true,
                      "key": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "updated_on": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "is_private": false,
                      "key": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "updated_on": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "is_private": true,
                      "key": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "updated_on": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "is_private": false,
                      "key": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "updated_on": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "is_private": false,
                      "key": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "updated_on": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "is_private": false,
                      "key": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "updated_on": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "is_private": true,
                      "key": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "updated_on": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "is_private": true,
                      "key": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "updated_on": "string",
                      "uuid": "string"
                    },
                    {
                      "type": "string",
                      "created_on": "string",
                      "description": "string",
                      "is_private": true,
                      "key": "string",
                      "links": {
                        "avatar": {
                          "href": "string"
                        },
                        "html": {
                          "href": "string"
                        }
                      },
                      "name": "string",
                      "owner": {
                        "type": "string",
                        "created_on": "string",
                        "display_name": "string",
                        "links": {
                          "avatar": {
                            "href": "string"
                          },
                          "followers": {
                            "href": "string"
                          },
                          "following": {
                            "href": "string"
                          },
                          "html": {
                            "href": "string"
                          },
                          "repositories": {
                            "href": "string"
                          },
                          "self": {
                            "href": "string"
                          }
                        },
                        "username": "string",
                        "uuid": "string",
                        "website": "string"
                      },
                      "updated_on": "string",
                      "uuid": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Projects"
        ],
        "operationId": "postTeamsOwnerProjects",
        "description": "The parameters and request body are for method: postTeamsOwnerProjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "is_private": {
                      "type": "boolean"
                    },
                    "key": {
                      "type": "string"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "avatar": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "html": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "owner": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "updated_on": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "description": "string",
                  "is_private": false,
                  "key": "string",
                  "links": {
                    "avatar": {
                      "href": "string"
                    },
                    "html": {
                      "href": "string"
                    }
                  },
                  "name": "string",
                  "owner": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "updated_on": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/teams/{owner}/projects/{projectKey}": {
      "delete": {
        "tags": [
          "Projects"
        ],
        "operationId": "deleteTeamsOwnerProjectsProjectKey",
        "description": "The parameters and request body are for method: deleteTeamsOwnerProjectsProjectKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "projectKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Projects"
        ],
        "operationId": "getTeamsOwnerProjectsProjectKey",
        "description": "The parameters and request body are for method: getTeamsOwnerProjectsProjectKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "is_private": {
                      "type": "boolean"
                    },
                    "key": {
                      "type": "string"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "avatar": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "html": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "owner": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "updated_on": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "description": "string",
                  "is_private": false,
                  "key": "string",
                  "links": {
                    "avatar": {
                      "href": "string"
                    },
                    "html": {
                      "href": "string"
                    }
                  },
                  "name": "string",
                  "owner": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "updated_on": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "projectKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Projects"
        ],
        "operationId": "putTeamsOwnerProjectsProjectKey",
        "description": "The parameters and request body are for method: putTeamsOwnerProjectsProjectKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "string"
                    },
                    "created_on": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "is_private": {
                      "type": "boolean"
                    },
                    "key": {
                      "type": "string"
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "avatar": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        },
                        "html": {
                          "type": "object",
                          "properties": {
                            "href": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "owner": {
                      "type": "object",
                      "properties": {
                        "type": {
                          "type": "string"
                        },
                        "created_on": {
                          "type": "string"
                        },
                        "display_name": {
                          "type": "string"
                        },
                        "links": {
                          "type": "object",
                          "properties": {
                            "avatar": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "followers": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "following": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "html": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "repositories": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            },
                            "self": {
                              "type": "object",
                              "properties": {
                                "href": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "username": {
                          "type": "string"
                        },
                        "uuid": {
                          "type": "string"
                        },
                        "website": {
                          "type": "string"
                        }
                      }
                    },
                    "updated_on": {
                      "type": "string"
                    },
                    "uuid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "type": "string",
                  "created_on": "string",
                  "description": "string",
                  "is_private": false,
                  "key": "string",
                  "links": {
                    "avatar": {
                      "href": "string"
                    },
                    "html": {
                      "href": "string"
                    }
                  },
                  "name": "string",
                  "owner": {
                    "type": "string",
                    "created_on": "string",
                    "display_name": "string",
                    "links": {
                      "avatar": {
                        "href": "string"
                      },
                      "followers": {
                        "href": "string"
                      },
                      "following": {
                        "href": "string"
                      },
                      "html": {
                        "href": "string"
                      },
                      "repositories": {
                        "href": "string"
                      },
                      "self": {
                        "href": "string"
                      }
                    },
                    "username": "string",
                    "uuid": "string",
                    "website": "string"
                  },
                  "updated_on": "string",
                  "uuid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "path",
            "required": true,
            "schema": {
              "title": "owner",
              "type": "string"
            }
          },
          {
            "name": "projectKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}